28 lines
1.7 KiB
Markdown
28 lines
1.7 KiB
Markdown
<p align="center">
|
|
<a href="https://freed.place"><img height="256px" src="./html/assets/img/logo.png" /></a>
|
|
</p>
|
|
|
|
# Freed.place
|
|
heya! welcome to my personal website! this site is build using pure html and css and can be easily deployed for yourself.
|
|
|
|
## how to build this site?
|
|
this site is run with Docker, a container system to make deploying applications easier.
|
|
to install Docker on your system, please install the `docker` package from your package manager.
|
|
after that; run `docker compose up` in the root of this repository which will start the NGINX server.
|
|
you can then access the server at `127.0.0.1:80` or `localhost:80`.
|
|
|
|
## wait... where's the old site?
|
|
as you might have noticed, the branches in this repo begin from version 3.0.
|
|
older versions of [freed.place](https://freed.place) are located in [another repository](https://codeberg.org/FreedTapestry21/freed.place).
|
|
please take a look there for older versions of this site.
|
|
please note that these older versions do not require a server to render properly.
|
|
|
|
## Credits
|
|
This version of Freed's place includes assets created by other artists and used with proper attribution.
|
|
Firstly, I'd like to thank [Pixelated Dorito](https://pixelateddorito.straw.page) for creating [my stella pfp](./html/assets/img/about.png)!
|
|
Secondly, the favicon icon, created by [Volpeon](https://volpeon.ink/), is licensed under the **CC-BY-NC-SA-4.0** license.
|
|
Additionally, the IBM BIOS font, created by [VileR](https://int10h.org), is licenced under the **CC BY-SA 4.0** license.
|
|
Lastly, the Jetbrains Mono font, created by [Jetbrains](https://www.jetbrains.com/lp/mono/), is licensed under the **SIL Open Font License 1.1**.
|
|
|
|
## License
|
|
The license which this project uses is located at `LICENSE`.
|