feat: add basic mkdocs site
This commit is contained in:
1
docs/blog/index.md
Normal file
1
docs/blog/index.md
Normal file
@@ -0,0 +1 @@
|
||||
# scripts
|
7
docs/blog/posts/.authors.yml
Normal file
7
docs/blog/posts/.authors.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
authors:
|
||||
kjuulh:
|
||||
name: "kjuulh" # Author name
|
||||
description: "No/Nothing" # Author description
|
||||
avatar: https://git.front.kjuulh.io/avatars/260eef75e2c53962646a315683a1d1e5?size=512
|
||||
# slug: url # Author profile slug
|
||||
# url: url # Author website URL
|
2
docs/blog/posts/.meta.yml
Normal file
2
docs/blog/posts/.meta.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
authors:
|
||||
kjuulh
|
16
docs/blog/posts/intro.md
Normal file
16
docs/blog/posts/intro.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
date: 2024-08-25
|
||||
authors:
|
||||
- kjuulh
|
||||
draft: false
|
||||
#categories:
|
||||
# - Hello
|
||||
# - World
|
||||
#tags:
|
||||
# - Foo
|
||||
# - Bar
|
||||
---
|
||||
|
||||
# Introduction
|
||||
|
||||
Le Kasper
|
Reference in New Issue
Block a user