back to solarized
This commit is contained in:
parent
65a03e96eb
commit
0ad0e5e2a9
@ -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 <https://github.com/librariesio/bibliothecary>`_: Added ability to detect dependencies in manifests for Poetry, pip-compile, pipfile,
|
||||
* `Conda Parser <https://github.com/librariesio/conda-parser>`_: Developed ingestor of Conda environment files, parsing environment.yml files
|
||||
* `Conda API <https://github.com/librariesio/conda-api>`_: Programmed web scraping of Anaconda to detect new packages, and REST API endpoints for packages
|
||||
* `Bibliothecary <https://github.com/librariesio/bibliothecary>`_: Added ability to detect dependencies in manifests for Poetry, pip-compile, pipfile,
|
||||
* `Conda Parser <https://github.com/librariesio/conda-parser>`_: Developed ingestor of Conda environment files, parsing environment.yml files
|
||||
* `Conda API <https://github.com/librariesio/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
|
||||
|
@ -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