Skip to content

Commit 167acf8

Browse files
committed
Jekyll Post-edit
1 parent 2247309 commit 167acf8

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

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

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
2-
title: Jekyll
3-
Date: 2025-3-14
4-
Categories: Jekyll Chirpy
5-
Tags: Jekyll Chirpy Static Site Generator
2+
title: "Jekyll"
3+
Date: 2025-3-14 10:03:00 CST
4+
layout: post
5+
Categories: Jekyll Chirpy Tech
6+
Tags: Jekyll Chirpy Static Site Generator
7+
permalink: /jekyll/
68
---
79

810

911
# THE JEKYLL PROJECT
1012

11-
I wanted to make a website with my resume and to highlight some fun projects I have done. TechnoTim is one of my favorite YouTubers and he has a great discord. So naturally, I wanted to do what he does.
13+
I wanted to make a website with my resume and to highlight some fun projects I have done. TechnoTim is one of my favorite YouTubers and he has a great Discord. So naturally, I wanted to do what he does.
1214

1315
I would advise to follow his guide and his notes, but then I will try and add some more notes, if you get stuck.
1416

@@ -27,25 +29,25 @@ Here are Chirpy Notes [Chirpy - Getting Started](https://chirpy.cotes.page/post
2729

2830
- <h1>2 </h1> How I actually got it to work in the first place is with VS Code. - Half way down the page in blue.
2931
>If you are using Dev Containers, you must run that command in the VS Code Terminal.`<
30-
[Chirpy Getting started] (https://chirpy.cotes.page/posts/getting-started/)
32+
[Chirpy Getting started](https://chirpy.cotes.page/posts/getting-started/)
3133

32-
- <h1> 3 </h1> Also, you can add this to the top of your `_config.yml`
34+
- <h1> 3 </h1> Also, you could add this to the top of your `_config.yml` And This is my favorite, now that I know.
3335
```yml
3436
# Server settings
3537
host: 192.168.1.55
3638
port: 4314
3739
```
3840
39-
<h2> Here is a quote for you. <h3>
41+
## Here is a quote for you.
42+
4043
"Once you know what you are doing, it is really easy. When you do NOT know what you are doing, it is really hard."
4144
<br>
4245
<br>
43-
<br>
4446
4547
46-
Site Structure
47-
=============
48-
Once you get it up and running, I guess all these Tech guys just know things intuitively. But I dod not. I did not know what the header meant, what all the codes were.
48+
Site Structure <br>
49+
=======================
50+
<br> Once you get it up and running, I guess all these Tech guys just know things intuitively. But I dod not. I did not know what the header meant, what all the codes were.
4951
5052
***`_site` Directory***: This is the output directory where Jekyll generates the static site. You **do not** put your new files here directly. Instead, Jekyll automatically builds your site into the `_site` folder when you run `jekyll build`. It contains the final, generated HTML files, along with any other assets that Jekyll processes.
5153

0 commit comments

Comments
 (0)