mirror of
https://gitlab.com/thelazyoxymoron/siddhartha-golu-website.git
synced 2025-07-27 08:57:59 +02:00
add openring, add 'updated on' meta field
This commit is contained in:
25
config.yml
25
config.yml
@@ -5,24 +5,37 @@ theme: "PaperMod"
|
||||
|
||||
buildDrafts: false
|
||||
|
||||
enableGitInfo: true
|
||||
|
||||
frontmatter:
|
||||
lastmod:
|
||||
- lastmod
|
||||
- :git
|
||||
- date
|
||||
- publishDate
|
||||
|
||||
menu:
|
||||
main:
|
||||
- identifier: about
|
||||
name: About
|
||||
url: /about
|
||||
weight: 10
|
||||
- identifier: archive
|
||||
name: Archive
|
||||
url: archive
|
||||
weight: 10
|
||||
weight: 20
|
||||
- identifier: categories
|
||||
name: Categories
|
||||
url: categories
|
||||
weight: 20
|
||||
weight: 30
|
||||
- identifier: tags
|
||||
name: Tags
|
||||
url: /tags/
|
||||
weight: 30
|
||||
weight: 40
|
||||
- identifier: search
|
||||
name: Search
|
||||
url: /search/
|
||||
weight: 40
|
||||
weight: 50
|
||||
|
||||
params:
|
||||
env: production
|
||||
@@ -68,9 +81,7 @@ params:
|
||||
|
||||
-
|
||||
|
||||
- I write about [books](/categories/book-notes), [cinema](/categories/cinema) and life, whenever I can carve some time off from [building One800.](https://www.one800.help/)
|
||||
|
||||
- [Read more](/about) about my (silly) motivations behind creating this website.
|
||||
- I write about [books](/categories/book-notes), [cinema](/categories/cinema), [life](/categories/poetry) and [engineering](/categories/technical), whenever I can carve some time off from [building One800](https://www.one800.help/). Feel free to jump into the recent posts below, or start with some [byte sized TILs](/categories/til).
|
||||
|
||||
profileMode:
|
||||
enabled: false
|
||||
|
Reference in New Issue
Block a user