hugo new site
This commit is contained in:
commit
b352053738
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
4
config.toml
Normal file
4
config.toml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
baseURL = 'https://jakstys.lt/'
|
||||||
|
languageCode = 'en-us'
|
||||||
|
title = 'Public record of Motiejus Jakštys'
|
||||||
|
theme = 'default'
|
8
content/posts/my-first-post.md
Normal file
8
content/posts/my-first-post.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
title: "My First Post"
|
||||||
|
date: 2022-04-11T18:16:36+03:00
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
||||||
|
This is the first post of the third iteration of jakstys.lt. The me-human is
|
||||||
|
still changing, so do my public platforms.
|
Loading…
Reference in New Issue
Block a user