forked from ebkalderon/terminus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.toml
More file actions
91 lines (72 loc) · 3.19 KB
/
Copy paththeme.toml
File metadata and controls
91 lines (72 loc) · 3.19 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
name = "terminus"
description = "A dark duotone retro theme for Zola"
tags = ["dark", "blog", "minimal", "personal", "responsive", "seo"]
license = "MIT"
homepage = "https://github.com/ebkalderon/terminus"
min_version = "0.22.0"
demo = "https://ebkalderon.github.io/terminus/"
[author]
name = "Eyal Kalderon"
homepage = "https://eyalkalderon.com"
[original]
author = "panr"
homepage = "https://radekkoziel.pl"
repo = "https://github.com/panr/hugo-theme-terminal"
[extra]
# Automatically close responsive hamburger menu on window resize (requires JS).
close_responsive_menu_on_resize = true
# Customize the overall color scheme of the site.
#
# Supported color schemes: "terminus", "tokyo-night", "solarized-dark", "nord",
# "one-dark", "gruvbox-dark", "oled-abyss", "solar-flare", "catppuccin-latte",
# "catppuccin-frappe", "catppuccin-macchiato", "catppuccin-mocha".
color_scheme = "terminus"
# Enable dynamic color scheme switcher in site navigation bar (requires JS).
color_scheme_switcher = false
# Add global stylesheets to support user-defined customisation.
#
# Global styles added through stylesheets here may be overridden on individual pages or sections
# by specifying corresponding styles and setting them up for use through
# `page.extra.stylesheets` or `section.extra.stylesheets`, respectively.
# stylesheets = []
# Add "copy to clipboard" button to all fenced code blocks (requires JS).
#
# Global setting may be overridden on individual pages or sections by setting
# `page.extra.copy_button` or `section.extra.copy_button`, respectively.
copy_button = true
# Customize the copyright text shown in the site footer using markdown.
#
# Strings delimited by `::` will be split into mobile-responsive HTML spans. If
# present, the placeholder values `$YEAR` and `$AUTHOR` are templated with the
# current year and the site author defined in your `config.toml`, respectively.
copyright = "© $YEAR $AUTHOR :: Powered by [Zola](https://www.getzola.org) :: Theme by [ebkalderon](https://eyalkalderon.com)"
# favicon = "images/favicon.png"
# favicon_emoji = "👨💻"
# Enable Mastodon link attribution. See here for details:
# https://blog.joinmastodon.org/2024/07/highlighting-journalism-on-mastodon/
# fediverse_creator = "@user@mastodon.social"
# Sets the header text to a value other than the contents of `config.title`.
# header_title = "My custom title"
# Sets a custom logo using an image file. Can be an SVG image.
# header_logo = "images/logo/logo.svg"
# Enable KaTeX support for all posts (requires JS).
katex = false
# Valid options are "center", "left", or "full-width".
layout = "center"
# Display default author on all pages without `authors = [...]` in frontmatter.
show_default_author = true
# main_menu = [
# { name = "internal link 1", url = "resume.pdf" },
# { name = "internal link 2", url = "blog", trailing_slash = true },
# { name = "external link", url = "https://github.com", new_tab = true },
# ]
# socials = [
# { name = "email", url = "mailto:hello@example.com" },
# { name = "github", url = "https://github.com/ebkalderon" },
# ]
[extra.content_security_policy]
enable = true
allowed_domains = []
[extra.responsive_images]
widths = [640, 784, 1280, 1920, 2560]
fallback_width = 1280