-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
55 lines (46 loc) · 1.04 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
---
title: Just some notes...
author: Kahlil (Kal) Hodgson
email: kahlil.hodgson999@gmail.com
description: >-
Adventures in technology, linux, fedora, devops, virtualization, programming,
maths, logic, data science, machine learning, music theory, and other random
stuff.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://tartansandal.github.io" # needed for Disqus
github_username: tartansandal
# Build settings
markdown: kramdown
kramdown:
input: GFM
# Theme settings
theme: minima
plugins:
- jemoji
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
disqus:
shortname: tartansandal
google_site_verification: G5NVa1L1VYTSJ3wWlpFZ1zWwKmCnuj2zelXrbsje84I
minima:
date_format: "%-d %B %Y"
header_pages:
- about.md
show_excerpts: true
# Paths excluded from processing
exclude:
# default excusions
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
# extra exclusions
# - .bundle
- README.md
- Makefile
# exclude jupyter notebooks
- "*.ipynb"