mirror of
https://github.com/mr-vercetti/mr.vercetti.cc.git
synced 2025-07-04 04:15:35 +02:00
Pack the website into container
This commit is contained in:
9
website/content/posts/_index.md
Normal file
9
website/content/posts/_index.md
Normal file
@ -0,0 +1,9 @@
|
||||
+++
|
||||
title = "Posts"
|
||||
description = ""
|
||||
sort_by = "date"
|
||||
template = "list.html"
|
||||
page_template = "article.html"
|
||||
insert_anchor_links = "left"
|
||||
+++
|
||||
|
30
website/content/posts/thanks/index.md
Normal file
30
website/content/posts/thanks/index.md
Normal file
@ -0,0 +1,30 @@
|
||||
+++
|
||||
title = "Thanks"
|
||||
description = "A few words of thanks"
|
||||
date = 2022-11-24
|
||||
+++
|
||||
|
||||
This is my first post on this website, so I would like to take this opportunity to thank a few people
|
||||
whose works have influenced me recently or who are simply cool.
|
||||
|
||||
- [Thomas Pain][thomas-pain] for his [manifesto][manifesto], after reading which I wanted
|
||||
to have my own website and which I fully agree with.
|
||||
- [Wolfgang][wolfgang] for his cool [yt channel][wolfgang-yt] thanks to which I have become familiar
|
||||
with many interesting issues and technologies (including [Zola][zola], on which this site is based).
|
||||
- [FIGBERT][figbert] for creating a veeery decent [d3c3nt Zola theme][d3c3nt], which this
|
||||
site also uses.
|
||||
- [Silent][silent] for a whole bunch of excellent patches for old PC games.
|
||||
- [ThirteenAG][thirteenag] for all your magnificent [Widescreen Fixes][thirteenag-widescreen-fixes].
|
||||
|
||||
Thank you very much guys! You made my life better.
|
||||
|
||||
[thomas-pain]: https://www.tdpain.net/
|
||||
[manifesto]: https://www.tdpain.net/blog/the-modern-web-sucks
|
||||
[wolfgang]: https://notthebe.ee/
|
||||
[wolfgang-yt]: https://www.youtube.com/@WolfgangsChannel
|
||||
[zola]: https://www.getzola.org/
|
||||
[figbert]: https://figbert.com
|
||||
[d3c3nt]: https://git.figbert.com/d3c3nt/
|
||||
[silent]: https://cookieplmonster.github.io/
|
||||
[thirteenag]: https://thirteenag.github.io/
|
||||
[thirteenag-widescreen-fixes]: https://thirteenag.github.io/wfp
|
Reference in New Issue
Block a user