generated from thecdil/bootstrap-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
61 lines (54 loc) · 1.53 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
59
60
61
#######
#
# bootstrap-template
# basic bootstrap template for Jekyll with GitHub Pages
# https://github.com/thecdil/bootstrap-template
#
#######
#######
# SITE SETTINGS
#
title: US Business Database
description: "Database directory of US Businesses"
year: 2022
author: Michael
# add search box to navbar, true/false
search: true
##########
# URL VARIABLES [optional!]
#
# Optional if using GitHub Pages! If building manually, these must be set correctly.
#
# use url for the domain, e.g. https://thecdil.github.io
# on gh-pages follow the pattern: https://username.github.io
url:
# use baseurl to add subsection of the domain, e.g. /timelinejs-template
# on gh-pages this is a / followed by the name of the repository
# baseurl is your github repository's name prefixed with a /
baseurl: /biz
# location of code, the full url to your github repository
source-code: https://github.com/mtlx03/biz
##########
# 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 [optional!]
#
# set noindex to true if you do NOT want Google to index your site
# noindex: true
#######
# BUILD SETTINGS [usually leave as is]
#
# 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]