about summary refs log tree commit diff
path: root/users/fcuny/blog/content/notes (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-16layout: improve readability and remove /notesFranck Cuny6-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-30note: update list of chipset for alder lakeFranck Cuny1-2/+11
2022-01-23build: use more recent version of hugoFranck Cuny1-1/+1
2022-01-23notes: remove some columns for the various CPUsFranck Cuny1-20/+22
2022-01-23CSS: improve readabilityFranck Cuny1-6/+9
Using Firefox' accessibility tool as a guide.
2022-01-23CSS: adjust some font sizesFranck Cuny1-2/+2
2022-01-23CSS: switch from class to idFranck Cuny2-14/+14
These elements are unique on each page.
2022-01-23layout: no need for a class to element 'article'Franck Cuny3-3/+3
2022-01-23css: TOC location based on display's sizeFranck Cuny1-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-23layout: proper TOCFranck Cuny1-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-23layout: wrap content in an "article" tagFranck Cuny2-0/+8
2022-01-23layout: drop the div 'main'Franck Cuny1-6/+4
The div 'main' is not needed, we are creating an element named 'named' in the main block.
2022-01-23css: change style for tablesFranck Cuny1-4/+8
2022-01-23css: update color for the linksFranck Cuny1-3/+3
Use a light blue.
2022-01-21nav: use 'fcuny.net' instead of template variableFranck Cuny1-1/+1
Otherwise it's the name of the site, which is not what I'm looking for here.
2022-01-21css: major cleanupFranck Cuny1