-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·71 lines (65 loc) · 2.57 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
title: Bryan Scott
email: [email protected]
description: >- # this means to ignore newlines until "author:"
Put a great description here.
author: "Bryan Scott" # Default is your site title.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://bryanscott.ink" # the base hostname & protocol for your site, e.g. http://example.com
# # Your social accounts.
social:
# github: github_username
twitter: bryanscottherr
facebook: bryanscottherr
# instagram: instagram_username
linkedin: bryanherr
# weibo: weibo_username
# Build settings
theme: jekyll-theme-persephone
plugins:
- jekyll-feed
- jekyll-books
# Theme Settings
# Your site's logo. Will be shown on the left top of your page.
logo: /img/favicon-32x32.png
# If the images of our blog are stored in an external cloud. You can use the jekyll-img-prefix plugin and set your images' base URL here.
# img_prefix: https://your-img-cdn.com
# The RSS link of your blog.
rss: "/feed.xml"
# The followings are settings for displays of your blog.
theme_setting:
# The slides count in the slides layout. Default is 4.
slides_count: 5
# The ← back URL on the top of your post page. Default is your site's home page.
blog_page: "blog.md"
# The URL on your name on the bottom of your post and page. Default is your site's home page.
about_page: "about.md"
# The URL of the menu icon(which has three black lines). Will be shown on the slides/book/chapter layouts It won't be shown if blank.
archive_page: "books.md"
# The nav links on the top right of home/page/post/blog layout. You can set a local page(by setting a layout's path) or and external link ( both title and url are required) here.
nav_pages:
- "books.md"
- "blog.md"
- "about.md"
# # Every default value in the following settings is false. You can set them globally here or separately in a single post/page/chapter.
# code: true # Code highlight.
# math: true # Mathjax
# mermaid: true # Mermaid
# head_code: |
# <!-- Extra codes in the head of your site pages. You can add your Google Analysis codes here! -->
# # The settings of comments.
# comment:
# # You should set it to enable comment
# enabled: true
# # Your comment provider
# provider: disqus # static/disqus
# # If provider == disqus
# disqus:
# name: website_name
# # Or provider == static
# static:
# # Your static comment url.
# postUrl: https://api.staticman.net/v2/connect/GITHUB-USERNAME/GITHUB-REPOSITORY
# # The settings of local smileys used in static comments. The jekyll-smiley plugin is required.
# smiley:
# enabled: true
# dir: img/smileys