-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
73 lines (59 loc) · 1.89 KB
/
hugo.toml
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
baseURL = 'https://www.bbmrc.com'
languageCode = 'en-us'
title = 'BBmrc'
theme = 'huey'
canonifyurls = true
[params]
# General site metadata, used in header and other places
author = 'BBmrc'
dateFormat = 'January 2, 2006'
description = 'JDM finders and importing full service'
keywords = 'jdm importing imports finders service'
email = '[email protected]'
# Use your Font Awesome token here. Example token is fake, so please get your own.
fontawesomeToken = '95f321208a'
# Use content from _index.md on homepage
useIndexContent = true # default is false
# Navigation, use Bulma options here
# navbarStyle = 'is-transparent' # Default is 'is-transparent'
# navbarTitleStyle = 'has-text-black' # Default is 'has-text-black'
# # Override Bulma schemes with values
schemeMain = '#f8f8ff' # Change background color, default is white
# link = '#000' # Bulma default is blue, though theme is black
# linkHover = '#888' # Bulma default is grey-darker, though theme is #888
# footerBackgroundColor = 'false' # Bulma default is #fafafa. You can use 'false' or #hex
# navbarItemHoverColor = '#444' # Bulma default is blue, though theme is #444
# navbarItemColor = '#888' # Bulma default is grey-dark, though theme is #888
# Set static directory locations and favicon
favicon = 'favicon.ico'
staticDir = ['static']
[menu]
# Top Navigation
[[menu.nav]]
identifier = 'home'
name = 'home'
title = 'home'
url = '/'
weight = 10
[[menu.nav]]
identifier = 'services'
name = 'services'
title = 'services'
url = '/services/'
weight = 20
[[menu.nav]]
identifier = 'about'
name = 'about'
title = 'about'
url = '/about/'
weight = 30
# Contacts
#[[ menu.social]]
# identifier = 'twitter'
# name = 'Twitter'
# pre = '<i class='fab fa-twitter fa-lg'></i>'
# url = 'https://twitter.com/yourtwittername'
# weight = 30
[outputs]
home = ['HTML', 'RSS']
pages = ['HTML']