diff --git a/content/pages/resume.rst b/content/pages/resume.rst index 6400024..253c77e 100644 --- a/content/pages/resume.rst +++ b/content/pages/resume.rst @@ -68,9 +68,9 @@ Tidelift — Boston, MA — Software Engineer III >>> April 2018 - December 2021 * Added new languages manifests support * Programmed in multiple projects with code all available as open source on github - * `Bibliothecary `_: Added ability to detect dependencies in manifests for Poetry, pip-compile, pipfile, - * `Conda Parser `_: Developed ingestor of Conda environment files, parsing environment.yml files - * `Conda API `_: Programmed web scraping of Anaconda to detect new packages, and REST API endpoints for packages + * `Bibliothecary `_: Added ability to detect dependencies in manifests for Poetry, pip-compile, pipfile, + * `Conda Parser `_: Developed ingestor of Conda environment files, parsing environment.yml files + * `Conda API `_: Programmed web scraping of Anaconda to detect new packages, and REST API endpoints for packages Addgene — Cambridge, MA — Software Engineer >>> March 2015 - March 2018 diff --git a/pelicanconf.py b/pelicanconf.py index 62cfaba..267ab0c 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -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