-
-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy path_config.yml
More file actions
31 lines (28 loc) · 606 Bytes
/
_config.yml
File metadata and controls
31 lines (28 loc) · 606 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
# Site metadata
title: Code Blocks
author:
name: Built by Alex Forsythe
permalink: pretty
# Minima
remote_theme: jekyll/minima
minima:
skin: classic
nav_pages:
- privacy-policy.md
- terms-of-service.md
- contributing.md
hide_site_feed_link: true
social_links:
- title: GitHub
icon: github
url: https://github.com/alexwforsythe/code-blocks
google_analytics: G-WB3EH6CCYD
titles_from_headings:
enabled: true
strip_title: true
plugins:
- jekyll-remote-theme
- jekyll-titles-from-headings
- jekyll-relative-links
- jekyll-github-metadata
- jekyll-sitemap