back to solarized

This commit is contained in:
Tyrel Souza 2024-07-12 11:27:20 -04:00
parent 65a03e96eb
commit 0ad0e5e2a9
2 changed files with 7 additions and 4 deletions

View File

@ -21,6 +21,8 @@ MENUITEMS = [
('My Code', 'https://gitea.tyrel.dev/tyrel'),
('Find Me', 'https://tyrel.dev/links'),
('Book Me', 'https://cal.com/tyrelsouza'),
('Tags', '/blog/tags.html'),
('Categories', '/blog/categories.html'),
]
PATH = 'content'
@ -71,6 +73,7 @@ SOCIAL = ()
DISPLAY_PAGES_ON_MENU=True
LANDING_PAGE_ABOUT=True
THEME = pwd / "themes" / "blue-penguin-dark"
THEME = pwd / "themes" / "solarized"
PAGINATED_TEMPLATES = {'index': 4, 'tag': 4, 'category': 4, 'author': None}
PAGINATED_TEMPLATES = {'index': 10, 'tag': 4, 'category': 4, 'author': None}
DISPLAY_HOME = False