Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | css: switch to sans-serif; add tables; other tweaks | Franck Cuny | 2021-04-13 | 1 | -5/+28 | |
| | ||||||
* | css: remove extra white space | Franck Cuny | 2021-04-11 | 1 | -1/+1 | |
| | ||||||
* | blog: google doc failure | Franck Cuny | 2021-04-11 | 1 | -0/+56 | |
| | ||||||
* | css: change font to roboto slab | Franck Cuny | 2021-04-11 | 1 | -5/+5 | |
| | ||||||
* | taxonomy: add pages for tags | Franck Cuny | 2021-04-11 | 3 | -20/+48 | |
| | | | | | | | We want to have pages that list all the articles related to a given tag. Update the configuration to add support for tags and the permalink structure. | |||||
* | layout: add date and tags to single pages | Franck Cuny | 2021-04-06 | 2 | -1/+42 | |
| | | | | | | | We want to show the tags and the published/updated date for the articles. Add to the CSS the classes for these new elements. | |||||
* | css: update style for links and headers | Franck Cuny | 2021-04-06 | 1 | -4/+8 | |
| | | | | Indent properly the CSS | |||||
* | css: set background color for code block | Franck Cuny | 2021-04-06 | 1 | -5/+9 | |
| | | | | Indent properly the CSS for the `pre` tag. | |||||
* | css: change the default font | Franck Cuny | 2021-04-06 | 1 | -5/+5 | |
| | ||||||
* | layout: fix format for the date | Franck Cuny | 2021-04-06 | 1 | -1/+1 | |
| | ||||||
* | layout: clean up empty space | Franck Cuny | 2021-04-06 | 1 | -1/+1 | |
| | ||||||
* | add action to publish to GH pages | Franck Cuny | 2021-03-07 | 1 | -0/+30 | |
| | | | | | | Add a workflow configuration to publish to GitHub pages. This is using the standard configuration from https://gohugo.io/hosting-and-deployment/hosting-on-github/ | |||||
* | initial site with hugo | Franck Cuny | 2021-03-07 | 11 | -0/+180 | |
Start my website from scratch once more, using hugo to generate it. For now the layout is pretty simple: - an index page that will list future notes - notes should be created under the "content" directory The theme is custom and I'll try to keep this simple. |