Git Product home page Git Product logo

annaaurora.eu's Introduction

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.

annaaurora.eu's People

Contributors

auroraanna avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.