-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
63 lines (47 loc) · 2.61 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
title = "James Doyle"
description = "The personal blog of James Doyle (james2doyle) Web Developer in Canada."
# The URL the site will be built for
base_url = "https://ohdoylerules.com"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = false
minify_html = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
theme = "odr-hack"
generate_feeds = true
# For overriding the default output directory `public`, set it to another value (e.g.: "docs")
output_dir = "docs"
taxonomies = [
{ name = "keywords", feed = false, rss = false, render = false, paginate_by = 5 },
]
# The default author for pages
author = "[email protected] (James Doyle)"
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
# Whether external links are to be opened in a new tab
# If this is true, a `rel="noopener"` will always automatically be added for security reasons
external_links_target_blank = true
# Whether to set rel="nofollow" for all external links
external_links_no_follow = true
# Whether to set rel="noreferrer" for all external links
external_links_no_referrer = true
# Whether to set decoding="async" and loading="lazy" for all images
# When turned on, the alt text must be plain text.
# For example, `![xx](...)` is ok but `![*x*x](...)` isn’t ok
lazy_async_image = true
[extra]
# Put all your custom variables here
copyright = "This work is licensed under The MIT License (MIT)."
author_name = "James Doyle"
author_email = "[email protected]"
author_subtitle = "OhDoyleRules"
params_description = "The personal blog of James Doyle (james2doyle) Web Developer in Canada."
params_date_format = "January 2, 2006"
params_email = "[email protected]"
params_twitter = "james2doyle"
params_github = "james2doyle"
params_referral_code = "https://www.digitalocean.com/?refcode=baa9cb97566c"
params_author_blurb = "I'm a full-stack developer, co-organizer of <a href=\"https://www.meetup.com/vancouver-php\" title=\"PHP Vancouver\" target=\"_blank\">PHP Vancouver</a> meetup, and winner of a <a href=\"http://www.canadianbusiness.com/innovation/developer-30-under-30-gallery/image/20/\" title=\"Canadian Developer 30 under 30 award\" target=\"_blank\">Canadian Developer 30 under 30 award</a>. I'm a huge Open Source advocate and contributor to a lot of projects in my community. When I am not sitting at a computer, I'm trying to perfect some other skill."
params_gravatar = "https://www.gravatar.com/avatar/b7375c88e1864c4ddf0d7bdab58e4cca?s=120&d=mm&r=g"