aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/blog (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-06-20hugo: don't enable git infoFranck Cuny1-1/+1
The docker image used by fly.io to deploy a static website with hugo does not come with git, which prevents us to use the option `enableGitInfo`. This is not critical for now, so let's disable it so we can deploy.
2021-06-20fly: add configuration for fly.ioFranck Cuny1-0/+40
2021-05-19blog: update to containerd articleFranck Cuny1-1/+1
Fix boot options
2021-05-18css: add a scroll bar if the content overflowsFranck Cuny1-1/+1
2021-05-17blog: containerd to firecrackerFranck Cuny1-0/+567
2021-04-22layout: add a navbarFranck Cuny9-38/+75
I want to differentiate blog's entries from more general notes. For this, we create two menu entries, and add a navbar at the top. The nav bar let us select between the two kind of articles: blogs or notes. For now we have a single blog entry, and no notes. The page to list entries is simplified: we use the same layout for all lists (tags, notes, blogs). The CSS is updated to support the new nav bar.
2021-04-13toml: re-configure markupFranck Cuny1-1/+18
2021-04-13css: switch to sans-serif; add tables; other tweaksFranck Cuny1-5/+28
2021-04-11css: remove extra white spaceFranck Cuny1-1/+1
2021-04-11blog: google doc failureFranck Cuny1-0/+56
2021-04-11css: change font to roboto slabFranck Cuny1-5/+5
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/