feat: More glass-like navbar, support for author set in front matter, remove option to disable nav icons
This commit is contained in:
@ -7,6 +7,7 @@ minify_html = true
|
||||
generate_feed = true
|
||||
feed_filename = "atom.xml"
|
||||
build_search_index = false
|
||||
author = "Duck Quack"
|
||||
|
||||
taxonomies = [
|
||||
{name = "tags", feed = true},
|
||||
@ -45,8 +46,6 @@ source_url = "https://codeberg.org/daudix/duckquill"
|
||||
[extra.nav]
|
||||
# Display Atom/RSS feed button in the nav
|
||||
show_feed = true
|
||||
# Whether to use icons in the nav
|
||||
icons = true
|
||||
# Links used in the nav; any icon from https://icons.getbootstrap.com
|
||||
# can be used as the icon. The bi- prefix should not be added.
|
||||
links = [
|
||||
|
Reference in New Issue
Block a user