generated from uhm-descartes/NRTechfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
32 lines (30 loc) · 841 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
# REQUIRED CHANGES
# Edit next line to provide your own name.
title: "Narayana Santhanam | Professional Portfolio"
# Edit next line, replacing 'techfolios' with your github username
url: "https://nsanthan.github.io/NRTechfolio/"
# Edit next line so that baseurl is "" if your repo is <username>.github.io
baseurl: ""
# OPTIONAL CHANGES
## Specify the theme using any of the css files in css/techfolio-theme
techfolio-theme: default.css
## Specify the formatting for triple backquote code sections.
rouge-theme: github.css
# DON'T CHANGE THE FOLLOWING (unless you know what you're doing)
markdown: kramdown
kramdown:
hard_wrap: false
input: GFM
syntax_highlighter: rouge
strict_front_matter: true
mathjax: true
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
include:
- .nojekyll
- _data
plugins:
- jekyll-gist