8 Commits

Author SHA1 Message Date
Lucas Oskorep 89b4d691eb feat:adding in a lot of formatting fixes, 404 page and a 500 page 2024-03-12 03:21:52 -04:00
Lucas Oskorep 87a359fdb4 feat: adding initial helm charts and website structure 2024-03-12 01:04:30 -04:00
Arnaud Rebillout ce462fea8b Add the FOOTER_TEXT variable 2020-07-30 14:46:04 +07:00
Arnaud Rebillout a3258aa902 Give social items a static width
Otherwise it depends on the size of the sidebar, and it might get ugly
if ever the sidebar width is changed (say, for someone who tweaks the
theme and enlarge or shrink the sidebar).
2020-07-30 14:46:04 +07:00
Arnaud Rebillout 8daf78dfc6 Finish to rename nav-item to social-item
... due to previous commit
2020-07-30 14:46:02 +07:00
Arnaud Rebillout cdb83aabc2 Add support for MENUITEMS and DISPLAY_PAGES_ON_MENU
With this commit, `.sidebar-nav` is renamed to `.sidebar-social`. Then a
new class `.sidebar-nav` is created and used for the menu items.  This
change more or less restores `.sidebar-nav` originally was in the
`hyde.css` file.

Since `DISPLAY_PAGES_ON_MENU` defaults to `True`, this commit will
modify the appearance of your site. To go back to the previous behavior,
add this to your pelicanconf.py:

    DISPLAY_PAGES_ON_MENU = False

References:
- <https://docs.getpelican.com/en/stable/settings.html#basic-settings>
- <https://docs.getpelican.com/en/stable/settings.html#MENUITEMS>
2020-07-30 14:45:07 +07:00
Arnaud Rebillout d54ac6880c Fix CSS for other background colors
Basically, we just lighten or darken where need be, instead of
hardcoding colors.
2020-07-30 14:45:07 +07:00
José Guilherme Vanz f946b964a6 Base pelican-hyde theme 2015-10-25 02:01:30 -02:00