| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2021-08-15 | blog: working with go - initial content | Franck Cuny | 1 | -0/+264 | |
| This note captures things that are useful when working with go for me. | |||||
| 2021-08-15 | blog: add tags to firecracker notes | Franck Cuny | 1 | -1/+2 | |
| 2021-08-15 | layout: don't use header tag in list | Franck Cuny | 1 | -1/+1 | |
| 2021-08-15 | CSS: make the content more readable | Franck Cuny | 1 | -15/+24 | |
| The Roboto Slab font is hard to read (at least for me). Switch to Droid Sans and make the text a bit smaller. Change the background of the page to white (again), and change the background color for the code snippets. Add text decoration for headlines (similar to org-bullet). | |||||
| 2021-08-15 | CSS: support table of content | Franck Cuny | 2 | -0/+19 | |
| If an entry has the parameter `#+toc` set to `t`, we will enable the table of content in the page. | |||||
| 2021-08-15 | CSS: use a class for the menu | Franck Cuny | 2 | -8/+7 | |
| We will have more use of the tag `nav` and we will need different styles for it. | |||||
| 2021-08-14 | blog: replace github with git.fcuny.net | Franck Cuny | 1 | -1/+1 | |
| 2021-08-14 | blog: add link for containerd-to-vm code | Franck Cuny | 1 | -1/+1 | |
| 2021-08-14 | css: reduce the size of the font | Franck Cuny | 1 | -1/+1 | |
| 2021-08-05 | css: bigger font and highlight colors | Franck Cuny | 2 | -6/+18 | |
| Increase the font size and change some of the colors used for highlighting code. | |||||
| 2021-08-05 | blog: update description | Franck Cuny | 1 | -1/+1 | |
| 2021-08-05 | blog: add SSH public keys | Franck Cuny | 2 | -0/+2 | |
| 2021-08-05 | blog: add humans.txt | Franck Cuny | 2 | -0/+11 | |
| See humanstxt.org for more information. | |||||
| 2021-08-05 | hugo: enable git information again | Franck Cuny | 1 | -1/+1 | |
| Now that we're using a more recent version of the Docker image for hugo that comes with git, we can enable again git information. | |||||
| 2021-08-05 | build: add a Makefile | Franck Cuny | 1 | -0/+29 | |
| Add a Makefile to take care of most common operations (build, deploy, etc). | |||||
| 2021-08-05 | build: add Dockerfile | Franck Cuny | 1 | -0/+7 | |
| The Dockerfile used by fly is relying on an older version of hugo ([1]). We can use a newer version and provide our own setup, and configure with the flags we want (e.g. promote to HTTS automatically). [1] https://github.com/superfly/flyctl/blob/3eb204909fbecd5fd2b1ba4517cdbce2abd9f74a/internal/build/imgsrc/builtins/defaultbuiltins.go#L89 | |||||
| 2021-07-19 | hugo: TLS by default | Franck Cuny | 1 | -1/+1 | |
| 2021-06-20 | github: deploy to fly.io instead of GH pages | Franck Cuny | 1 | -17/+5 | |
| 2021-06-20 | hugo: don't enable git info | Franck Cuny | 1 | -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-20 | fly: add configuration for fly.io | Franck Cuny | 1 | -0/+40 | |
| 2021-05-19 | blog: update to containerd article | Franck Cuny | 1 | -1/+1 | |
| Fix boot options | |||||
| 2021-05-18 | css: add a scroll bar if the content overflows | Franck Cuny | 1 | -1/+1 | |
| 2021-05-17 | blog: containerd to firecracker | Franck Cuny | 1 | -0/+567 | |
| 2021-04-22 | layout: add a navbar | Franck Cuny | 9 | -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-13 | toml: re-configure markup | Franck Cuny | 1 | -1/+18 | |
| 2021-04-13 | css: switch to sans-serif; add tables; other tweaks | Franck Cuny | 1 | -5/+28 | |
| 2021-04-11 | css: remove extra white space | Franck Cuny | 1 | -1/+1 | |
| 2021-04-11 | blog: google doc failure | Franck Cuny | 1 | -0/+56 | |
| 2021-04-11 | css: change font to roboto slab | Franck Cuny | 1 | -5/+5 | |
| 2021-04-11 | taxonomy: add pages for tags | Franck Cuny | 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. | |||||
| 2021-04-06 | layout: add date and tags to single pages | Franck Cuny | 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. | |||||
| 2021-04-06 | css: update style for links and headers | Franck Cuny | 1 | -4/+8 | |
| Indent properly the CSS | |||||
| 2021-04-06 | css: set background color for code block | Franck Cuny | 1 | -5/+9 | |
| Indent properly the CSS for the `pre` tag. | |||||
| 2021-04-06 | css: change the default font | Franck Cuny | 1 | -5/+5 | |
| 2021-04-06 | layout: fix format for the date | Franck Cuny | 1 | -1/+1 | |
| 2021-04-06 | layout: clean up empty space | Franck Cuny | 1 | -1/+1 | |
| 2021-03-07 | add action to publish to GH pages | Franck Cuny | 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/ | |||||
