forked from st4ple/solid-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.toml
More file actions
66 lines (50 loc) · 2.05 KB
/
config.toml
File metadata and controls
66 lines (50 loc) · 2.05 KB
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
# The URL the site will be built for
base_url = "https://irlug.it/"
title = "IrLUG"
description = "IrLUG è un'associazione senza scopo di lucro nata per diffondere la cultura del free software e dell'open source in Irpinia e dintorni"
theme = "terminus"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# When set to "true", a feed is automatically generated.
generate_feeds = true
# The default author for pages
author = "IrLUG"
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
[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
# The theme to use for code highlighting.
# See below for list of allowed values.
highlight_theme = "monokai"
# When set to "true", emoji aliases translated to their corresponding
# Unicode emoji equivalent in the rendered Markdown files. (e.g.: :smile: => 😄)
render_emoji = true
# Whether footnotes are rendered in the GitHub-style (at the bottom, with back references) or plain (in the place, where they are defined)
bottom_footnotes = true
[extra]
close_responsive_menu_on_resize = true
copy_button = true
favicon_emoji = "👨💻"
layout = "center"
show_default_author = false
main_menu = [
{ name = "blog", url = "blog", trailing_slash = true },
{ name = "old", url = "/old", new_tab = true },
]
socials = [
{ name = "email", url = "mailto:info@irlug.it" },
{ name = "github", url = "https://github.com/irlug" },
{ name = "youtube", url = "https://www.youtube.com/channel/UCg0SEu8SEFB9bh72WfYL_Vg" },
{ name = "instagram", url = "https://www.instagram.com/irpinialug/" },
{ name = "telegram", url = "https://t.me/irlug" },
{ name = "facebook", url = "https://www.facebook.com/IrLUG" },
{ name = "flickr", url = "https://www.flickr.com/photos/140926019@N05/albums" },
]
stylesheets = [
"css/logo.css"
]
[extra.responsive_images]
widths = [640, 784, 1280, 1920, 2560]
fallback_width = 1280