-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
81 lines (63 loc) · 1.42 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
76
77
78
title: ICDevs.org
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
A US 501(c)3 non-profit benefiting the Internet Computer and DFINITY ecosystem. Grants. Bounties. Education. Tutorials. Utilities. Open Source.
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://localhost:4000" # the base hostname & protocol for your site, e.g. http://example.com
twitter: ICDevs_org
github: icdevsorg
mail: [email protected]
linkedin: xxx
defaults:
-
scope:
path: "generative"
type: "all"
values:
layout: "home"
# site settings
contact: true
about: true
who_we_are: true
donations: true
bounties: true
gg20: true
version: v0.0.2
# Theme settings
edit-date: false # show the date of last edit on pages
default-theme: bumble # pick which theme loads by default
# post settings
tags: foo bar
# development settings
developer-controls: false # show developer specefic tips
# Build settings
theme: jek
plugins:
- jekyll-feed
- jekyll-sitemap
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter_opts:
default_lang: html
css_class : 'syntax'
include:
- .well-known
- .ic-assets.json
- generative
exclude:
- vite-react-motoko
- src
- scripts
- content
- canisterid.json
- dfx.json
- inject_fron_matter.py
- jek.gemspec
- LICENSE.txt
- package.json
- patterns.dot
- readme.md
- '*.py'
- pandoc