feat: More glass-like navbar, support for author set in front matter, remove option to disable nav icons

This commit is contained in:
daudix
2024-01-20 18:39:04 +03:00
parent b65353d54d
commit 4ab0720ce2
10 changed files with 47 additions and 41 deletions

View File

@ -1,4 +1,5 @@
+++
authors = ["John Ipsum"]
title = "Ipsum"
description = "Lorem ipsum dolor sit amet."
date = 1970-01-02

View File

@ -1,4 +1,5 @@
+++
authors = ["John Lorem"]
title = "Lorem"
description = "Lorem ipsum dolor sit amet."
date = 1970-01-01

View File

@ -1,4 +1,5 @@
+++
authors = ["Duck Quack"]
title = "The Quill of Duck"
description = "This is a Duckquill post example, this post has nothing but a bunch of text and random formatting, acting like a demo."
date = 2023-08-31
@ -7,7 +8,7 @@ tags = ["Demo", "Test"]
[extra]
toc = true
disclaimer = """
See [demo](/demo) for showcase of all Duckquill possibilities, this page is a demo of a post with title, publication date, tags, disclaimer, table of contents and comments.
See [demo](@/demo/index.md) for showcase of all Duckquill possibilities, this page is a demo of a post with title, publication date, tags, disclaimer, table of contents and comments.
"""
[extra.comments]
id = ""