My personal website. https://annaaurora.eu
 
 
 
 
Go to file
Anna Aurora 6b6b7b6859
Added categories and tags to music.
2023-09-16 00:42:26 +02:00
content Added categories and tags to music. 2023-09-16 00:42:26 +02:00
static Updated PGP key's expiry date. 2023-09-16 00:38:33 +02:00
templates Added Lettuce Synthetic art project. 2023-03-19 13:28:45 +01:00
themes Revised accounts page. 2023-05-10 00:12:22 +02:00
.gitignore Transitioned justfile build system to a nix flake and added the song *Lyrically Vantage*. 2022-12-15 23:47:05 +01:00
.gitmodules name-change: papojari → Anna Aurora 2022-09-18 20:54:04 +02:00
.rsyncignore ci: add config 2022-09-18 20:53:52 +02:00
.woodpecker.yml woodpecker: use justfile for stages instead of woodpecker stages 2022-09-18 20:53:57 +02:00
Caddyfile Added Atom feed with merm submodule update. 2023-01-15 16:20:15 +01:00
README.md Updated readme according to build system switch. 2022-12-17 18:25:47 +01:00
checksums.sh Added Lettuce Synthetic art project. 2023-03-19 13:28:45 +01:00
config.toml Revised accounts page. 2023-05-10 00:12:22 +02:00
default.nix Added Atom feed with merm submodule update. 2023-01-15 16:20:15 +01:00
flake.lock Locked flake. 2023-03-26 13:26:11 +02:00
flake.nix Fixed flake not copying hidden folders to result and therefore WKD not working. 2023-04-24 00:16:54 +02:00
lettuce-synthetic.sh Added Lettuce Synthetic art project. 2023-03-19 13:28:45 +01:00
lossy.sh Added Lettuce Synthetic art project. 2023-03-19 13:28:45 +01:00

README.md

annaaurora.eu 🌐

What is this?

Anna Aurora's personal website's source code.

Anna Aurora's website contains her the her Linux journey, her software recommendations, her blog, her artwork, links to her online accounts which includes ways to contact her and one of her games.

The compiled site can be found at https://annaaurora.eu of course or by compiling it yourself.

Development

The compilation tools are defined by the nativeBuildInputs on line 27 of flake.nix.

To start a shell with all the compilation tools do

nix develop

and after that do

zola serve

to start a development webserver of the website. Note that all the stuff the the compilation does like the lossy artwork images and music is missing on the website served by Zola. To have all the stuff and the compilation tools follow Compiling and then run the command again.

You could also do other stuff with the compilation tools I guess like testing out which audio format takes up the least space for my songs with FFmpeg.

Compiling

nix build --verbose ".?submodules=1"

In short, the above command runs all the shell commands in the buildPhase on line 35 of flake.nix with the compilation tools installed and the inputs on line 4 of flake.nix downloaded. The compiled website is then in result.

In short, the Zola static website generator compiles the Markdown, Tera templates and Sass to HTML and CSS. Then some images and audio is generated and the site is polished.

Contributing

If you have something that you think should be on this website, found any security issues or whatever else please open an issue, contact me or open a Pull Request.

License

©️ 2022 Anna Aurora Neugebauer

By default everything in this repository is licensed under the CC BY-SA 4.0. Here is human-readable summary of the license.

However, if a file has a comment in it with a license statement or if a folder has a license file in it then the default license is overwritten for the respective files or folders.