-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
37 lines (31 loc) · 1.35 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
# 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 need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: Your awesome title
author:
name: Your Name
email: [email protected]
description: > # this means to ignore newlines until "url:"
Write an awesome description for your new site here.
baseurl: "/jekyll-theme-iota" # the subpath of your site, e.g. /blog/
url: "https://artlogic.github.io" # the base hostname & protocol for your site
license: > # the license for your site - optional
This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons BY-NC-SA 4.0 License</a>.
powered_by: false # display the powered by and theme info in the footer
# Build settings
exclude: ['Gemfile', 'Gemfile.lock', 'README.md', 'LICENSE']
permalink: pretty
kramdown:
input: GFM
remote_theme: artlogic/jekyll-theme-iota
# currently this is needed because remote_theme doesn't automatically
# include dependencies - hopefully this will be fixed soon:
# https://github.com/benbalter/jekyll-remote-theme/pull/19
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap