-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
129 lines (116 loc) · 4.39 KB
/
_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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
#### GLOBAL - Site information
# About your website
title: Your awesome title
author: # *** NAME AND EMAIL INCLUDED IN RSS FEED BY DEFAULT ***
name: &name GitHub User # removing &name breaks contact page
email: &email [email protected] # removing &email breaks contact page
description: > # > means to ignore newlines until next section
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
It will also appear on the site About page.
# url: https://jekyll-98.github.io # will try to use github pages url if omitted
#### SETTINGS - Sitewide preferences
remote_theme: queenkjuul/jekyll-98
show_excerpts: true # mostly works, see README
show_categories: true
paginate: 3 # set to a number of posts per page
# only 3 works well on small mobile screens
# set to false to disable pagination (all posts listed on home page)
paginate_path: /page/:num # probably shouldn't touch
# google_analytics: # input your google analytics key for tracking
#### THEME - Controls for desktop and extra pages
jekyll-98:
date_format: "%b %-d, %Y" # refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this
add_titles: false # you probably want this, it's only useful for my own website to turn it on
### SITE ICON
# select site icon which will be used for homepage links
# on the desktop and in the start menu
# see assets/icons for choices, omit extension
icon: computer
### DESKTOP FOLDERS
# select which of your post categories should have its own desktop icon
# should probably try and keep total icons (desktop_categories and site_links)
# to 7 or less total
desktop_categories:
- posts
### DESKTOP / START MENU LINKS
# site_links generate desktop icons (if device width allows)
# as well as entries in the Start menu (all widths)
# must have at least title and url
# icon will default to "document"
# see assets/icons for icon choices
site_links:
- title: Example
url: http://example.com
target: _blank # optional
icon: html # optional
alt: 'This is an example' # alt text is shown in start menu - long strings won't wrap and might break menu
### CONTACT PAGE
# social links from the social_links section are automatically added to contact page (if enabled)
# only defined fields are displayed
contact: # comment to omit page altogether
name: *name # reuses values from above
email: *email
phone: phone number if you're spicy
address:
- 1234 Street Avenue
- Assigned living quarters number X
- City, Unit bigger than city, country, postal related code
- You can actually add as many lines as your little heart desires
other:
- custom info can go here
- each line gets rendered
- layout not optimized for long lists
### SOCIAL MEDIA / QUICK LAUNCH
# generate social links in footer
# only 5 will safely fit on small phones
social_links:
github: queenkjuul
youtube: queenkjuul69
twitch: queenkjuul
# twitter: jekyllrb
# devto: jekyll
# dribbble: jekyll
# facebook: jekyll
# flickr: jekyll
# instagram: jekyll
# linkedin: jekyll
# pinterest: jekyll
# youtube_channel: UC8CXR0-3I70i1tfPg1PAE1g
# youtube_channel_name: CloudCannon
# telegram: jekyll
# googleplus: +jekyll
# keybase: jekyll
# email: [email protected]
# Mastodon instances
# mastodon:
# - username: jekyll
# instance: example.com
# - username: jekyll2
# instance: example.com
# GitLab instances
# gitlab:
# - username: jekyll
# instance: example.com
# - username: jekyll2
# instance: example.com
### ABOUT PAGE
# add personal details to about page if you like
# lines are rendered as bulleted list
about:
- Live long and prosper, loves \\//_
#### PLUGINS - Add what you need, but don't remove defaults!
plugins:
- jekyll-paginate # theme default
- jekyll-category-pages # theme-default
- jekyll-feed # theme-default
#### DEFAULTS - Only for theme website, you can ignore/remove
defaults:
-
scope:
path: "_posts"
values:
layout: "post"
categories:
- posts