old-techblog/_config.yml

49 lines
1.6 KiB
YAML
Raw Normal View History

2017-12-29 10:06:02 +00:00
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# 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
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
2017-12-29 13:27:50 +00:00
title: netflux.io
email: hello@netflux.io
description: >-
Notes, thoughts and discoveries from the techsphere
2017-12-29 10:06:02 +00:00
baseurl: "" # the subpath of your site, e.g. /blog
2017-12-29 13:27:50 +00:00
url: "https://netflux.io" # the base hostname & protocol for your site, e.g. http://example.com
github_username: rfwatson
permalink: /blog/:year/:month/:day/:title/
2018-01-09 07:14:58 +00:00
google_analytics: UA-8059487-21
2018-01-10 05:56:03 +00:00
disqus:
shortname: netflux
highlighter: pygments
2017-12-29 10:06:02 +00:00
# Build settings
markdown: kramdown
theme: minima
plugins:
- jekyll-feed
2018-01-09 07:14:58 +00:00
- jekyll-stealthy-share
2018-01-10 07:02:35 +00:00
- jekyll-seo-tag
2017-12-29 10:06:02 +00:00
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
2018-01-18 06:53:59 +00:00
exclude:
- '*.backup'
2017-12-29 10:06:02 +00:00
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/