generated from thecdil/timelinejs-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
58 lines (51 loc) · 1.25 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
54
55
56
57
58
#######
#
# timelinejs-template
# basic template for self-hosted TimelineJS
# https://github.com/thecdil/timelinejs-template
#
#######
#######
# SITE SETTINGS
#
title: NEAR
description: "NEAR Protocol Roadmap"
year: 2021
author: Steve Floyd
# add search box to navbar, true/false
search: true
#######
# SITE URLs
#
# Optional if using GitHub Pages!
# If building manually, these must be set correctly.
#
# add the url for the domain,
# on gh-pages follow the pattern: https://username.github.io
# url: https://thecdil.github.io
# add subsection of the domain,
# on gh-pages this is a / followed by the name of the repository
# baseurl: /timelinejs-template
##########
# GOOGLE ANALYTICS [optional!]
#
# leave this blank or comment out to NOT include google code
# Add your google-analytics-id to automatically add the embed code, e.g. "UA-76328753-1"
# google-analytics-id:
##########
# ROBOTS EXCLUDE
#
# set noindex to true if you do NOT want Google to index your site
# noindex: true
#######
# Defaults
# to simplify front matter
# all files in the "pages" folder will be output at root of site
defaults:
- scope:
path: "pages"
values:
layout: page
permalink: /:basename:output_ext
# ignore stuff
exclude: [docs/, Rakefile, README.md, LICENSE]