aboutsummaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorMathias Biilmann Christensen <info@mathias-biilmann.net>2016-07-03 15:07:47 -0700
committerMathias Biilmann Christensen <info@mathias-biilmann.net>2016-07-03 15:07:47 -0700
commit8f6c70c51bf7e9e2045ae13c4052156877e77648 (patch)
treed17454781e9cf316e76721c08397ed5fe772d125 /site
Basic setup - gulp + webpack + hugo
Diffstat (limited to 'site')
-rw-r--r--site/archetypes/.keep0
-rw-r--r--site/config.toml3
-rw-r--r--site/content/.keep0
-rw-r--r--site/data/.keep0
-rw-r--r--site/layouts/index.html12
-rw-r--r--site/static/.keep0
6 files changed, 15 insertions, 0 deletions
diff --git a/site/archetypes/.keep b/site/archetypes/.keep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/site/archetypes/.keep
diff --git a/site/config.toml b/site/config.toml
new file mode 100644
index 0000000..149e86a
--- /dev/null
+++ b/site/config.toml
@@ -0,0 +1,3 @@
+baseurl = "/"
+languageCode = "en-us"
+title = "My New Hugo Site"
diff --git a/site/content/.keep b/site/content/.keep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/site/content/.keep
diff --git a/site/data/.keep b/site/data/.keep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/site/data/.keep
diff --git a/site/layouts/index.html b/site/layouts/index.html
new file mode 100644
index 0000000..ae10e35
--- /dev/null
+++ b/site/layouts/index.html
@@ -0,0 +1,12 @@
+<!doctype html>
+<html>
+ <head>
+ <title>Hugo with Gulp and Webpack</title>
+ <link rel="stylesheet" href="/main.css"/>
+ </head>
+ <body>
+ <h1>Hugo with Gulp and Webpack</h1>
+
+ <script src="/app.js"></script>
+ </body>
+</html>
diff --git a/site/static/.keep b/site/static/.keep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/site/static/.keep