-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
71 lines (57 loc) · 1.58 KB
/
_config.yml
File metadata and controls
71 lines (57 loc) · 1.58 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
destination: _site/
# change the followings to match your Github username and repo name
# baseurl: "" # the name of your github repo
url: "https://pokecode.net" # the url of your github pages
# site information used in page title, meta data etc.
title: "PokeCode.net :: Digital Solutions for the democracy of the XXI century"
description: "Developing Digital democracy and participation based on Decidim and Ruby on Rails."
# color theme for links
theme-color: stone # indigo|yellow|pink|green|stone|
languages: ["ca", "en", "es"]
exclude_from_localizations: ["assets", "docs"]
# homepage information
author: PokeCode
author-image: pokecode-logo.webp # file must be in the /assets/img/ folder
# navigation menu
show-nav-menu: true
nav-menu:
- text: About
permalink: about
namespace: about
defaults:
- scope:
path: ""
values:
image: /assets/img/seo-pokecode-logo.webp
# use false to turn off any social media links
twitter: false
facebook: false
instagram: false
github: https://github.com/openpoke
linkedin: false
medium: false
google-scholar: false
email: [email protected]
metadecidim: "https://meta.decidim.org/profiles/Pokecode"
# footer information
footer-msg: "Made with ❤️ by PokeCode"
footer-msg-link: "https://github.com/openpoke/pokecode.net"
# google analytics
google-analytics: false
# jekyll plugins - no need to change
plugins:
- jekyll-seo-tag
- jekyll-multiple-languages-plugin
collections:
pages:
output: true
team:
output: false
services:
output: false
clients:
output: false
stories:
output: false
blog:
output: true