diff options
Diffstat (limited to 'site/content')
| -rw-r--r-- | site/content/_index.md | 2 | ||||
| -rw-r--r-- | site/content/about-this-site.md | 2 | ||||
| -rw-r--r-- | site/content/posts/first.md | 5 |
3 files changed, 8 insertions, 1 deletions
diff --git a/site/content/_index.md b/site/content/_index.md index e09c08c..d5dde2e 100644 --- a/site/content/_index.md +++ b/site/content/_index.md @@ -1,5 +1,7 @@ # Welcome to my site! +Sorry that this site is short on content right now. I haven't had much time to work on it recently. + I'm Lucas, but I go by culsans online. I like computer science, FPV drone flying, and scuba diving. [About this site.](./about-this-site) diff --git a/site/content/about-this-site.md b/site/content/about-this-site.md index cc5f77f..9cbd2b6 100644 --- a/site/content/about-this-site.md +++ b/site/content/about-this-site.md @@ -6,4 +6,4 @@ title = 'About this site' This site was made with the Hugo static site generator with my own custom theme. -All CSS and HTML was written by me except the animated background, which was drawn by me and programmed by an AI because I don't have the time or will to learn JS. I generally dislike it but it's definitely useful sometimes. +All CSS and HTML was written by me except the animated background, which was drawn by me and programmed by an AI because I don't have enough free time to learn JavaScript. I generally dislike it but it can be useful sometimes. diff --git a/site/content/posts/first.md b/site/content/posts/first.md index fcfff8e..9e87045 100644 --- a/site/content/posts/first.md +++ b/site/content/posts/first.md @@ -9,6 +9,11 @@ hello this is a post **bold** this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line +```python +def hello(): + print("hello") +``` + - item1 - item2 - item3 |
