Skip to content

Commit 42b8088

Browse files
authored
Merge pull request #1 from ericbsd/main
Minor syntax fix
2 parents 9f866d5 + 9a9a766 commit 42b8088

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/2026-01-09-blog-is-back.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Slug: my-blog-is-back
66

77
## Why I'm Back
88

9-
A few years ago, I had a blog but I was not actively writing, so I deleted my old blog and canceled my DigitalOcean account. Since I was not writing much, it felt like it was just sitting there collecting dust and costing money. But lately, I've been thinking about starting again. I want to share what I've learned, what I'm learning, and have a place to put my opinions on tech, open source, and everything in between.
9+
A few years ago, I had a blog, but I was not actively writing, so I deleted my old blog and canceled my DigitalOcean account. Since I was not writing much, it felt like it was just sitting there collecting dust and costing money. But lately, I've been thinking about starting again. I want to share what I've learned, what I'm learning, and have a place to put my opinions on tech, open source, and everything in between.
1010

1111
I have been thinking about this for a while, and I'm finally ready to start writing again. But I did not want to pay for a VPS just to host a blog. So I decided to try something new. I'm really familiar with Markdown due to my heavy usage of GitHub, Obsidian, and Sphinx. So I decided to use a static site generator and host it on my profile GitHub Page.
1212

@@ -26,7 +26,7 @@ Nowadays, I do my technical research with ChatGPT, Claude, or sometimes Grok. I
2626

2727
Pelican felt natural to me because I'm already used to writing in Markdown and familiar with reStructuredText. I write notes with [**Obsidian**](https://obsidian.md/) and use [**Sphinx**](https://www.sphinx-doc.org/) for GhostBSD documentation, so Markdown is second nature. Pelican is written in Python (which I love), and it's simple enough to get started quickly.
2828

29-
How it works? Simple. You install Pelican with Markdown support and the Markdown package.
29+
How it works? Simple, You install Pelican with Markdown support and the Markdown package.
3030

3131
```shell
3232
python -m pip install "pelican[markdown]" markdown

0 commit comments

Comments
 (0)