first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[book]
|
||||
authors = ["Hugh Ratsch"]
|
||||
language = "en"
|
||||
multilingual = false
|
||||
src = "src"
|
||||
title = "IT Learning Notes"
|
||||
|
||||
[output.html]
|
||||
default-theme = "light"
|
||||
preferred-dark-theme = "navy"
|
||||
git-repository-url = ""
|
||||
port = 3001
|
||||
@@ -0,0 +1,14 @@
|
||||
# IT Learning Notes
|
||||
|
||||
Welcome to my IT learning notes! This book contains my personal notes and documentation about various IT topics I'm learning.
|
||||
|
||||
## What's Inside
|
||||
|
||||
This book will cover various IT topics including:
|
||||
- Programming
|
||||
- System Administration
|
||||
- Network Fundamentals
|
||||
- Security Basics
|
||||
- And more...
|
||||
|
||||
Feel free to navigate through the topics using the sidebar.
|
||||
@@ -0,0 +1,6 @@
|
||||
# Summary
|
||||
|
||||
[Introduction](README.md)
|
||||
|
||||
# Core Topics
|
||||
- [Getting Started](getting-started.md)
|
||||
@@ -0,0 +1,9 @@
|
||||
# Getting Started
|
||||
|
||||
This section will contain your first notes. You can organize your content here as you learn new topics.
|
||||
|
||||
## How to Use This Book
|
||||
|
||||
- Use the sidebar to navigate between different topics
|
||||
- Each section will contain detailed notes about specific IT concepts
|
||||
- Code examples will be formatted for easy reading and copying
|
||||
Reference in New Issue
Block a user