old scribblings

This commit is contained in:
Pratyush Desai 2021-12-29 17:38:16 +05:30
parent f62905ef1f
commit dfaf99f707
Signed by: pratyush
GPG Key ID: DBA5BB7505946FAD
2 changed files with 24 additions and 3 deletions

View File

@ -13,9 +13,9 @@ params:
title: workspace
description: "Me at work"
keywords: [Blog, Portfolio]
authore: Me
author: Me
DateFormat: "January 2, 2006"
defaultTheme: auto
defaultTheme: dark
disableThemeToggle: false
ShowReadingTime: true
@ -25,4 +25,19 @@ params:
ShowCodeCopyButtons: true
disableSpecial1stPost: false
disableScrollToTop: false
disableScrollToTop: false
menu:
main:
- identifier: about
name: about
url: /about/
weight: 10
- identifier: tags
name: tags
url: /tags/
weight: 20
- identifier: posts
name: posts
url: /posts/
weight: 30

View File

@ -0,0 +1,6 @@
---
title: "First Post"
date: 2021-12-25T07:06:48+05:30
draft: true
---