generated from GioFonderia/fonderia-origin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·165 lines (140 loc) · 3.83 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
# -------------------
# Jekyll Config
# --------------------
baseurl: ""
url: ""
permalink: pretty
markdown: kramdown
highlighter: rouge
# Plugins
plugins:
- jekyll-environment-variables
- jekyll-paginate
paginate: 6
paginate_path: "/blog/page/:num"
pagination:
enabled: true
debug: false
collection: "posts"
per_page: 6
permalink: "/page/:num/"
title: ":title - page :num"
sort_field: "date"
sort_reverse: true
trail:
before: 2
after: 2
indexpage: "index"
# Collections
collections_dir: collections
collections:
posts:
output: true
permalink: /blog/:path/
# Pages
defaults:
- scope:
path: ""
type: posts
values:
layout: post
weight: 999
- scope:
path: "images"
values:
image: true
- scope:
path: "pages"
values:
permalink: /:basename/
# SCSS
sass:
style: compact
# Excludes
exclude:
- Gemfile
- Gemfile.lock
- README.md
- LICENSE
- netlify.toml
# -------------------
# Theme Config
# --------------------
title: "fonderia.io"
category_dir: 'category'
analytics:
google_analytics_id: ""
disqus:
shortname: "zerostatic" # Your disqus shortcode. leave this blank to disable comments globally
mailchimp:
form_action_url: https://zerostatic.us13.list-manage.com/subscribe/post?u=675276692aebec1c007f8156d&id=3e3da720c2
contact_form:
use_netlify_form: true
use_formspree_form: false
formspree_endpoint: https://formspree.io/f/moqyklqv
darkmode:
enable_dark_mode: true
show_dark_mode_toggle_in_header: false
show_dark_mode_toggle_in_bottom: true # displays the dark mode toggle switch in the footer and allows the user to manually change the mode
show_dark_mode_toggle_in_mobile_menu: false # displays the dark mode toggle switch in the footer and allows the user to manually change the mode
colors:
#light-mode colors
primary: "#EC255A"
primary_2: "#eed2d9"
primary_text: "#f9fafb"
background: "#ffffff"
background_2: "#f6f6f6"
background_3: "#f1f3f4"
text: "#191a1a"
text_2: "#555555"
logo_text: "#191a1a"
# dark-mode colors
primary_dark: "#EC255A"
primary_2_dark: "#eed2d9"
primary_text_dark: "#f9fafb"
background_dark: "#121418"
background_2_dark: "#1d2026"
background_3_dark: "#24272d"
text_dark: "#F4F4F5"
text_2_dark: "#D1D5DB"
logo_text_dark: "#F4F4F5"
fonts:
google_fonts: "https://fonts.googleapis.com/css2?family=Fira+Mono&family=Merriweather:wght@300;400;700&family=Open+Sans:wght@300;400;500;600;700&display=swap"
heading: "Merriweather"
base: "Open Sans"
monospace: "Fira Mono"
logo: "Open Sans"
logo:
logo_text: "fonderia.io"
logo_image: assets/images/logo/logo.png
logo_image_mobile: assets/images/logo/logo-mobile.png
logo_image_invert: assets/images/logo/logo-invert.png
logo_image_invert_mobile: assets/images/logo/logo-invert-mobile.png
logo_image_desktop_height: "27px"
logo_image_desktop_width: "20px"
logo_image_mobile_height: "27px"
logo_image_mobile_width: "20px"
show_logo_image_on_mobile: true
show_logo_image_on_desktop: false
show_logo_text_on_mobile: false
show_logo_text_on_desktop: true
menu:
show_dropdown_items_in_mobile_menu: false
show_social_media_in_mobile_menu: true
header:
fixed: false
footer:
enable_footer: true # show/hide the entire footer
footer_title: "fonderia.io"
footer_description: "Forging connections between people and places by innovation."
enable_social_media_icons: true
enable_menu_footer_primary: true
enable_menu_footer_secondary: true
enable_menu_footer_tertiary: false
footer_primary_menu_title: "Projects"
footer_secondary_menu_title: "Agency"
footer_tertiary_menu_title: ""
bottom:
enable_bottom: false # show/hide the entire bottom (below the footer)
enable_bottom_menu: true # if enabled, the bottom menu can be edited in `_data/menu.yml`
copyright_text: "© 2023 fonderia.io"