-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
37 lines (30 loc) · 995 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
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
# markdown: KramdownPygments
# kramdown:
# math_engine: mathjax
# input: GFM
# default_lang: c
# Permalinks
permalink: pretty
relative_permalinks: true
# Setup
title: CodingHighway
# tagline: A Computer Science blog
url: http://www.codinghighway.com
paginate: 1
baseurl: /
assets: assets/
author:
name: Filipe Goncalves
url: https://github.com/filipegoncalves
email: [email protected]
# Custom vars
version: 1.0.0
github:
repo: https://github.com/filipegoncalves/filipegoncalves.github.io
# List of pages to include in the header of the website.
pages_list: {'Archive':'/archive','Books':'/techbooks','Resume':'/resume','About':'/about'}
# Needed for travis-ci. See http://jekyllrb.com/docs/continuous-integration/
exclude: [vendor]