-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
60 lines (52 loc) · 1.56 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
#######
#
# Learn-Static
# https://github.com/learn-static/learn-static.github.io
#
#######
#######
# SITE SETTINGS
#
title: Learn-Static
tagline: "teaching and learning with static web approaches"
description: "A home for digital scholarship-focused static web teaching modules and project templates."
year: 2023
author: owikle
##########
# 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:
# location of code, the full url to your github repository
source-code: https://github.com/learn-static/learn-static.github.io
##########
# 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/
# ignore stuff
exclude: [docs/, Rakefile, README.md, LICENSE, CODE_OF_CONDUCT.md]