NixOS / nixos-summer

Creative Commons Attribution Share Alike 4.0 International
8 stars 11 forks source link

Use a standard static site generator and overhaul site #26

Closed sbruder closed 2 years ago

sbruder commented 2 years ago

Goal

The site should look clean and simple. It should explain what the Summer of Nix program is about and present the sponsors. Announcements and Blog posts should be easily accessible from the main page. Adding a blog post should be easily doable in a PR to this repository.

Current problems

Proposed Solution

As part of making it more accessible, we should move from our self-implemented Nix SSG to are more standard one. Some are

Required features

Things to do

nrdsp commented 2 years ago

Maybe also worth considering Styx, since it's written in Nix. Documentation here.

sbruder commented 2 years ago

That looks interesting. It doesn’t seem to be maintained anymore though, so I don’t know if using it will be viable long-term.

sbruder commented 2 years ago

As a proof-of-concept I ported the current content to Zola: https://github.com/sbruder/nixos-summer/tree/zola It is only a skeleton and missing pretty much everything except for the content.

I will now work on some of the technical features, but will need some support for the design part.