-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
40 lines (31 loc) · 892 Bytes
/
_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
title: Steviemo </a-software-blog>
description: >- # this means to ignore newlines until "baseurl:"
A place to gather my experiences and thoughts as I engineer server, web, iOS and Android software.
author: "Stephen Morrison"
email: [email protected]
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://steveimo.co" # the base hostname & protocol for your site, e.g. http://example.com
theme: minima
# Minima social links
twitter_username: steviemo83
github_username: steviemo
# Minima: show excerpts in the frontpage
show_excerpts: true
# Google Analytics
google_analytics: UA-179486479-1
minima:
date_format: "%Y-%m-%d"
# Minima: custom header links
header_pages:
# - _pages/frontpage.md
- _pages/about.md
- _pages/archive.md
include:
- _pages
exclude:
- .gitignore
- docker-compose.yml
- Gemfile
- Gemfile.lock
- LICENSE
- README.md