-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
43 lines (32 loc) · 1.53 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Jekyll configuration
name: Milan Zimmermann's Blog
description: Notes about things.
# url is currently only used only for the RSS feed in feed.xml
url: https://mzimmerm.github.io
# baseurl will often be '', but for a project page on gh-pages, it needs to
# be the project name.
# *** IMPORTANT: If your local "jekyll serve" throws errors change this to '' or
# run it using: jekyll serve --baseurl=''
# Note: This does not seem needed locally and does not do the right thing on Github
# baseurl: mzimmerm.github.io
# This can be '' to hide the Github nav button
# github: 'github.com/mzimmerm/mzimmerm.github.io'
github: 'mzimmerm.github.io'
# Google Analytics Account: Set this to your UA-# value, or '' to disable analytics completely
gaaccount: ''
# The 'comments' setting enables comments. You'll need to select either
# disqus or isso below to choose a comment system. Individual posts can
# override 'comments' to disable on a post-by-post basis.
comments: true
# Set this to your public isso URL to enable comments via isso. Set to '' to disable isso.
isso: ''
# Set this to your disqus shortname to enable comments via disqus. Set to '' to disable disqus.
disqus: 'https-mzimmerm-github-io'
# Permaling
permalink: /:year/:month/:title
# mz removed 2023-10-02 paginate: 3
highlighter: rouge
markdown: kramdown
# 2018-06-23: renamed gems: to plugins: and removed - plugins: ['jekyll-paginate']
# Exclude files from "jekyll build"
exclude: ['README.md', 'LICENSE', 'TODO.org', '.emacs.d/', '.git/', '.jekyll-cache/', '.projectile', 'org']