Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-05-01 | static: add my resume as a static page | Franck Cuny | 1 | -0/+209 | |
2022-05-01 | config: remove the link to the feed | Franck Cuny | 1 | -8/+1 | |
It's already in the footer. | |||||
2022-05-01 | scripts: actually deploy to fly | Franck Cuny | 1 | -0/+2 | |
2022-05-01 | content: remove some notes | Franck Cuny | 4 | -1159/+0 | |
They are at https://notes.fcuny.net now. | |||||
2022-05-01 | build: slowly moving to nix | Franck Cuny | 5 | -16/+57 | |
Add a `flake.nix' configuration to pull the required dependencies and run the server. Remove a few targets from the Makefile and move the deployment part to a script. | |||||
2022-02-16 | layout: improve readability and remove /notes | Franck Cuny | 6 | -96/+110 | |
The notes will be moved to a different site/repository, with their own style. Update the index page to make it more readable. Make the header more visible with fewer links. Add a footer, with links using SVG icons. | |||||
2022-01-30 | note: update list of chipset for alder lake | Franck Cuny | 1 | -2/+11 | |
2022-01-23 | build: use more recent version of hugo | Franck Cuny | 1 | -1/+1 | |
2022-01-23 | notes: remove some columns for the various CPUs | Franck Cuny | 1 | -20/+22 | |
2022-01-23 | CSS: improve readability | Franck Cuny | 1 | -6/+9 | |
Using Firefox' accessibility tool as a guide. | |||||
2022-01-23 | CSS: adjust some font sizes | Franck Cuny | 1 | -2/+2 | |
2022-01-23 | CSS: switch from class to id | Franck Cuny | 2 | -14/+14 | |
These elements are unique on each page. | |||||
2022-01-23 | layout: no need for a class to element 'article' | Franck Cuny | 3 | -3/+3 | |
2022-01-23 | css: TOC location based on display's size | Franck Cuny | 1 | -19/+82 | |
Depending on the size of the display, display the TOC either before the article or on the right of the article and let's make it sticky. | |||||
2022-01-23 | layout: proper TOC | Franck Cuny | 1 | -4/+13 | |
There's a need for two TOCs in the layout: one for when the page is on mobile; one for non mobile. When we are on mobile, we display the first TOC, before the article. When we're not on mobile, we hide that TOC and display one after the document. We restructure a bit the layout so that's it's a bit more readable too, and close tags properly. | |||||
2022-01-23 | layout: wrap content in an "article" tag | Franck Cuny | 2 | -0/+8 | |
2022-01-23 | layout: drop the div 'main' | Franck Cuny | 1 | -6/ |