|
|
@@ -0,0 +1,3 @@
|
|
|
+[submodule "themes/gallery"]
|
|
|
+ path = themes/gallery
|
|
|
+ url = https://github.com/nicokaiser/hugo-theme-gallery.git
|
|
|
@@ -0,0 +1,5 @@
|
|
|
++++
|
|
|
+title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
|
|
+date = {{ .Date }}
|
|
|
+draft = true
|
|
|
++++
|
|
|
@@ -0,0 +1,10 @@
|
|
|
+{
|
|
|
+ "compilerOptions": {
|
|
|
+ "baseUrl": ".",
|
|
|
+ "paths": {
|
|
|
+ "*": [
|
|
|
+ "../themes/gallery/assets/*"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
@@ -0,0 +1,4 @@
|
|
|
+baseURL = 'https://example.org/'
|
|
|
+languageCode = 'en-us'
|
|
|
+title = 'My New Hugo Site'
|
|
|
+theme = 'gallery'
|
|
|
@@ -0,0 +1 @@
|
|
|
+Subproject commit 04f097c6839ecce6f88a3cd0785d6082a959075a
|