diff --git a/config.toml b/config.toml index 3c688cb..30f923b 100644 --- a/config.toml +++ b/config.toml @@ -10,6 +10,9 @@ default_language = "en" compile_sass = true author = "david-swift" +generate_feeds = true +feed_filenames = ["rss.xml", "atom.xml"] + build_search_index = true taxonomies = [{ name = "tags" }] @@ -19,16 +22,15 @@ highlight_theme = "css" smart_punctuation = true [extra] -stylesheets = [ +styles = [ "custom.css" ] -primary_color = "#FF2D75" -primary_color_alpha = "#FF005020" -primary_color_dark = "#FF2D75" -primary_color_dark_alpha = "#FF2D7520" +accent_color = "#FF2D75" +accent_color_dark = "#FF2D75" issues_url = "https://git.aparoksha.dev/aparoksha/aparoksha.dev/issues" source_url = "https://git.aparoksha.dev/aparoksha/aparoksha.dev" show_copy_button = true +show_share_button = true [extra.footer] show_copyright = true @@ -37,7 +39,7 @@ show_source = true [extra.nav] links = [ - { name = "Guides" , sublinks = [ + { name = "Guides" , menu = [ { url = "@/backends/_index.md", name = "Backends" }, { url = "/tutorials", name = "Tutorials" }, { url = "/hig", name = "Human Interface Guidelines" }, diff --git a/content/david/index.md b/content/david/index.md index b957720..e62eeb9 100644 --- a/content/david/index.md +++ b/content/david/index.md @@ -1,6 +1,5 @@ +++ title = "Hi!" -template = "article.html" +++ I'm David, the maintainer of the Aparoksha project. diff --git a/content/docs/index.md b/content/docs/index.md index 9e619e0..21c8ef3 100644 --- a/content/docs/index.md +++ b/content/docs/index.md @@ -1,6 +1,5 @@ +++ title = "Documentation" -template = "article.html" featured = true [taxonomies] tags = ["Linux", "macOS", "Windows", "Aparoksha"] diff --git a/content/hig/index.md b/content/hig/index.md index 0b1dcd5..54c509b 100644 --- a/content/hig/index.md +++ b/content/hig/index.md @@ -1,6 +1,5 @@ +++ title = "Human Interface Guidelines" -template = "article.html" featured = true [taxonomies] tags = ["Linux", "macOS", "Windows", "Aparoksha"] diff --git a/content/trailer.gif b/content/trailer.gif deleted file mode 100644 index 160e8b5..0000000 Binary files a/content/trailer.gif and /dev/null differ diff --git a/themes/duckquill b/themes/duckquill index c821824..d285360 160000 --- a/themes/duckquill +++ b/themes/duckquill @@ -1 +1 @@ -Subproject commit c8218246359680c124661ef905e04313a97ea703 +Subproject commit d2853606f9625423f88082f02a2265636a0087b9