site update

This commit is contained in:
drifty
2024-06-19 11:33:47 +05:30
parent 0386664b8e
commit 30f81d3df4
17 changed files with 750 additions and 58 deletions

BIN
docs/assets/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 KiB

BIN
docs/assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -0,0 +1,11 @@
---
date:
created: 2024-06-19
---
# Welcome to my docs!
This place should serve as a link bucket mainly, for stuff I host or own, but it will also have handy guides to do everything I did with steps etc.
<!-- more -->
This is new, I'm still figuring it out, please bear with me and hopefully this is fruitful.

View File

@@ -1,17 +1,7 @@
# Welcome to MkDocs
# Welcome drifty's docs!
For full documentation visit [mkdocs.org](https://www.mkdocs.org).
Hey there! I curate a bunch of links for stuff on here, and try to represent what I have learnt so others can also follow my steps
## Commands
## Stuff to check out
* `mkdocs new [dir-name]` - Create a new project.
* `mkdocs serve` - Start the live-reloading docs server.
* `mkdocs build` - Build the documentation site.
* `mkdocs -h` - Print help message and exit.
## Project layout
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.
## Other stuff