-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
53 lines (46 loc) · 1.01 KB
/
_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
45
46
47
48
49
50
51
52
53
url: "https://c-square.github.io"
baseurl: ""
title: "C-Square"
description: A virtual proof that name is awesome!
avatar: "/img/avatar-icon.png"
# List of links in the navigation bar
navbar-links:
Home: ""
Technical Report: "evorepo"
# --- Footer options --- #
author:
name: "C-Square"
github: "c-square"
# Select which links to show in the footer
footer-links-active:
rss: true
facebook: true
email: false
twitter: false
github: true
linkedin: false
stackoverflow: false
# Output options (more information on Jekyll's site)
timezone: "Europe/Bucharest"
markdown: redcarpet
highlighter: pygments
permalink: /:year-:month-:day-:title
paginate: 5
# Default YAML values (more information on Jekyll's site)
defaults:
-
scope:
path: ""
type: "posts"
values:
comments: true # add comments to all blog posts
-
scope:
path: "" # all files
values:
layout: "default"
# Exclude these files from production site
exclude:
- LICENSE
- README.md
- .gitignore