-
Notifications
You must be signed in to change notification settings - Fork 9
/
config.toml
73 lines (63 loc) · 2.16 KB
/
config.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
title = "Toma Nistor - San Diego Web Developer"
baseURL = "https://tomanistor.com"
tags = ["web developer", "San Diego web developer", "ruby on rails developer", "javascript developer", "vuejs developer", "hugo developer", "San Diego", "web developer portfolio"]
languageCode = "en-US"
config = "config.toml"
theme = "osprey"
canonifyURLS = true
googleAnalytics = "UA-70206008-1"
disqusShortname = "tomanistor"
# disableKinds = ["taxonomy", "taxonomyTerm"] # This theme does not currently use "tag" and "category" taxonomies
enableRobotsTXT = true
[Params]
tagline = "Toma Nistor"
author = "Toma Nistor"
description = "Full-stack web developer and UI/UX enthusiast based in San Diego, CA. I enjoy using multiple tools to engineer and build powerful websites and apps."
logoBig = "/images/logo/toma-nistor-logo.svg"
logoSmall = "/images/logo/toma-nistor-logo.svg"
favicon = "favicon.ico"
opengraphImage = "/images/logo/toma-nistor-logo-banner-dark.png"
email = "toma@tomanistor.com"
googleTagManager = "GTM-T94X59P"
customCSS = true
# Social media links in footer
twitter = "TomaNistor"
linkedin = "tomanistor"
github = "tomanistor"
facebook = ""
# Copyright and theme author credit in footer
copyright = false
credit = false
# Cache busting of static resources (additional set up required)
cacheBustCSS = true
cacheBustJS = true
# Code highlighting with highlight.js
highlightJS = true
highlightJSStyle = "" # For custom highlight.js styles, add your /path/to/styles/default.css
highlightJSScript = "/scripts/highlight.pack.js" # For custom highlight.js languages config, add your /path/to/highlight.pack.js
# Choose either Formspree contact form or Basin contact form
ajaxFormspree = true
ajaxFormspreeGold = true
ajaxBasin = false
# Lazy loading with lazysizes
lazyloading = true
# [permalinks]
# gallery = "/" # Redirect gallery index to home page
[blackfriday]
plainIDAnchors = false
[[menu.main]]
name = "About"
url = "/#about"
weight = 1
[[menu.main]]
name = "Work"
url = "/#work"
weight = 2
[[menu.main]]
name = "Blog"
url = "/#blog"
weight = 3
[[menu.main]]
name = "Contact"
url = "/#contact"
weight = 4