Skip to content

Commit d56420c

Browse files
authored
Merge pull request #55 from de-soot/main
New blog post on groff ms, refer, and APA; reduced line-spacing to 150%
2 parents 274d16f + 4b01848 commit d56420c

File tree

15 files changed

+1061
-64
lines changed

15 files changed

+1061
-64
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# de-soot.github.io
22

3-
A place on the internet where I write about my write about my interests, hobbies, and projects.
3+
A place on the internet where I write about my write about things that interest me.
44

55
## Usage
6+
67
### Visit Online
78

89
Click [here](https://de-soot.github.io)
@@ -30,3 +31,22 @@ bundle exec jekyll serve
3031
7) Profit!
3132

3233
Refer to the [official Jekyll documentation](https://jekyllrb.com/docs) for more information regarding installing and running Jekyll.
34+
35+
### Write a Blog Post
36+
37+
1. Create a markdown (`.md`) file inside `/_posts` with this at the top of the document:
38+
39+
```md
40+
---
41+
layout: post
42+
title:
43+
date: YYYY-MM-DD
44+
categories:
45+
permalink: /...
46+
---
47+
```
48+
49+
2. Write the title of the post after `title:`.
50+
3. Replace `YYYY`, `MM`, and `DD` with the year, month, and day the post is published, respectively.
51+
4. Add any keywords related to the topic of your post after `categories:` separated by commas.
52+
5. Replace the `...` after `permalink:` with the custom path given to the blog post.

_posts/2024-09-07-dark-mode.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,16 @@ This is so they do not get flashbanged by their monitors at night if your websit
130130

131131
You can also include the button to toggle themes on the website alongside defaulting it if you want, but I find this an unnecessary use of [Javascript][js].
132132

133-
If you found this blog post useful, leave a comment down below! Check out how to add `giscus` comments to your own website on [my previous blog post guide for it][giscus-blog].
133+
# Conclusion
134+
135+
If you found this blog post useful, leave a comment down below! Also check out how to add `giscus` comments to your own website on my [previous guide for it](/giscus-comments).
134136

135137
[mdn]: https://developer.mozilla.org/en-US
136138
[js]: https://www.javascript.com
137139
[css]: https://developer.mozilla.org/en-US/docs/Web/CSS
138140
[at-rule]: https://developer.mozilla.org/en-US/docs/Web/CSS/At-rule
139141
[style-sheet]: https://en.wikipedia.org/wiki/Style_sheet_(web_development)
140142
[dark-mode]: https://en.wikipedia.org/wiki/Light-on-dark_color_scheme
141-
[giscus-blog]: https://de-soot.github.io/giscus-comments
142143
[css-blog]: https://tomkadwill.com/2017/12/16/how-to-override-css-styles-in-jekyll
143144
[yt-vid]: https://youtu.be/g85LQVp0hGM
144145

_posts/2024-09-07-justify-text.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ Here are a list of other blogsites that I know of that use justified text:
5353
- Public Delivery's [publicdelivery.org][pubdeliver], which also justifies without hyphens.
5454
- JPEG XL's [jpegxl.info][jpg], which had fixed its un-hyphenated text.
5555

56+
# Conclusion
57+
58+
f you found this blog post useful, leave a comment down below! Also read how to add reactive dark-mode to your website in my [previous blog post](/dark-mode).
59+
5660
[max]: https://maxwellforbes.com/posts/web-justified-text
5761
[jpg]: https://jpegxl.info
5862
[noxz]: https://noxz.tech

_posts/2025-02-20-groff-apa.md

Lines changed: 498 additions & 0 deletions
Large diffs are not rendered by default.

_site/README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# de-soot.github.io
22

3-
A place on the internet where I write about my write about my interests, hobbies, and projects.
3+
A place on the internet where I write about my write about things that interest me.
44

55
## Usage
6+
67
### Visit Online
78

89
Click [here](https://de-soot.github.io)
@@ -30,3 +31,22 @@ bundle exec jekyll serve
3031
7) Profit!
3132

3233
Refer to the [official Jekyll documentation](https://jekyllrb.com/docs) for more information regarding installing and running Jekyll.
34+
35+
### Write a Blog Post
36+
37+
1. Create a markdown (`.md`) file inside `/_posts` with this at the top of the document:
38+
39+
```md
40+
---
41+
layout: post
42+
title:
43+
date: YYYY-MM-DD
44+
categories:
45+
permalink: /...
46+
---
47+
```
48+
49+
2. Write the title of the post after `title:`.
50+
3. Replace `YYYY`, `MM`, and `DD` with the year, month, and day the post is published, respectively.
51+
4. Add any keywords related to the topic of your post after `categories:` separated by commas.
52+
5. Replace the `...` after `permalink:` with the custom path given to the blog post.

_site/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h1 class="post-title">About</h1>
4343
</header>
4444

4545
<div class="post-content">
46-
<p>This is the website where I write about whatever inspires me to write in form of <a href="/">blogs</a>. It is made using <a href="https://jekyllrb.com">Jekyll</a>’s <a href="https://github.com/jekyll/minima">Minima</a> theme and is hosted for free on <a href="https://pages.github.com">Github Pages</a>.</p>
46+
<p>Welcome to my website! <a href="/">This</a> is where I write about whatever I think is interesting or helpful. It is made with <a href="https://jekyllrb.com">Jekyll</a> using the <a href="https://github.com/jekyll/minima">Minima</a> theme and is hosted for free on <a href="https://pages.github.com">Github Pages</a>.</p>
4747

4848
<p>The <code class="language-plaintext highlighter-rouge">source code</code> for this website can be found on its <a href="https://github.com/de-soot/de-soot.github.io">Github repository</a>.</p>
4949

_site/assets/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ h2 { color: #1a1a1a; font-family: sans-serif; }
203203

204204
h3 { color: #262626; font-family: sans-serif; }
205205

206-
p, ol, ul { font-family: serif; color: #333333; hyphens: auto; text-align: justify; line-height: 1.75; }
206+
p, ol, ul { color: #333333; font-family: serif; hyphens: auto; text-align: justify; line-height: 150%; }
207207

208208
@media (prefers-color-scheme: dark) { body { background-color: #262626; }
209209
h1 { color: #f2f2f2; }

_site/dark-mode.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ <h1 id="why-not-use-a-toggleable-button-instead">Why Not Use a Toggleable Button
167167

168168
<p>You can also include the button to toggle themes on the website alongside defaulting it if you want, but I find this an unnecessary use of <a href="https://www.javascript.com">Javascript</a>.</p>
169169

170-
<p>If you found this blog post useful, leave a comment down below! Check out how to add <code class="language-plaintext highlighter-rouge">giscus</code> comments to your own website on <a href="https://de-soot.github.io/giscus-comments">my previous blog post guide for it</a>.</p>
170+
<h1 id="conclusion">Conclusion</h1>
171+
172+
<p>If you found this blog post useful, leave a comment down below! Also check out how to add <code class="language-plaintext highlighter-rouge">giscus</code> comments to your own website on my <a href="/giscus-comments">previous guide for it</a>.</p>
171173

172174
<script src="https://giscus.app/client.js" data-repo="de-soot/de-soot.github.io" data-repo-id="R_kgDOK6_5tA" data-category="Announcements" data-category-id="DIC_kwDOK6_5tM4CflCT" data-mapping="title" data-strict="0" data-reactions-enabled="1" data-emit-metadata="0" data-input-position="top" data-theme="preferred_color_scheme" data-lang="en" data-loading="lazy" crossorigin="anonymous" async="">
173175
</script>

0 commit comments

Comments
 (0)