Conversation
Looks ugly.
Includes an animation and the script to make it
Organize the `images` folder, reduce the size of some images, remove any that aren't used.
leouieda
added a commit
to fatiando/.github
that referenced
this pull request
May 8, 2026
Update the links to our website to be compatible with fatiando/website#111
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Nēnē is a static site generator that I develop. It's more flexible than sphinx for making static websites that aren't documentation. We had to battle sphinx a lot to get the website the way we wanted. And using sphinx didn't really make it easier for other people to contribute to the website. Rewriting it with Nene makes some things easier on the templating side because we can store variables and other data in YAML files and then use the templating code inside the Markdown pages themselves. The result is much more readable code and less copy-pasting. The new page doesn't use bootstrap and is much lighter since it's all hand-made CSS. The font and general style are preserved. The pages have been simplified and merged to avoid duplication of information. The redirects for the calendar and good-first-issues have been retained but not the redirects for older versions of the docs. From the plausible data, those pages didn't seem to have many hits anyway. The new about page doesn't list all of the authors anymore since that was a nightmare to maintain. Instead, it lists the current governance structure (fatiando/community#178).
Fixes #83 fixes #34 fixes #33 fixes #23 fixes #51