summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2020-07-07 19:05:04 +0200
committerKarl Hallsby <karl@hallsby.com>2020-07-07 19:05:04 +0200
commit1f336685d54d36d09194bd0345eb1a954e9f117f (patch)
treefdb9cfed259b271a27f129476fa5086404517edd
Add basic config file for jekyll
-rw-r--r--_config.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/_config.toml b/_config.toml
new file mode 100644
index 0000000..99f58bb
--- /dev/null
+++ b/_config.toml
@@ -0,0 +1,17 @@
+# Where things are located
+source : .
+destination : /var/www
+
+# How to read my stuff
+
+# Filter Content
+
+# Plugins
+
+# Conversion
+
+# Serving
+
+# Outputting
+
+# Markdown Processors