Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use just as a task runner | Franck Cuny | 2024-07-19 | 1 | -58/+62 |
| | |||||
* | add the feed and a few more fixes | Franck Cuny | 2024-07-04 | 1 | -1/+0 |
| | |||||
* | migrate to zola | Franck Cuny | 2024-07-04 | 3 | -55/+66 |
| | |||||
* | dont format html files with prettier | Franck Cuny | 2024-07-03 | 2 | -39/+39 |
| | |||||
* | some more cleanup | Franck Cuny | 2024-07-03 | 9 | -199/+216 |
| | |||||
* | fix date for the article | Franck Cuny | 2023-12-02 | 1 | -1/+1 |
| | |||||
* | add article about 1password ssh agent and nix | Franck Cuny | 2023-12-02 | 1 | -0/+201 |
| | |||||
* | feat(content): Workaround md raid boot issue in NixOS 22.11 | Franck Cuny | 2023-01-10 | 1 | -0/+48 |
| | |||||
* | feat(content): no ssh to production | Franck Cuny | 2022-11-29 | 1 | -0/+28 |
| | |||||
* | blog: leaving twitter | Franck Cuny | 2022-01-15 | 1 | -0/+10 |
| | |||||
* | blog: article on how to use tailscale + traefik | Franck Cuny | 2021-12-29 | 1 | -0/+121 |
| | |||||
* | blog: update elisp for git/sourcegraph | Franck Cuny | 2021-09-09 | 1 | -3/+12 |
| | |||||
* | blog: git-link and sourcegraph | Franck Cuny | 2021-08-24 | 1 | -0/+40 |
| | |||||
* | layout: add a navbar | Franck Cuny | 2021-04-22 | 1 | -0/+56 |
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. |