summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhyang <hyang@hyang.xyz>2023-08-17 14:19:52 -0700
committerhyang <hyang@hyang.xyz>2023-08-17 14:19:52 -0700
commitbc8645ab4e855a2c006f6d6716d67884c19379fd (patch)
tree8299899e8fed7d12e7f3ce02d70371b5544ba0d3
Init commit
-rw-r--r--.gitmodules3
-rw-r--r--archetypes/default.md6
-rw-r--r--hugo.toml4
m---------themes/hugo-bearblog0
4 files changed, 13 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..c53b474
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "themes/hugo-bearblog"]
+ path = themes/hugo-bearblog
+ url = https://github.com/janraasch/hugo-bearblog.git
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/hugo.toml b/hugo.toml
new file mode 100644
index 0000000..d9380a7
--- /dev/null
+++ b/hugo.toml
@@ -0,0 +1,4 @@
+baseURL = 'https://hyang.xyz'
+languageCode = 'en-us'
+title = '''Huaxuan's Bebsite'''
+theme = 'hugo-bearblog'
diff --git a/themes/hugo-bearblog b/themes/hugo-bearblog
new file mode 160000
+Subproject 5fc1e03a7af2021d08c581d648c9082b3c48eb1