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
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,16 @@
1
1
---
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/
6
8
---
7
9
8
10
9
11
# THE JEKYLL PROJECT
10
12
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.
12
14
13
15
I would advise to follow his guide and his notes, but then I will try and add some more notes, if you get stuck.
14
16
@@ -27,25 +29,25 @@ Here are Chirpy Notes [Chirpy - Getting Started](https://chirpy.cotes.page/post
27
29
28
30
- <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.
29
31
>If you are using Dev Containers, you must run that command in the VS Code Terminal.`<
- <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.
33
35
```yml
34
36
# Server settings
35
37
host: 192.168.1.55
36
38
port: 4314
37
39
```
38
40
39
-
<h2> Here is a quote for you. <h3>
41
+
## Here is a quote for you.
42
+
40
43
"Once you know what you are doing, it is really easy. When you do NOT know what you are doing, it is really hard."
41
44
<br>
42
45
<br>
43
-
<br>
44
46
45
47
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.
49
51
50
52
***`_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.
0 commit comments