back to solarized
This commit is contained in:
parent
65a03e96eb
commit
0ad0e5e2a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user