-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
90 lines (82 loc) · 2.24 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
#######
#
# Lib-Static
# https://github.com/lib-static/lib-static.github.io
#
#######
#######
# SITE SETTINGS
#
title: Lib-Static
tagline: "a methodology, a collection, a community"
description: "a methodology, a collection, a community: Lib-Static is a provocation to rethink how we do digital infrastructure in libraries to recenter our technology choices around sustainable, pragmatic, and minimal approaches."
year: 2022
author: evan will
##########
# 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/lib-static/lib-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]
#
# Collections
collections_dir: content
collections:
community:
output: true
concepts:
output: true
models:
output: 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/
- scope:
path: ""
type: "concepts"
values:
layout: content
permalink: /:collection/:name/
section: "Concepts"
- scope:
path: ""
type: "community"
values:
layout: content
permalink: /:collection/:name/
section: "Community"
- scope:
path: ""
type: "models"
values:
layout: project
permalink: /:collection/:name/
section: "Models"
# ignore stuff
exclude: [docs/, Rakefile, README.md, LICENSE, CODE_OF_CONDUCT.md]