1
0
Fork
You've already forked website
0
This is the source code for my personal site, built with Nēnē. https://www.leouieda.com
  • Jupyter Notebook 99.9%
2026年06月11日 09:51:04 -03:00
_templates Make nav link styling a utility class 2026年04月07日 12:03:59 -03:00
_tools Fix pull from deploy script 2026年02月12日 21:10:45 -03:00
about Fix broken bookwyrm link in the About page 2026年04月01日 11:15:50 -03:00
ai Use a banner on the AI page 2026年03月31日 10:28:47 -03:00
assets Make thumbnail a bit larger 2026年03月17日 12:58:02 -03:00
blog Create a /uses page ( #12 ) 2026年04月22日 16:04:50 +02:00
colophon Create a Colophon page ( #11 ) 2026年04月01日 16:07:28 +02:00
contact Redo navigation and footer links 2026年03月31日 21:05:32 -03:00
css Better navigation and ToC in the CV 2026年04月07日 13:59:39 -03:00
cv Add Ualisson's paleo intensity paper 2026年06月11日 09:51:04 -03:00
images Create a Colophon page ( #11 ) 2026年04月01日 16:07:28 +02:00
links Add Savannah Ostrowski's website 2026年04月05日 14:04:14 +02:00
pdf Redesign the publications and presentation lists ( #247 ) 2023年02月12日 15:55:43 +00:00
pkg Use the new Atkinson Hyperlegible fonts 2025年06月30日 17:54:50 -03:00
uses Create a /uses page ( #12 ) 2026年04月22日 16:04:50 +02:00
.domains Keep .domains here and copy it to the deploy repo 2026年02月03日 09:45:36 -03:00
.gitignore Ignore the deploy folder 2026年02月03日 09:46:15 -03:00
404.md Redo navigation and footer links 2026年03月31日 21:05:32 -03:00
config.yml Add preprint with Renata about gravity regression in Antarctica 2026年06月03日 15:19:50 -03:00
environment.yml Add syntax highlighting 2025年07月12日 01:24:49 -03:00
human.json Vouch for Santi's website 2026年03月25日 11:34:39 -03:00
index.md Longer AI policy and fix broken link in footer ( #10 ) 2026年03月29日 22:38:28 +02:00
LICENSE.md Add a LICENSE file and add BSD license for code 2017年12月05日 18:41:25 -10:00
Makefile Keep the deploy folder instead of cleaning it 2026年02月03日 09:46:30 -03:00
README.md Remove mention of GitHub Actions from the README 2026年02月03日 09:32:53 -03:00
requirements.txt Add syntax highlighting 2025年07月12日 01:24:49 -03:00

Source code for leouieda.com

This is the source code for my personal site leouieda.com.

Dependencies

You'll need to install Nēnē and all it's dependencies to build the site. I have been using Python 3.9 for the build. See environment.yml for the complete dependency list.

You can create a conda environment with all required dependencies by running conda env create in the root of the repository. To activate the environment so we can run the build use source activate leouieda.com.

Compiling the site

To build the website:

nene

To serve the website to localhost for development:

nene -s

The theme

The website theme custom made with pure CSS. The font used is Atkinson Hyperlegible Next as well as its monospace variant. Syntax highlighting theme is Pitaya Smoothie.

The Jinja2 templates and CSS are located in the _templates and css folders. I really should make this theme more generic and provide it to the world. But, you know, time and things. You can still use it by copying the folders to your own project. I can't guarantee that things will work without my specific folder structure.

License

Except were otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License.