about summary refs log tree commit diff
path: root/users/fcuny (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-08-24blog: git-link and sourcegraphFranck Cuny1-0/+40
2021-08-24blog: sort pages in reverse orderFranck Cuny1-1/+1
2021-08-24build: sleep before taggingFranck Cuny1-0/+1
The last deploy was tagged v13, while the version deployed was 14. It's possible that running `fly info` too quickly after a deploy returns the incorrect version. Adding a `sleep 5` before running the command for git tag.
2021-08-23CSS: various small fixesFranck Cuny1-2/+2
2021-08-23index: drop the main headerFranck Cuny1-2/+0
It's ugly.
2021-08-23CSS: use decoration on headers only for articlesFranck Cuny2-6/+10
Add an element "article" to the single page template, and change the CSS to use the decoration for headers only for that kind of content. Having decoration for all headers is distracting, it's more suited for actual content. We also don't need decoration for h1, only smaller headers.
2021-08-23CSS: rename the class for the tagsFranck Cuny1-4/+6
2021-08-23CSS: makes the menu more readableFranck Cuny2-23/+39
Move the title to the left and the menu items to the right.
2021-08-15build: tag the repo after a deployFranck Cuny1-2/+7
If the deployment is successful, tag the repository with the version being deploy