summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--.gitmodules6
-rw-r--r--archetypes/default.md5
-rw-r--r--hugo.toml5
m---------themes/chilldark0
5 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0385db0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.lock
+*.old
+node_modules
+public
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..b9462f3
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,6 @@
+[submodule "hugo-chilldark"]
+ path = hugo-chilldark
+ url = https://github.com/fedang/hugo-chilldark
+[submodule "themes/chilldark"]
+ path = themes/chilldark
+ url = https://github.com/fedang/hugo-chilldark
diff --git a/archetypes/default.md b/archetypes/default.md
new file mode 100644
index 0000000..c6f3fce
--- /dev/null
+++ b/archetypes/default.md
@@ -0,0 +1,5 @@
++++
+title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+date = {{ .Date }}
+draft = true
++++
diff --git a/hugo.toml b/hugo.toml
new file mode 100644
index 0000000..b6972ee
--- /dev/null
+++ b/hugo.toml
@@ -0,0 +1,5 @@
+baseURL = 'https://example.org/'
+languageCode = 'en-us'
+title = 'My New Hugo Site'
+
+theme = 'chilldark'
diff --git a/themes/chilldark b/themes/chilldark
new file mode 160000
+Subproject 7a71b53f1f4dfee57246455f1d2d9101975af82