| Commit message (Collapse) | Author | Files | Lines |
|
Get rid of the navigation bar, remove a number of elements, put more
things on the main page. Clean up the CSS.
|
|
|
|
Get rid of the footer and the icons. Set a light background color, and
simplified the listing of the pages.
|
|
|
|
|
|
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.
|
|
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.
|