diff --git a/content/pages/blogroll.rst b/content/pages/blogroll.rst index 42e7c93..5a832e8 100644 --- a/content/pages/blogroll.rst +++ b/content/pages/blogroll.rst @@ -4,7 +4,7 @@ Blogroll :author: tyrel :category: Blogroll :slug: blogroll -:status: draft +:status: published * Blogs I Read @@ -16,6 +16,7 @@ Blogroll * `Julia Evans `_ * `Nik Kantar `_ * `Sam.Codes `_ + * `Steven Leibrock `_ * `Stories by Jess Shapiro on Medium `_ * `The Industrious Rabbit - Blog `_ * `The Industrious Rabbit - Videos `_ diff --git a/pelicanconf.py b/pelicanconf.py index 267ab0c..be774e0 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -13,8 +13,8 @@ SITEBASE = "/blog" MENU_INTERNAL_PAGES = [ ('Archive', 'archives.html', f'archives.html'), - ('Tags', 'tags.html', f'tags.html'), - ('Categories', 'categories.html', f'categories.html'), + #('Tags', 'tags.html', f'tags.html'), + #('Categories', 'categories.html', f'categories.html'), ] MENUITEMS = [ @@ -73,7 +73,8 @@ SOCIAL = () DISPLAY_PAGES_ON_MENU=True LANDING_PAGE_ABOUT=True THEME = pwd / "themes" / "blue-penguin-dark" -THEME = pwd / "themes" / "solarized" +#THEME = pwd / "themes" / "solarized" -PAGINATED_TEMPLATES = {'index': 10, 'tag': 4, 'category': 4, 'author': None} +PAGINATED_TEMPLATES = {'index': 10, 'tag': 10, 'category': 10, 'author': None} DISPLAY_HOME = False +SUMMARY_MAX_LENGTH = 400 diff --git a/themes/blue-penguin-dark/templates/analytics.html b/themes/blue-penguin-dark/templates/analytics.html index ec79a77..c667f80 100644 --- a/themes/blue-penguin-dark/templates/analytics.html +++ b/themes/blue-penguin-dark/templates/analytics.html @@ -1 +1 @@ - + diff --git a/themes/blue-penguin-dark/templates/base.html b/themes/blue-penguin-dark/templates/base.html index fbb5fc8..dc009a0 100644 --- a/themes/blue-penguin-dark/templates/base.html +++ b/themes/blue-penguin-dark/templates/base.html @@ -77,7 +77,6 @@

{{ SITESUBTITLE }}

{% endif %} - {% if DISPLAY_MENU or DISPLAY_MENU is not defined %}