From b352053738c86d3102f30463543e7fdf96d7b69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 11 Apr 2022 18:26:45 +0300 Subject: [PATCH] hugo new site --- archetypes/default.md | 6 ++++++ config.toml | 4 ++++ content/posts/my-first-post.md | 8 ++++++++ 3 files changed, 18 insertions(+) create mode 100644 archetypes/default.md create mode 100644 config.toml create mode 100644 content/posts/my-first-post.md diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..826c9d3 --- /dev/null +++ b/config.toml @@ -0,0 +1,4 @@ +baseURL = 'https://jakstys.lt/' +languageCode = 'en-us' +title = 'Public record of Motiejus Jakštys' +theme = 'default' diff --git a/content/posts/my-first-post.md b/content/posts/my-first-post.md new file mode 100644 index 0000000..c7a983c --- /dev/null +++ b/content/posts/my-first-post.md @@ -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.