add a blek! World page
This commit is contained in:
parent
441128ddaf
commit
149f996f24
|
@ -40,6 +40,8 @@ My instance is running [here](https://file.blek.codes). Check the [git repo](htt
|
||||||
It is built on Rust and [Warp](https://github.com/seanmonstar/warp) and is divided onto a lot of microservices which are managed via docker-compose.
|
It is built on Rust and [Warp](https://github.com/seanmonstar/warp) and is divided onto a lot of microservices which are managed via docker-compose.
|
||||||
|
|
||||||
### 2. blek! World
|
### 2. blek! World
|
||||||
|
[Project page](/projects/world)
|
||||||
|
|
||||||
Its this website!! It is actually a redesign of the old version which i think i might keep [here](https://old-1.blek.codes) (expect this link to be dead). You can also check out the archive.org archived copies.
|
Its this website!! It is actually a redesign of the old version which i think i might keep [here](https://old-1.blek.codes) (expect this link to be dead). You can also check out the archive.org archived copies.
|
||||||
|
|
||||||
It is built on [zola](https://getzola.org), which generates static .HTML files you can put anywhere.
|
It is built on [zola](https://getzola.org), which generates static .HTML files you can put anywhere.
|
||||||
|
|
|
@ -0,0 +1,28 @@
|
||||||
|
+++
|
||||||
|
template = 'custom/project.html'
|
||||||
|
|
||||||
|
title = 'blek! World'
|
||||||
|
description = 'My own website'
|
||||||
|
date = '2024-08-01'
|
||||||
|
slug = 'world'
|
||||||
|
year = 2024
|
||||||
|
month = 1
|
||||||
|
day = 8
|
||||||
|
lang = 'en'
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
git_repo = 'git.blek.codes/blek/world.git'
|
||||||
|
demo_url = 'blek.codes'
|
||||||
|
author = 'b1ek <me@blek.codes>'
|
||||||
|
license = 'GPL-3.0-only'
|
||||||
|
+++
|
||||||
|
|
||||||
|
Its this website!! It is actually a redesign of the old version which i think i might keep [here](https://old-1.blek.codes) (expect this link to be dead). You can also check out the archive.org archived copies.
|
||||||
|
|
||||||
|
It is built on [zola](https://getzola.org), which generates static .HTML files you can put anywhere.
|
||||||
|
|
||||||
|
I used a tenor gif as a background and some CSS tweaks to make it look funny.
|
||||||
|
|
||||||
|
Seriously, there isn't much to this website since you have probably explored it already. One thing worth mentioning is that there is no longer any guestbook for the following reasons:
|
||||||
|
- I have no time nor the will to moderate it
|
||||||
|
- This is basically a bunch of static .HTML files, duh. No backend.
|
Loading…
Reference in New Issue