Initial commit with configuration
This commit is contained in:
commit
f27a355fbe
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "themes/beautifulhugo"]
|
||||||
|
path = themes/beautifulhugo
|
||||||
|
url = https://github.com/halogenica/beautifulhugo.git
|
13
archetypes/default.md
Normal file
13
archetypes/default.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||||
|
date: !!timestamp '{{ .Date }}'
|
||||||
|
tags:
|
||||||
|
- sample
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
||||||
|
Summary
|
||||||
|
|
||||||
|
<!--more-->
|
||||||
|
|
||||||
|
Content
|
5
config.toml
Normal file
5
config.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
baseURL = "https://www.nemunai.re/"
|
||||||
|
languageCode = "en-us"
|
||||||
|
title = "Nemunaire"
|
||||||
|
theme = "beautifulhugo"
|
||||||
|
pygmentsuseclasses = true
|
1
themes/beautifulhugo
Submodule
1
themes/beautifulhugo
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit a9564d13d1eda78e87efdd6258b766ef0fb20fba
|
Loading…
Reference in New Issue
Block a user