1
Fork 0

hugo new site

main
Motiejus Jakštys 1 year ago
commit b352053738

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

@ -0,0 +1,4 @@
baseURL = 'https://jakstys.lt/'
languageCode = 'en-us'
title = 'Public record of Motiejus Jakštys'
theme = 'default'

@ -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…
Cancel
Save