-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
50 lines (39 loc) · 1.1 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
title: Andrew Bevan
title-detail: Coding, Technology & Life
author:
name: Andrew Bevan
email: [email protected]
# The `>` after `description:` means to ignore line-breaks until next key.
# If you want to omit the line-break after the end of text, use `>-` instead.
description: >
Andrew Bevan on Coding, Technology and Life.
# Build settings
# theme: minima
remote_theme: jekyll/minima
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-gist
# Theme-specific settings
minima:
skin: auto
date_format: "%-d %b %Y"
# Generate social links in footer.
#
social_links:
- platform: linkedin
user_url: "https://www.linkedin.com/in/andrew-bevan"
- platform: twitter
user_url: "https://x.com/bluntspoon"
- platform: github
user_url: "https://github.com/bluntspoon"
# 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
- lists.md
- blog.md
# Set to `true` to show excerpts on the homepage.
# show_excerpts: false
google_analytics: G-VTF49EX4MD