aboutsummaryrefslogtreecommitdiff
path: root/users (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-11taxonomy: add pages for tagsFranck Cuny3-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.
2021-04-06layout: add date and tags to single pagesFranck Cuny2-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.
2021-04-06css: update style for links and headersFranck Cuny1-4/+8
Indent properly the CSS
2021-04-06css: set background color for code blockFranck Cuny1-5/+9
Indent properly the CSS for the `pre` tag.
2021-04-06css: change the default fontFranck Cuny1-5/+5
2021-04-06layout: fix format for the dateFranck Cuny1-1/+1
2021-04-06layout: clean up empty spaceFranck Cuny1-1/+1
2021-03-07add action to publish to GH pagesFranck Cuny1-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/