-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
31 lines (27 loc) · 948 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
# Site settings
title: TheAnig's Website #website title
description: > # this means to ignore newlines until "baseurl:"
TheAnig's Website
url: #https://kuoa.github.io # the base hostname & protocol for your site
baseurl: # the sub-path of your site, e.g. /blog/
disqus_shortname: # leave empty if you don't want comments
google_analytics: false #if set to "true" modify the google_analytycs.html, set to false otherwise
# Links settings
links:
- name: Home
url: /
- name: About
url: /about
external: false
- name: Archive
url: /archive
external: false
external: false
- name: GitHub
url: http://github.com/TheAnig
external: true
# Build settings
markdown: kramdown
markdown_ext: markdown,mkdown,mkdn,mkd,md
redcarpet:
extensions: ["tables", "autolink", "strikethrough", "space_after_headers", "fenced_code_blocks"]