-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
26 lines (23 loc) · 714 Bytes
/
Copy path_config.yml
File metadata and controls
26 lines (23 loc) · 714 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
title: Thomas Step
author: Thomas Step
email: tstep916@gmail.com
description: >- # this means to ignore newlines until "baseurl:"
This is where I share my thoughts and experiences that I encounter developing software.
baseurl: "" # the subpath of your site, e.g. /blog
domain: thomasstep.com
url: https://thomasstep.com # the base hostname & protocol for your site, e.g. http://example.com
github_username: thomasstep
github:
is_user_page: true
owner_url: https://github.com/thomasstep
collections:
posts:
output: true
permalink: /blog/:title
# Build settings
remote_theme: pages-themes/primer@v0.6.0
plugins:
- jekyll-remote-theme
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-feed