diff options
| author | Nikita Shubin <nikita.shubin@maquefel.me> | 2026-05-13 13:59:07 +0300 |
|---|---|---|
| committer | Nikita Shubin <nikita.shubin@maquefel.me> | 2026-05-13 13:59:07 +0300 |
| commit | d8dc865f96123f5722402b799d88cb3dc3a78ee0 (patch) | |
| tree | 718a272f2959c26d14b075a09588b3a1e2791972 | |
| parent | ce8be672b2af9602b45aa64705dbea76cc013d68 (diff) | |
| download | landau-suite-d8dc865f96123f5722402b799d88cb3dc3a78ee0.tar.gz landau-suite-d8dc865f96123f5722402b799d88cb3dc3a78ee0.zip | |
template: Add skel
Add files created with:
hugo new project template --format "yaml"
Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
| -rw-r--r-- | template/archetypes/default.md | 5 | ||||
| -rw-r--r-- | template/hugo.yaml | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/template/archetypes/default.md b/template/archetypes/default.md new file mode 100644 index 0000000..0d5eebd --- /dev/null +++ b/template/archetypes/default.md @@ -0,0 +1,5 @@ +--- +date: '{{ .Date }}' +draft: true +title: '{{ replace .File.ContentBaseName "-" " " | title }}' +--- diff --git a/template/hugo.yaml b/template/hugo.yaml new file mode 100644 index 0000000..3d77705 --- /dev/null +++ b/template/hugo.yaml @@ -0,0 +1,3 @@ +baseURL: https://example.org/ +locale: en-us +title: My New Hugo Project |
