forked from stackbit-themes/fjord-nextjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
executable file
·65 lines (65 loc) · 1.56 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
baseurl: "/"
title: "Stackbit Fjord Theme"
page_load_js: "assets/js/main.js"
params:
description: A minimal blogging theme for Stackbit
header:
title: Fjord
tagline: Minimal and clean blog theme
logo_img: "images/logo.png"
background_img: "images/header-bg.jpg"
has_nav: true
nav_links:
- label: Home
url: /
type: link
- label: About
url: /about/
type: link
- label: Style Guide
url: /style-guide/
type: link
- label: Contact
url: /contact/
type: link
has_social: true
social_links:
- label: Twitter
url: https://twitter.com/
type: icon
icon_class: fa-twitter
new_window: true
- label: Instagram
url: https://www.instagram.com/
type: icon
icon_class: fa-instagram
new_window: true
- label: GitHub
url: https://github.com/
type: icon
icon_class: fa-github
new_window: true
- label: LinkedIn
url: https://www.linkedin.com/
type: icon
icon_class: fa-linkedin
new_window: true
- label: DEV
url: https://dev.to/
type: icon
icon_class: fa-dev
new_window: true
footer:
content: "© All rights reserved."
links:
- label: Made with Stackbit.
url: https://www.stackbit.com
type: link
new_window: true
palette: yellow
sass:
input_file: sass/main.scss.njk
output_file: assets/css/main.css
indentWidth: 4
outputStyle: nested
precision: 10