Skip to content

Commit 28be9fc

Browse files
committed
First post
1 parent e53c44f commit 28be9fc

File tree

3 files changed

+29
-6
lines changed

3 files changed

+29
-6
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ exclude:
222222
jekyll-archives:
223223
enabled: [categories, tags]
224224
layouts:
225-
category: category
226225
tag: tag
226+
category: category
227227
permalinks:
228228
tag: /tags/:name/
229229
category: /categories/:name/

_posts/2025-03-09-first-post.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: First Post!
3+
description: Welcome to the new blog.
4+
date: 2025-03-09
5+
tags: [blogging]
6+
---
7+
8+
9+
```bash
10+
$ python3 -c "print('hello world')"
11+
```
12+
{: file='hello.sh'}
13+
14+
Welcome to the new blog!
15+
16+
This is a space for my personal writing. I usually only write about technology. The topics I mostly cover are:
17+
18+
- Programming
19+
- Python
20+
- Linux
21+
- Open Source Software
22+
- QA/Testing/Automation
23+
24+
Over the years, I've had a few different blogs. The last one, which I no longer have access to update, is still
25+
up at: [coreygoldberg.blogspot.com][blogger] (2008-2018). The rest are lost to history (except for some stuff
26+
scattered across the Wayback Machine).
27+
28+
[blogger]: https://coreygoldberg.blogspot.com

_tabs/categories.md

-5
This file was deleted.

0 commit comments

Comments
 (0)