summaryrefslogtreecommitdiff
path: root/_config/dev.yml
diff options
context:
space:
mode:
Diffstat (limited to '_config/dev.yml')
-rw-r--r--_config/dev.yml30
1 files changed, 30 insertions, 0 deletions
diff --git a/_config/dev.yml b/_config/dev.yml
new file mode 100644
index 0000000..746ac46
--- /dev/null
+++ b/_config/dev.yml
@@ -0,0 +1,30 @@
+#******************************************************************************
+# _config/dev.yml -- Development environment configuration.
+#
+# For technical reasons, this file is *NOT* reloaded automatically when you use
+# 'bundle exec jekyll serve'. If you change this file, please restart the
+# server process.
+#******************************************************************************
+# Site settings.
+name: John Touhey
+email: john.touhey@orange.fr
+url: "https://john.touhey.fr"
+baseurl: ""
+bio: Hi, I'm John
+
+# Build settings.
+destination: _site/dev
+minify_html: false
+markdown: kramdown
+gems: []
+exclude:
+ - Gemfile
+ - Gemfile.lock
+ - Makefile
+ - README.md
+
+# Sass settings.
+sass:
+ style: :expanded
+
+# End of file.