From 17a0476f4113ba6c80ddc35d10ea6ff7557ae669 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Sat, 24 Jun 2023 01:01:32 -0400 Subject: [PATCH] updates layout --- pelicanconf.py | 9 +-- themes/solarized/templates/base.html | 5 +- themes/solarized/templates/pelicanconf.py | 69 +++++++++++++++++++++++ 3 files changed, 73 insertions(+), 10 deletions(-) create mode 100644 themes/solarized/templates/pelicanconf.py diff --git a/pelicanconf.py b/pelicanconf.py index 2133995..30a23a2 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -16,14 +16,8 @@ MENUITEMS = [ ('Categories', f'{SITEBASE}/categories.html'), ] LINKS = ( + ('All My Accounts', 'https://tyrel.dev/links'), ('Book Me', 'https://cal.com/tyrelsouza'), - ('Code', 'https://gitea.tyrel.dev/tyrel'), - ('Photos', 'https://www.flickr.com/photos/tyrelsouza/albums'), - ('LinkedIN', 'https://www.linkedin.com/in/tyrel-souza/'), -) -SOCIAL = ( - ('Instagram', 'https://www.instagram.com/tyrelsouza'), - ('GoodReads', 'https://www.goodreads.com/user/show/24381583-tyrel-souza'), ) PATH = 'content' @@ -71,3 +65,4 @@ DEFAULT_METADATA = { } THEME = "./themes/solarized" +DISPLAY_PAGES_ON_MENU=True diff --git a/themes/solarized/templates/base.html b/themes/solarized/templates/base.html index f7c5319..0811e95 100644 --- a/themes/solarized/templates/base.html +++ b/themes/solarized/templates/base.html @@ -69,13 +69,12 @@ {% endif %} {% if SOCIAL or FEED_ALL_ATOM or FEED_ALL_RSS %}
-

{{ SOCIAL_WIDGET_NAME | default('SOCIAL LINKS') }}

+

Syndication