summaryrefslogtreecommitdiff
path: root/_config/preprod.yml
diff options
context:
space:
mode:
Diffstat (limited to '_config/preprod.yml')
-rwxr-xr-x_config/preprod.yml38
1 files changed, 38 insertions, 0 deletions
diff --git a/_config/preprod.yml b/_config/preprod.yml
new file mode 100755
index 0000000..2724c22
--- /dev/null
+++ b/_config/preprod.yml
@@ -0,0 +1,38 @@
+#******************************************************************************
+# _config/preprod.yml -- Pre-production 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: "/up/pv/preprod"
+author: john
+description: "John Touhey's personal website."
+thumb: me.jpg
+
+# Build settings.
+destination: _site/preprod
+plugins:
+ - jekyll-assets
+markdown: kramdown
+exclude:
+ - Gemfile
+ - Gemfile.lock
+ - Makefile
+ - README.md
+ - vendor
+
+# Assets settings.
+assets:
+ compress:
+ css: false
+ js: false
+ sources:
+ - _assets/css
+ - _assets
+
+# End of file.