first commit
This commit is contained in:
parent
1d8119eea1
commit
c3dfc19865
0
.hugo_build.lock
Normal file
0
.hugo_build.lock
Normal file
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
+++
|
||||||
|
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
|
date = {{ .Date }}
|
||||||
|
draft = true
|
||||||
|
+++
|
10
content/posts/about.md
Normal file
10
content/posts/about.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
+++
|
||||||
|
title = 'About'
|
||||||
|
date = 2024-02-19T19:57:33Z
|
||||||
|
draft = false
|
||||||
|
+++
|
||||||
|
## About
|
||||||
|
|
||||||
|
This is just my blog where I have my rant of the day because no one IRL will listen to me.
|
||||||
|
|
||||||
|
Enjoy!
|
10
content/posts/my-first-post.md
Normal file
10
content/posts/my-first-post.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
+++
|
||||||
|
title = 'My First Post'
|
||||||
|
date = 2024-02-13T18:18:21Z
|
||||||
|
draft = true
|
||||||
|
+++
|
||||||
|
## Introduction
|
||||||
|
|
||||||
|
This is **bold** text, and this is *emphasized* text.
|
||||||
|
|
||||||
|
Visit the [Hugo](https://gohugo.io) website!
|
4
hugo.toml
Normal file
4
hugo.toml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
baseURL = 'https://hugo.aaronlangham.com/'
|
||||||
|
languageCode = 'en-gb'
|
||||||
|
title = "Aaron's 2 Pence"
|
||||||
|
theme = 'ananke'
|
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@
|
|||||||
|
{"Target":"ananke/css/main.min.css","MediaType":"text/css","Data":{}}
|
Loading…
Reference in New Issue
Block a user