-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config_dev.yml
executable file
·38 lines (37 loc) · 1021 Bytes
/
_config_dev.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
# Site settings
title: "Retro64.xyz"
# email:
description: > # this means to ignore newlines until "baseurl:"
Old technology is some of the best technology. This is where all the things
that I want to reminisce about live. I provide high quality and impactful
training on a wide range of topics. Sometimes I blog, vlog, and just speak
my mind.
url: "http://localhost:4488"
twitter_username: Retro64XYZ
github_username: Retro64XYZ
mastodon_username: Retro64XYZ
keybase_username: Retro64XYZ
#email_display: Retro64XYZ
#email_sendto: [email protected]
youtube_display: Retro64XYZ
youtube_username: 'channel/UC8dI8JKzbheHlaGhUGxIV1w?disable_polymer=true'
twitch_username: Retro64XYZ
# Build settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
port: 4488
permalink: pretty
post_ext: md
keep_files: [assets]
# Pagination Settings
paginate: 5
paginate_path: "/index/page:num"
# Search Rules
lunr_search:
js_dir: "js"
# Gems
plugins:
- jekyll-paginate
- jekyll-lunr-js-search