diff --git a/config.toml b/config.toml index cde2ac8..1ba30a3 100644 --- a/config.toml +++ b/config.toml @@ -49,5 +49,11 @@ menu_items = [ {url = "$BASE_URL/quotes", name = "Quotes"}, {url = "$BASE_URL/research", name = "Research Notes"}, ] +hyde_links = [ + {url = "$BASE_URL", name = "English"}, + {url = "$BASE_URL/pt", name = "Português"}, + {url = "$BASE_URL/tags", name = "Tags (EN)"}, + {url = "$BASE_URL/pt/tags", name = "Tags (PT)"}, +] after_dark_title = "JulioBiason.Net 4.1" enable_post_view_navigation = false diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..e109c17 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,93 @@ +{% import "macros.html" as macros -%} + + + +
+ + + + + + + +