Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | site: remove unnecessary elements | Franck Cuny | 2022-04-03 | 1 | -1/+0 |
| | |||||
* | convert blog to notes | Franck Cuny | 2022-03-28 | 1 | -0/+1 |
| | | | | Separating the two sites so I can customize them differently. | ||||
* | layout: drop the div 'main' | Franck Cuny | 2022-01-23 | 1 | -6/+4 |
| | | | | | The div 'main' is not needed, we are creating an element named 'named' in the main block. | ||||
* | layout: add a navbar | Franck Cuny | 2021-04-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | 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. | ||||
* | initial site with hugo | Franck Cuny | 2021-03-07 | 1 | -0/+11 |
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. |