-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
75 lines (66 loc) · 2.97 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
title: Your awesome title
author:
name: GitHub User
email: your-email@domain.com
description: > # this means to ignore newlines until "baseurl:"
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.
baseurl: "/minima-plex"
show_excerpts: true # set to true to show excerpts on the homepage
copyright: All rights reserved.
favicon: "/assets/images/favicon.png"
favicon_svg: "/assets/images/favicon.svg"
apple_touch_icon: "/assets/images/apple-touch-icon.png"
permalink: pretty
paginate: 2
paginate_path: /page:num/
# Minima date format
# refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this
minima-plex:
skin: auto
date_format: "%d %b %Y"
# generate social links in footer
social_links:
- { platform: mastodon, user_url: "https://masto.don/about" }
- { platform: devto, user_url: "https://dev.to/jekyll" }
- { platform: dribbble, user_url: "https://dribbble.com/jekyll" }
- { platform: facebook, user_url: "https://www.facebook.com/jekyll" }
- { platform: flickr, user_url: "https://www.flickr.com/photos/jekyll" }
- { platform: github, user_url: "https://github.com/jekyll/minima" }
- { platform: google_scholar, user_url: "https://scholar.google.com/citations?user=qc6CJjYAAAAJ" }
- { platform: instagram, user_url: "https://www.instagram.com/jekyll" }
- { platform: keybase, user_url: "https://keybase.io/jekyll" }
- { platform: linkedin, user_url: "https://www.linkedin.com/in/jekyll" }
- { platform: microdotblog, user_url: "https://micro.blog/jekyll" }
- { platform: pinterest, user_url: "https://www.pinterest.com/jekyll" }
- { platform: stackoverflow, user_url: "https://stackoverflow.com/users/1234567/jekyll" }
- { platform: telegram, user_url: "https://t.me/jekyll" }
- { platform: twitter, user_url: "https://twitter.com/jekyllrb" }
- { platform: youtube, user_url: "https://www.youtube.com/jekyll" }
- { platform: rss, user_url: "/feed.xml" }
- { platform: donate, user_url: "https://opencollective.com/jekyll" }
- { platform: bluesky, user_url: "https://bsky.app/profile/bsky.app"}
- { platform: patreon, user_url: "https://patreon.com"}
# If you want to link only specific pages in your header, uncomment
# this and add the path to the pages in order as they should show up
#header_pages:
# - about.md
# Build settings
# Use `theme` if you want to install the theme directly or `remote_theme`
# to pull the theme from GitHub as part of the build process
remote_theme: questionlp/minima-plex
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-paginate
exclude:
- "Gemfile"
- "Gemfile.lock"
- "node_modules"
- "vendor/bundle/"
- "vendor/cache/"
- "vendor/gems/"
- "vendor/ruby/"
- "*.gem"
- "*.gemspec"