summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomeo Disca <romeo.disca@gmail.com>2019-04-13 15:38:55 +0200
committerRomeo Disca <romeo.disca@gmail.com>2019-04-13 15:53:28 +0200
commit496660fae4b0bf0f9b36c38730277114e7ea3354 (patch)
tree61f437d84599cff1be8cd7be7388345f08eaa505
initial commit
-rw-r--r--config.toml6
-rw-r--r--themes/rusticus/archetypes/default.md6
2 files changed, 12 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..fc8c522
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,6 @@
+baseURL = "http://example.org/"
+languageCode = "en-us"
+title = "My New Hugo Site"
+
+theme = "rusticus"
+
diff --git a/themes/rusticus/archetypes/default.md b/themes/rusticus/archetypes/default.md
new file mode 100644
index 0000000..00e77bd
--- /dev/null
+++ b/themes/rusticus/archetypes/default.md
@@ -0,0 +1,6 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+draft: true
+---
+