Skip to content

Commit

Permalink
Enable some settings to improve the website ergonomics
Browse files Browse the repository at this point in the history
  • Loading branch information
DataTriny committed Aug 21, 2024
1 parent be16080 commit a47ca58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@ highlight_code = true
highlight_theme = "css"

[extra]
invert_title_order = true

menu = [
{ name = "Home", url = "", trailing_slash = true },
{ name = "How it Works", url = "how-it-works", trailing_slash = true },
{ name = "Blog", url = "blog", trailing_slash = true },
{ name = "Contact", url = "contact", trailing_slash = true },
]

quick_navigation_buttons = true

show_author = true
show_reading_time = true
long_date_format = "%d %B %Y"
Expand Down

0 comments on commit a47ca58

Please sign in to comment.