-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
114 lines (100 loc) · 3.14 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
repository : jekyllgems/base
github : [metadata]
# This is a base template for Jekyll. The starter template that
# ships with "jekyll new sitename" is complete trash.
#
# It is not good for a person coming to Jekyll with no knowledge
# of programming or themeing as is the general purpose of the Jekyll
# framework according to their own statments.
#
# If you need any help feel free to reach out on discord or email
# me and I will help in any way you need. If you want a custom theme
# or plugin built you can hop on discord and we can discuss it.
#
# =============
# SOCIAL LINKS
# =============
#
# This section handles your social network links displayed across
# your site in liquid tags as site.social.NAME feel free to reach
# out to me using these if you need any help.
social:
twitter : jekyllcoder
github : leatheresque
email : [email protected]
discord : leatheresque#3820
support_server : https://discord.gg/8uc5FyPdHk
# ==========
# SITE TITLE
# ==========
#
# This is the title of your website for example, "The Moo York Times" :)
title: Your New Site
description: >- # this means to ignore newlines until "baseurl:"
Welcome to your new site, replace this description
# =======
# BASEURL
# =======
#
# This is the subpath of your site, e.g. /blog if you want users to
# access your site at https://example.com/blog
#
# If you are using a gh-pages site this will be empty if your site
# is on https://username.github.io if your repo using this theme is
# named "foobar" then change this to /foobar and when you serve
# it using the pages setting it will be live at
#
# https://username.github.io/foobar
baseurl : "/base"
# ===
# URL
# ===
#
# This is the base hostname & protocol for your site, as you see
# I use https://jekyllgems.github.io because this is a template
# and served live on my gh-pages site.
#
# Use localhost for local development
# http://localhost:4000
url : "https://jekyllgems.github.io"
# =================
# EXCERPT_SEPARATOR
# =================
#
# This is used in your blog posts, you can see an example in any
# of the example blog posts included in this theme. It functions
# to trim your posts when displaying them so it doesnt show the
# entire post like on the front page. Feel free to change where
# the excerpt ends.
excerpt_separator: <!--more-->
# ==============
# BUILD SETTINGS
# ==============
#
# These are build settings needed for when you run "jekyll serve"
# commands. You can change these, but be careful because they can
# cause your site to break.
#
# COLLECTIONS
# ===========
#
# Collections are Jekylls way to handle things like tags, categories,
# authors. Any type of data you can iterate over. Here is how you add
# categories to your blog. Uncomment this to have it assign links for
# your categories
#
# collections:
# categories: # This will create your category links
# output: true
# permalink: /:categories/:title/
#
# =======
# PLUGINS
# =======
#
# This is just one of the plugins you can use with jekyll
# you can find more useful plugins I have created at:
#
# https://github.com/jekyllgems/plugins
plugins:
- jekyll-feed