You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2025-03-14-Jecyll The Static Site Generator.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ categories: [homelab, website]
7
7
tags: [jekyll, chirpy, github, docker, static site generator] # Tag names should always be lowercase
8
8
permalink: /jekyll/
9
9
pin: true
10
-
toc: true
11
10
---
12
11
13
12
@@ -51,7 +50,8 @@ Here are Chirpy Notes: [Chirpy - Getting Started](https://chirpy.cotes.page/pos
51
50
52
51
## Here is a quote for you.
53
52
54
-
"Once you know what you are doing, it is really easy. When you do NOT know what you are doing, it is really hard." :laughing:
53
+
*"Once you know what you are doing, it is really easy. When you do NOT know what you are doing, it is really hard."*
54
+
:-)
55
55
56
56
57
57
# Site Structure
@@ -85,7 +85,7 @@ pin: true
85
85
toc: true
86
86
87
87
```
88
-
Techno Tim talks in his video about this. Chekc that out. Says some important things, like lower case. I am continuing that and explaining more about `tags` and `categories` *What do they do?"* 😕 On the website on the left, there are sections labeled *tags* and *categories* if you do this right, your tags and acetegories will show up there.
88
+
Techno Tim talks in his video about this. Check that out. Says some important things, like lower case. I am continuing that and explaining more about `tags` and `categories` *What do they do?"* 😕 On the website on the left, there are sections labeled *tags* and *categories* if you do this right, your tags and acetegories will show up there.
89
89
- `categories`are like a file folder sytem. My main category in this instance is "homelab" and my subfolder is "website." If I do other projects that are "homelab" they will go there, but if the second tag on the next project is them "kuberneties" then there will b a new sub folder there. Check out my Categories section, if you want to see.
90
90
- `tags`are just that, and you can have a lot of them. These are all going to be clustered on that page.
91
91
Look at the above, and look at my site, hopefully this makes sense. On the home page they are the big words on the left. However, you are pretty close to the bottom of this page, and they are on the bottom of the page too! Hopefully I have helped explain, becasue I did not understand before.
0 commit comments