-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
80 lines (72 loc) · 1.45 KB
/
_config.yml
File metadata and controls
80 lines (72 loc) · 1.45 KB
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
title: "fibonhack"
# Build settings
markdown: kramdown
collections:
authors:
# By default, collections do not output a page for documents.
# In this case we want each author to have their own page so
# let’s tweak the collection configuration.
permalink: /members/:title
output: true
main:
permalink: /:path
output: true
writeups:
permalink: /:path
output: true
ourposts:
permalink: /:path
output: true
ourevents:
permalink: /events/:path
output: true
logo:
permalink: /:collection/:path
output: true
defaults:
- scope:
path: ""
type: "authors"
values:
layout: "author"
- scope:
path: ""
type: "writeups"
values:
layout: "writeup"
- scope:
path: ""
type: "ourposts"
values:
layout: "post"
- scope:
path: ""
values:
layout: "default"
- scope:
path: ""
type: "ourevents"
values:
layout: "event"
social:
email: echo ti.kcahnobif@ofni|rev
twitter: https://twitter.com/fibonhack
github: https://github.com/fibonhack
ctftime: https://ctftime.org/team/117538
# plugins:
# - jekyll-postcss-v2
exclude:
- assets/css/*.css # done by postcss
- docker-compose.yml
- Dockerfile
- package.json
- package-lock.json
- postcss.config.js
- README
- tailwind.config.js
- node_modules
# sass:
# load_paths:
# - _sass
# - node_modules
# include: ["node_modules/tailwindcss"]