about summary refs log tree commit diff
path: root/users/fcuny/notes/layouts/_default/single.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* post: change formatting for the dateFranck Cuny2022-01-211-4/+4
|
* CSS: use decoration on headers only for articlesFranck Cuny2021-08-231-2/+6
| | | | | | | | | | Add an element "article" to the single page template, and change the CSS to use the decoration for headers only for that kind of content. Having decoration for all headers is distracting, it's more suited for actual content. We also don't need decoration for h1, only smaller headers.
* CSS: support table of contentFranck Cuny2021-08-151-0/+7
| | | | | If an entry has the parameter `#+toc` set to `t`, we will enable the table of content in the page.
* layout: add a navbarFranck Cuny2021-04-221-2/+0
| | | | | | | | | | | | | 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.
* layout: add date and tags to single pagesFranck Cuny2021-04-061-1/+26
| | | | | | | We want to show the tags and the published/updated date for the articles. Add to the CSS the classes for these new elements.
* initial site with hugoFranck Cuny2021-03-071-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.