Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ref(fcuny/notes): delete notes | Franck Cuny | 2022-10-05 | 1 | -194/+0 |
| | | | | The notes are at https://github.com/fcuny/notes.fcuny.net | ||||
* | site: remove unnecessary elements | Franck Cuny | 2022-04-03 | 1 | -37/+30 |
| | |||||
* | convert blog to notes | Franck Cuny | 2022-03-28 | 1 | -60/+60 |
| | | | | Separating the two sites so I can customize them differently. | ||||
* | CSS: improve readability | Franck Cuny | 2022-01-23 | 1 | -6/+9 |
| | | | | Using Firefox' accessibility tool as a guide. | ||||
* | CSS: adjust some font sizes | Franck Cuny | 2022-01-23 | 1 | -2/+2 |
| | |||||
* | CSS: switch from class to id | Franck Cuny | 2022-01-23 | 1 | -9/+9 |
| | | | | These elements are unique on each page. | ||||
* | css: TOC location based on display's size | Franck Cuny | 2022-01-23 | 1 | -19/+82 |
| | | | | | Depending on the size of the display, display the TOC either before the article or on the right of the article and let's make it sticky. | ||||
* | css: change style for tables | Franck Cuny | 2022-01-23 | 1 | -4/+8 |
| | |||||
* | css: update color for the links | Franck Cuny | 2022-01-23 | 1 | -3/+3 |
| | | | | Use a light blue. | ||||
* | css: major cleanup | Franck Cuny | 2022-01-21 | 1 | -76/+84 |
| | |||||
* | css: more tweaking | Franck Cuny | 2022-01-13 | 1 | -29/+21 |
| | |||||
* | css: change colors for some sections | Franck Cuny | 2021-12-29 | 1 | -7/+13 |
| | |||||
* | css: adjust line height | Franck Cuny | 2021-12-29 | 1 | -4/+1 |
| | |||||
* | css: highlight links with a background color | Franck Cuny | 2021-12-29 | 1 | -2/+13 |
| | |||||
* | css: improve the color and fonts | Franck Cuny | 2021-12-20 | 1 | -116/+47 |
| | |||||
* | CSS: drop custom fonts + colors | Franck Cuny | 2021-12-06 | 1 | -19/+22 |
| | |||||
* | CSS: various small fixes | Franck Cuny | 2021-08-23 | 1 | -2/+2 |
| | |||||
* | CSS: use decoration on headers only for articles | Franck Cuny | 2021-08-23 | 1 | -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. | ||||
* | CSS: rename the class for the tags | Franck Cuny | 2021-08-23 | 1 | -4/+6 |
| | |||||
* | CSS: makes the menu more readable | Franck Cuny | 2021-08-23 | 1 | -15/+33 |
| | | | | Move the title to the left and the menu items to the right. | ||||
* | CSS: make the content more readable | Franck Cuny | 2021-08-15 | 1 | -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). | ||||
* | CSS: support table of content | Franck Cuny | 2021-08-15 | 1 | -0/+12 |
| | | | | | If an entry has the parameter `#+toc` set to `t`, we will enable the table of content in the page. | ||||
* | CSS: use a class for the menu | Franck Cuny | 2021-08-15 | 1 | -7/+6 |
| | | | | | We will have more use of the tag `nav` and we will need different styles for it. | ||||
* | css: reduce the size of the font | Franck Cuny | 2021-08-14 | 1 | -1/+1 |
| | |||||
* | css: bigger font and highlight colors | Franck Cuny | 2021-08-05 | 1 | -6/+16 |
| | | | | | Increase the font size and change some of the colors used for highlighting code. | ||||
* | css: add a scroll bar if the content overflows | Franck Cuny | 2021-05-18 | 1 | -1/+1 |
| | |||||
* | layout: add a navbar | Franck Cuny | 2021-04-22 | 1 | -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. | ||||
* | css: switch to sans-serif; add tables; other tweaks | Franck Cuny | 2021-04-13 | 1 | -5/+28 |
| | |||||
* | css: remove extra white space | Franck Cuny | 2021-04-11 | 1 | -1/+1 |
| | |||||
* | css: change font to roboto slab | Franck Cuny | 2021-04-11 | 1 | -5/+5 |
| | |||||
* | layout: add date and tags to single pages | Franck Cuny | 2021-04-06 | 1 | -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. | ||||
* | css: update style for links and headers | Franck Cuny | 2021-04-06 | 1 | -4/+8 |
| | | | | Indent properly the CSS | ||||
* | css: set background color for code block | Franck Cuny | 2021-04-06 | 1 | -5/+9 |
| | | | | Indent properly the CSS for the `pre` tag. | ||||
* | css: change the default font | Franck Cuny | 2021-04-06 | 1 | -5/+5 |
| | |||||
* | initial site with hugo | Franck Cuny | 2021-03-07 | 1 | -0/+47 |
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. |