aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/blog/static (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-12-06CSS: drop custom fonts + colorsFranck Cuny1-19/+22
2021-11-12resume: updateFranck Cuny1-0/+0
2021-11-12static: add my resumeFranck Cuny1-0/+0
2021-10-02static: add ssh-key from desktopFranck Cuny1-0/+1
2021-08-26static: add profile pictureFranck Cuny1-0/+0
2021-08-23CSS: various small fixesFranck Cuny1-2/+2
2021-08-23CSS: use decoration on headers only for articlesFranck Cuny1-4/+4
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.
2021-08-23CSS: rename the class for the tagsFranck Cuny1-4/+6
2021-08-23CSS: makes the menu more readableFranck Cuny1-15/+33
Move the title to the left and the menu items to the right.
2021-08-15CSS: make the content more readableFranck Cuny1-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-15CSS: support table of contentFranck Cuny1-0/+12
If an entry has the parameter `#+toc` set to `t`, we will enable the table of content in the page.
2021-08-15CSS: use a class for the menuFranck Cuny1-7/+6
We will have more use of the tag `nav` and we will need different styles for it.
2021-08-14css: reduce the size of the fontFranck Cuny1-1/+1
2021-08-05css: bigger font and highlight colorsFranck Cuny1-6/+16
Increase the font size and change some of the colors used for highlighting code.
2021-08-05blog: add SSH public keysFranck Cuny1-0/+1
2021-08-05blog: add humans.txtFranck Cuny1-0/+10
See humanstxt.org for more information.
2021-05-18css: add a scroll bar if the content overflowsFranck Cuny1-1/+1
2021-04-22layout: add a navbarFranck Cuny1-1/+40
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-13css: switch to sans-serif; add tables; other tweaksFranck Cuny1-5/+28
2021-04-11css: remove extra white spaceFranck Cuny1-1/+1
2021-04-11css: change font to roboto slabFranck Cuny1-5/+5
2021-04-06layout: add date and tags to single pagesFranck Cuny1-0/+16
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-06css: update style for links and headersFranck Cuny1-4/+8
Indent properly the CSS
2021-04-06css: set background color for code blockFranck Cuny1-5/+9
Indent properly the CSS for the `pre` tag.
2021-04-06css: change the default fontFranck Cuny1-5/+5