Fix some issues + last stand

Signed-off-by: Josef Fröhle <github@josef-froehle.de>
This commit is contained in:
2020-06-25 14:57:42 +02:00
parent 4a2526d691
commit 63024ffe8f
22 changed files with 1977 additions and 590 deletions

View File

@@ -1,10 +1,20 @@
# Meta tags settings
name: '' # Used for Facebook meta og:site_name
meta_title: '' # Global fallback meta title
meta_description: '' # Global fallback meta description
meta_image: '' # Global fallback for meta image
# Used for templating.
# Allows unminified scripts for dev environment in _includes/partials/scripts.html
is_production: false
# Root folder is always "/" regardless of production build settings.
baseurl: ""
baseurl: "/"
url: "http://localhost:3000"
hostname: "localhost"
permalink: /:title/
markdown: kramdown
include:
- _example