Skip to content

Commit be098ab

Browse files
committed
Update theme
1 parent bac9eb5 commit be098ab

File tree

2 files changed

+9
-27
lines changed

2 files changed

+9
-27
lines changed

docs/overrides/main.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
{% block site_meta %}
44
{{ super() }}
55

6+
<!--<link rel="apple-touch-icon" href="/favicon.ico">-->
7+
68
<meta property="og:type" content="website">
79
<meta property="og:site_name" content="GitHub Actions Tools for Python">
810
<meta property="og:title" content="Actions Tools">
911
<meta property="og:description" content="GitHub Actions Tools for Python similar to actions/toolkit.">
1012
<!--<meta property="og:image" content="/assets/images/logo.png">-->
1113
<meta property="og:image" content="https://raw.githubusercontent.com/smashedr/repo-images/refs/heads/master/actions-tools/logo256.png">
1214
<meta property="og:image:alt" content="Actions Tools">
15+
1316
<meta property="twitter:card" content="summary">
1417
<meta property="twitter:site" content="Deploy to Docker from GitHub Actions">
1518
<meta property="twitter:title" content="Actions Tools">

zensical.toml

Lines changed: 6 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ site_url = "https://actions-tools.cssnr.com/"
1212

1313
# https://zensical.org/docs/setup/basics/#copyright
1414
copyright = """
15-
<a href="https://github.com/cssnr/actions-tools" target="_blank">Actions Tools Docs</a>
15+
<a href="https://github.com/cssnr/actions-tools" target="_blank">Actions Tools</a>
1616
<br>
1717
Built with <a href="https://github.com/zensical/zensical" target="_blank">Zensical</a>
1818
"""
@@ -92,10 +92,10 @@ features = [
9292
"content.tooltips",
9393

9494
# https://zensical.org/docs/setup/header/#automatic-hiding
95-
# "header.autohide",
95+
#"header.autohide",
9696

9797
# https://zensical.org/docs/setup/navigation/#navigation-expansion
98-
# "navigation.expand",
98+
#"navigation.expand",
9999

100100
# https://zensical.org/docs/setup/footer/#navigation
101101
"navigation.footer",
@@ -112,54 +112,33 @@ features = [
112112
# https://zensical.org/docs/setup/navigation/#progress-indicator
113113
#"navigation.instant.progress",
114114

115-
# When navigation paths are activated, a breadcrumb navigation is rendered
116-
# above the title of each page
117115
# https://zensical.org/docs/setup/navigation/#navigation-path
118116
"navigation.path",
119117

120-
# When pruning is enabled, only the visible navigation items are included
121-
# in the rendered HTML, reducing the size of the built site by 33% or more.
122118
# https://zensical.org/docs/setup/navigation/#navigation-pruning
123119
#"navigation.prune",
124120

125-
# When sections are enabled, top-level sections are rendered as groups in
126-
# the sidebar for viewports above 1220px, but remain as-is on mobile.
127121
# https://zensical.org/docs/setup/navigation/#navigation-sections
128122
"navigation.sections",
129123

130-
# When tabs are enabled, top-level sections are rendered in a menu layer
131-
# below the header for viewports above 1220px, but remain as-is on mobile.
132124
# https://zensical.org/docs/setup/navigation/#navigation-tabs
133125
#"navigation.tabs",
134126

135-
# When sticky tabs are enabled, navigation tabs will lock below the header
136-
# and always remain visible when scrolling down.
137127
# https://zensical.org/docs/setup/navigation/#sticky-navigation-tabs
138128
#"navigation.tabs.sticky",
139129

140-
# A back-to-top button can be shown when the user, after scrolling down,
141-
# starts to scroll up again.
142130
# https://zensical.org/docs/setup/navigation/#back-to-top-button
143131
"navigation.top",
144132

145-
# When anchor tracking is enabled, the URL in the address bar is
146-
# automatically updated with the active anchor as highlighted in the table
147-
# of contents.
148133
# https://zensical.org/docs/setup/navigation/#anchor-tracking
149134
"navigation.tracking",
150135

151-
# When search highlighting is enabled and a user clicks on a search result,
152-
# Zensical will highlight all occurrences after following the link.
153136
# https://zensical.org/docs/setup/search/#search-highlighting
154137
"search.highlight",
155138

156-
# When anchor following for the table of contents is enabled, the sidebar
157-
# is automatically scrolled so that the active anchor is always visible.
158139
# https://zensical.org/docs/setup/navigation/#anchor-following
159-
# "toc.follow",
140+
#"toc.follow",
160141

161-
# When navigation integration for the table of contents is enabled, it is
162-
# always rendered as part of the navigation sidebar on the left.
163142
# https://zensical.org/docs/setup/navigation/#navigation-integration
164143
"toc.integrate",
165144
]
@@ -183,7 +162,7 @@ toggle.name = "Switch to light mode"
183162
[[project.theme.palette]]
184163
media = "(prefers-color-scheme: light)"
185164
scheme = "default"
186-
primary = "yellow"
165+
primary = "amber"
187166
accent = "indigo"
188167
toggle.icon = "lucide/sun"
189168
toggle.name = "Switch to dark mode"
@@ -242,7 +221,7 @@ icon = "simple/githubactions"
242221
link = "https://actions.cssnr.com/"
243222
name = "Actions"
244223
[[project.extra.social]]
245-
icon = "fontawesome/solid/globe"
224+
icon = "fontawesome/solid/house-laptop"
246225
link = "https://cssnr.github.io/"
247226
name = "Website"
248227
[[project.extra.social]]

0 commit comments

Comments
 (0)