-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
44 lines (38 loc) · 941 Bytes
/
_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
44
# Site settings
title: anthernet
description: >
coding resources // decentralized solutions // digital freedom
# Jekyll-FTP
# username:
# server_url:
# remote_dir:
# Baseurl: "/" # the subpath of your site, e.g. /blog/
url: "http://anthernet.com" # the base hostname & protocol for your site
permalink: "/blog/:title/"
author:
github: tonyynot
twitter: tonecodes
# disqus:
# instagram: blankwaves
# linkedin:
google_analytics: 'UA-60032993-2'
# Build settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: pygments
exclude: ["node_modules", "gulpfile.js", "package.json"]
# Staticman (comments generator)
allowedFields: ['name', 'email', 'comment']
branch: 'gh-pages'
format: 'yaml'
moderation: true
path: _data/posts/{options.post-slug}
requiredFields: ['name', 'comment']
transforms:
email: 'md5'
plugins_dir:
- jekyll-gist
- jekyll/tagging
- jekyll-tagging-related_posts
- font-awesome-sass