From 64a9f87c314a1df938f01c347cc3dbc595b5b762 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Mon, 25 Nov 2024 20:45:39 -0500 Subject: [PATCH] solarized and remotes --- content/pages/resume.rst | 10 +++++----- pelicanconf.py | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/pages/resume.rst b/content/pages/resume.rst index 983e738..8cdbeed 100644 --- a/content/pages/resume.rst +++ b/content/pages/resume.rst @@ -16,7 +16,7 @@ Senior Software Engineer with focus on Python, Django, Go. Technology enthusiast EXPERIENCE ---------- -Mango Voice - (Remote) Saint George, UT - Senior Software Engineer >>> November 2024 - Present +Mango Voice - Saint George, UT - Senior Software Engineer >>> November 2024 - Present (Remote) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ API and Scheduling Team @@ -25,8 +25,8 @@ API and Scheduling Team * just started, will update later! -REDLattice - Chantilly, VA — Senior Software Engineer >>> October 2023 -> November 2024 -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +REDLattice - Chantilly, VA — Senior Software Engineer >>> October 2023 -> November 2024 (Remote) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Products Team @@ -38,8 +38,8 @@ Products Team * Created an audit logging system to provide users with increased awareness of their systems. * Created Debian packages for system services, reduces incorrect installation procedures for deployment. -EverQuote — Boston, MA — Senior Software Engineer >>> January 2022 - June 2023 -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +EverQuote — Boston, MA — Senior Software Engineer >>> January 2022 - June 2023 (Remote) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Email Remarketing Team diff --git a/pelicanconf.py b/pelicanconf.py index be774e0..bae758e 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -72,8 +72,8 @@ SOCIAL = () # THEME = "./themes/pelican-themes/gum" DISPLAY_PAGES_ON_MENU=True LANDING_PAGE_ABOUT=True -THEME = pwd / "themes" / "blue-penguin-dark" -#THEME = pwd / "themes" / "solarized" +#THEME = pwd / "themes" / "blue-penguin-dark" +THEME = pwd / "themes" / "solarized" PAGINATED_TEMPLATES = {'index': 10, 'tag': 10, 'category': 10, 'author': None} DISPLAY_HOME = False