Skip to content

Commit 46d6b29

Browse files
committed
removed toc in the headers
1 parent ad8bc30 commit 46d6b29

File tree

4 files changed

+13
-14
lines changed

4 files changed

+13
-14
lines changed

_posts/2025-03-14-Jecyll The Static Site Generator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ categories: [homelab, website]
77
tags: [jekyll, chirpy, github, docker, static site generator] # Tag names should always be lowercase
88
permalink: /jekyll/
99
pin: true
10-
toc: true
1110
---
1211

1312

@@ -51,7 +50,8 @@ Here are Chirpy Notes: [Chirpy - Getting Started](https://chirpy.cotes.page/pos
5150
5251
## Here is a quote for you.
5352
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+
:-)
5555
5656
5757
# Site Structure
@@ -85,7 +85,7 @@ pin: true
8585
toc: true
8686
8787
```
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.
8989
- `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.
9090
- `tags` are just that, and you can have a lot of them. These are all going to be clustered on that page.
9191
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.

_posts/2025-03-16-Obsidian-sync-to-Github.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ layout: post
66
categories: [homelab, notes]
77
tags: [obsidian, GitHub, git, sync, token] # Tag names should always be lowercase
88
permalink: /obsidian/
9-
pin: no
10-
toc: true
119
---
1210

1311

_posts/Page template.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Jekyll"
3+
description: Making a website with Jekyll, Chirpy, and GitHub (Using a Youtube guide from Techno Tim)
4+
date: 2025-03-14 10:03:00 CST
5+
layout: post
6+
categories: [homelab, website]
7+
tags: [jekyll, chirpy, github, docker, static site generator] # Tag names should always be lowercase
8+
permalink: /jekyll/
9+
pin: true
10+
---

_posts/test.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)