feat: Special thanks

This commit is contained in:
David Lapshin 2023-08-04 12:54:25 +03:00
parent 4102b70725
commit 5be6da4af5
Signed by: daudix
GPG key ID: 93ECF15D3053D81C

View file

@ -3,19 +3,23 @@
[![status-badge](https://ci.codeberg.org/api/badges/12428/status.svg)](https://ci.codeberg.org/repos/12428)
> **Note**
> This blog is based on [os-component-website](https://github.com/jimmac/os-component-website)
> This blog is based on [OS Component Website](https://jimmac.github.io/os-component-website)
## Usage
### Markdown test page: [here](https://daudix-ufo.codeberg.page/blog/markdown)
### 🧪️ Markdown test pages
### Build static files:
[Here](https://daudix-ufo.codeberg.page/blog/markdown)
and
[Here](https://daudix-ufo.codeberg.page/blog/markdown-page)
### 🏗️ Build static files
```shell
./local.sh build
```
### Watch static files and serve:
### ⏱️ Watch static files and serve
```shell
./local.sh serve
@ -25,8 +29,13 @@ _Building guide were shamelessly taken from [here](https://talk.jekyllrb.com/t/l
_Initial script (`local.sh`) were taken from [here](https://kuros.in/docker/docker-jekyll-container-to-serve-locally)_
### Rename posts to web-friendly format
### 🏷️ Rename posts to web-friendly format
```shell
./rename.sh posts
```
```
## ❤️ Special thanks
- Jakub Steiner for an awesome [OS Component Website](https://jimmac.github.io/os-component-website) that are used as a base
- Cassidy James for and awesome [Mastodon-powered comments](https://cassidyjames.com/blog/fediverse-blog-comments-mastodon)