| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Add audio support for entries on website | Nicholas Johnson | 5 days |
| | | |||
| * | Move pageinfo below heading for website | Nicholas Johnson | 5 days |
| | | |||
| * | Replace visual dividers w/space for entry metadata | Nicholas Johnson | 5 days |
| | | | | | Less visual clutter, improves readability. | ||
| * | Update CSS stylesheet's copyright year | Nicholas Johnson | 2025-07-27 |
| | | |||
| * | Remove extra space created by Flexbox usage | Nicholas Johnson | 2025-07-27 |
| | | |||
| * | Make footer stick to bottom of page | Nicholas Johnson | 2025-07-27 |
| | | |||
| * | Add body padding width to CSS media query | Nicholas Johnson | 2025-07-27 |
| | | | | | | | Changing box-sizing from content-box to border-box caused the body width to account for padding, so it has to be added back in order to get the full 72 chars in the main content. | ||
| * | Ensure body is always at least viewport height | Nicholas Johnson | 2025-07-27 |
| | | | | | | The page content area's background color should always fill the height of the viewport, even if there is not enough page content. | ||
| * | Add a dark gray background to website | Nicholas Johnson | 2025-07-27 |
| | | | | | This makes it more visually clear where the content begins and ends. | ||
| * | Move /style.css to /static/css/style.css | Nicholas Johnson | 2024-11-25 |
| It's good practice to keep static website assets isolated to their own subdirectory. | |||
