Upgrade to latest Duckquill version
This commit is contained in:
parent
a579eaa690
commit
c06e2e8bad
14
config.toml
14
config.toml
@ -10,6 +10,9 @@ default_language = "en"
|
|||||||
compile_sass = true
|
compile_sass = true
|
||||||
author = "david-swift"
|
author = "david-swift"
|
||||||
|
|
||||||
|
generate_feeds = true
|
||||||
|
feed_filenames = ["rss.xml", "atom.xml"]
|
||||||
|
|
||||||
build_search_index = true
|
build_search_index = true
|
||||||
taxonomies = [{ name = "tags" }]
|
taxonomies = [{ name = "tags" }]
|
||||||
|
|
||||||
@ -19,16 +22,15 @@ highlight_theme = "css"
|
|||||||
smart_punctuation = true
|
smart_punctuation = true
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
stylesheets = [
|
styles = [
|
||||||
"custom.css"
|
"custom.css"
|
||||||
]
|
]
|
||||||
primary_color = "#FF2D75"
|
accent_color = "#FF2D75"
|
||||||
primary_color_alpha = "#FF005020"
|
accent_color_dark = "#FF2D75"
|
||||||
primary_color_dark = "#FF2D75"
|
|
||||||
primary_color_dark_alpha = "#FF2D7520"
|
|
||||||
issues_url = "https://git.aparoksha.dev/aparoksha/aparoksha.dev/issues"
|
issues_url = "https://git.aparoksha.dev/aparoksha/aparoksha.dev/issues"
|
||||||
source_url = "https://git.aparoksha.dev/aparoksha/aparoksha.dev"
|
source_url = "https://git.aparoksha.dev/aparoksha/aparoksha.dev"
|
||||||
show_copy_button = true
|
show_copy_button = true
|
||||||
|
show_share_button = true
|
||||||
|
|
||||||
[extra.footer]
|
[extra.footer]
|
||||||
show_copyright = true
|
show_copyright = true
|
||||||
@ -37,7 +39,7 @@ show_source = true
|
|||||||
|
|
||||||
[extra.nav]
|
[extra.nav]
|
||||||
links = [
|
links = [
|
||||||
{ name = "Guides" , sublinks = [
|
{ name = "Guides" , menu = [
|
||||||
{ url = "@/backends/_index.md", name = "Backends" },
|
{ url = "@/backends/_index.md", name = "Backends" },
|
||||||
{ url = "/tutorials", name = "Tutorials" },
|
{ url = "/tutorials", name = "Tutorials" },
|
||||||
{ url = "/hig", name = "Human Interface Guidelines" },
|
{ url = "/hig", name = "Human Interface Guidelines" },
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
+++
|
+++
|
||||||
title = "Hi!"
|
title = "Hi!"
|
||||||
template = "article.html"
|
|
||||||
+++
|
+++
|
||||||
|
|
||||||
I'm David, the maintainer of the Aparoksha project.
|
I'm David, the maintainer of the Aparoksha project.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
+++
|
+++
|
||||||
title = "Documentation"
|
title = "Documentation"
|
||||||
template = "article.html"
|
|
||||||
featured = true
|
featured = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = ["Linux", "macOS", "Windows", "Aparoksha"]
|
tags = ["Linux", "macOS", "Windows", "Aparoksha"]
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
+++
|
+++
|
||||||
title = "Human Interface Guidelines"
|
title = "Human Interface Guidelines"
|
||||||
template = "article.html"
|
|
||||||
featured = true
|
featured = true
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = ["Linux", "macOS", "Windows", "Aparoksha"]
|
tags = ["Linux", "macOS", "Windows", "Aparoksha"]
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 106 KiB |
@ -1 +1 @@
|
|||||||
Subproject commit c8218246359680c124661ef905e04313a97ea703
|
Subproject commit d2853606f9625423f88082f02a2265636a0087b9
|
Loading…
Reference in New Issue
Block a user