-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
64 lines (50 loc) · 1.93 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
title: A Simple Blog
author:
name: Felix Pehla
email: [email protected]
description: A simple blog about Linux and related topics. Under construction.
# Build settings
# If you clone the Minima repo and build locally, use this setting.
#theme: minima
# As of November 2023, GitHub Pages still uses Minima 2.5.1 (https://pages.github.com/versions/).
# If you want to use the latest Minima version on GitHub Pages, use the following setting and
# add a line comment on "theme: minima" above.
remote_theme: jekyll/minima
plugins:
# Minima defaults:
- jekyll-feed
- jekyll-seo-tag
# GitHub pages defaults:
- jekyll-coffeescript
- jekyll-default-layout
- jekyll-gist
- jekyll-github-metadata
- jekyll-optional-front-matter
- jekyll-paginate
- jekyll-readme-index
- jekyll-titles-from-headings
- jekyll-relative-links
# Theme-specific settings
# If you want to link only specific pages in your header, use this and add the path to the pages
# in order as they should show up.
header_pages:
- about.md
# Set to `true` to show excerpts on the homepage.
#show_excerpts: false
# Minima specific settings, which are only available from Minima 3.0 onward.
minima:
# Minima skin selection.
# Available skins are:
# classic Default, light color scheme.
# dark Dark variant of the classic skin.
# auto Adaptive skin based on the default classic and dark skins.
skin: auto
# Minima date format.
# The default value is "%b %d, %Y" (e.g. Nov 14, 2023)
# Refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this.
date_format: "%Y-%m-%d"
# Generate social links in footer.
#social_links:
# - { platform: github, user_url: "https://github.com/jekyll/minima" }
# - { platform: linkedin, user_url: "https://www.linkedin.com/in/jekyll" }
# - { platform: stackoverflow, user_url: "https://stackoverflow.com/users/1234567/jekyll" }