-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
34 lines (30 loc) · 832 Bytes
/
_config.yml
File metadata and controls
34 lines (30 loc) · 832 Bytes
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
#######
#
# foundations-computation
# basic template for Jekyll with GitHub Pages
# https://github.com/learn-static/foundations-computation
#
#######
#######
# SITE SETTINGS
#
title: foundations-computation
description: "a learn-static tool for teaching the basics of Jekyll, Liquid, and computational methods"
year: 2021
author: learn-static
##########
# location of code, the full url to your github repository
source-code: https://github.com/learn-static/foundations-computation
#######
# 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, intro-computation.md]