diff --git a/README.md b/README.md index 6c1a09e..aec7e11 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,13 @@ List of Pelican's settings that are supported by this theme. Refer to the for more details. - `FEED_*` and `*_FEED_*` +- `DISPLAY_PAGES_ON_MENU` - `DISQUS_SITENAME` - `GOOGLE_ANALYTICS` - `GA_COOKIE_DOMAIN` - `SITESUBTITLE` +- `MENUITEMS` +- `SOCIAL` Additional settings: diff --git a/static/css/hyde.css b/static/css/hyde.css index e5b2645..ec0b9b6 100644 --- a/static/css/hyde.css +++ b/static/css/hyde.css @@ -98,6 +98,13 @@ html { /* Sidebar nav */ .sidebar-nav { margin-bottom: 1rem; + list-style: none; + padding-left: 0; +} +.sidebar-social { + display: flex; + justify-content: center; + align-items: center; } .sidebar-nav-item { display: block; diff --git a/templates/sidebar.html b/templates/sidebar.html index ac6681d..4ae6d0f 100644 --- a/templates/sidebar.html +++ b/templates/sidebar.html @@ -12,7 +12,21 @@
{{ BIO }}
-