-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
43 lines (40 loc) · 1.71 KB
/
_config.yml
File metadata and controls
43 lines (40 loc) · 1.71 KB
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
title: "macOS Things"
description: "A collection of scripts and code snips for supporting macOS"
remote_theme: scriptsandthings/moonwalk
domain: gregknackstedt.com # if you want to force HTTPS, specify the domain without the http at the start, e.g. example.com
url: https://gregknackstedt.com # the base hostname and protocol for your site, e.g. http://example.com
# Your name, as you want it to appear underneath each post and in the footer
author: "Greg Knackstedt"
# Your email if you want it to be linked on the contact page
author_email: [email protected]
category_dir: /
search: true
show_date: true
date_format: "%Y-%m-%d"
permalink: pretty
theme_config:
appearance: "light" # can be "light", "dark" or "auto"
appearance_toggle: true # if appearance can be switched by user
back_home_text: "home.." # customize text for homepage link in post layout
date_format: "%Y-%m-%d" # customize how date is formatted
show_description: false # show blog description
show_navbar: true # show horizontal navbar
show_footer: true # show footer links in home page,add in _data/home.yml
show_copyright: true # show copyright notice in footer
# following keys are using to create home layout
show_projects: false # show projects as cards, add in _data/home.yml
show_blog: false # show blog posts added in _posts
show_old_projects: false # show old projects as cards, add in _data/home.yml
show_misc_list: false # show generic vertical list for misc details, add _data/home.yml
# options for "home" page
home:
title_projects: macOS Things
title_misc_list: Details
title_blog: Blog
title_old_projects: Old Projects
highlighter: rouge
sass:
style: :compressed
plugins:
- jekyll-feed
- jekyll-seo-tag