forked from kuoa/julia
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
27 lines (23 loc) · 835 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
# Site settings
title: Blog #website title
description: > # this means to ignore newlines until "baseurl:"
Blog
url: https://huxyuk.github.io # the base hostname & protocol for your site
baseurl: /julia #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: Archive
url: /archive
external: false
- name: GitHub
url: https://github.com/username
external: true
# Build settings
markdown: kramdown
markdown_ext: markdown,mkdown,mkdn,mkd,md
redcarpet:
extensions: ["tables", "autolink", "strikethrough", "space_after_headers", "fenced_code_blocks"]