generated from skills/github-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
41 lines (35 loc) · 770 Bytes
/
_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
theme: minima
title: Github Pages
author: wmcdonald404
minima:
skin: solarized-light
social_links:
- { platform: github, user_url: "https://github.com/wmcdonald404" }
- { platform: linkedin, user_url: "https://www.linkedin.com/in/willmcd" }
- { platform: bluesky, user_url: "https://bsky.app/profile/wmcdonald404.co.uk" }
# Minima: custom header links
header_pages:
- _pages/recipes.md
- _pages/about.md
- _pages/cv.md
# - _pages/archive.md
# - _pages/frontpage.md
include:
- _pages
defaults:
-
scope:
type: posts
path: _posts
values:
isPost: true
layout: post
-
scope:
type: recipes
path: _recipes
values:
layout: post
collections:
recipes:
output: true