mirror of
https://github.com/peter-tanner/peter-tanner.github.io.git
synced 2024-11-30 20:10:18 +08:00
19 lines
633 B
Markdown
19 lines
633 B
Markdown
---
|
|
layout: post
|
|
title: "Hello world"
|
|
description: Finally cleaned up my website.
|
|
date: 2023-08-05
|
|
# categories: [TOP_CATEGORIE, SUB_CATEGORIE]
|
|
tags: [site] # TAG names should always be lowercase
|
|
---
|
|
|
|
Welcome to my blog, about time I got one of these since there's a lot of random thoughts and technical experiences I have that might be useful. **The legacy site is still available if you want to see that crap at https://peter-tanner.github.com/legacy_site**
|
|
|
|
The site is using the [chirpy](https://chirpy.cotes.page/) theme, which I chose due to it's good use of screen space.
|
|
|
|
```c
|
|
int main(void) {
|
|
printf("hello world!");
|
|
}
|
|
```
|