Improved, refactored, added options, prompts, jekyll website

This commit is contained in:
AjaySi
2023-10-24 19:49:31 +05:30
parent 2860345aaf
commit eb87847124
78 changed files with 14455 additions and 106 deletions

View File

@@ -0,0 +1,8 @@
---
# the default layout is 'page'
icon: fas fa-info-circle
order: 4
---
> Add Markdown syntax content to file `_tabs/about.md`{: .filepath } and it will show up on this page.
{: .prompt-tip }

View File

@@ -0,0 +1,5 @@
---
layout: archives
icon: fas fa-archive
order: 3
---

View File

@@ -0,0 +1,5 @@
---
layout: categories
icon: fas fa-stream
order: 1
---

View File

@@ -0,0 +1,5 @@
---
layout: tags
icon: fas fa-tags
order: 2
---