{{ page.title }}
+ {% comment %} + Adding this if block to prevent the title from appearing on the dev page since it doesnt look good + {% endcomment %} + {% if page.title != 'dev' %} +{{ page.title }}
+ {% endif %}{{ page.description }}
555 your office number
-123 your address street
-Your City, State 12345
++ + contact@andrewleonard.dev +
++
+ + in/andrewjamesleonard +
++
+ + ajyey +
+-news: true # includes a list of news items -selected_papers: true # includes a list of papers marked as "selected={true}" -social: true # includes social icons at the bottom of the page +news: false # includes a list of news items +selected_papers: false # includes a list of papers marked as "selected={true}" +social: false # includes social icons at the bottom of the page --- -Write your biography here. Tell the world about yourself. Link to your favorite [subreddit](http://reddit.com). You can put a picture in, too. The code is already in, just name your picture `prof_pic.jpg` and put it in the `img/` folder. +I'm a software engineer with a passion for designing and building scalable, robust backend systems. I'm currently working at [Ally Financial](https://www.ally.com/) as a [Principal Software Engineer](https://www.linkedin.com/in/andrewjamesleonard/) building scalable, serverless APIs. I'm also a graduate student at [Georgia Institute of Technology](https://www.gatech.edu/), enrolled in [OMSCS](https://omscs.gatech.edu/), where I'm pursuing a master's degree in computer science with a specialization in computing systems -Put your address / P.O. box / other info right below your picture. You can also disable any of these elements by editing `profile` property of the YAML header of your `_pages/about.md`. Edit `_bibliography/papers.bib` and Jekyll will render your [publications page](/al-folio/publications/) automatically. +In my spare time, I like to work on open source projects to continue learning and growing as a software engineer. Here are a few that I've built: -Link to your social media connections, too. This theme is set up to use [Font Awesome icons](https://fontawesome.com/) and [Academicons](https://jpswalsh.github.io/academicons/), like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them. +- [**`fastmail-masked-email`**](https://github.com/ajyey/fastmail-masked-email) +- [**`masked-email-manager`**](https://github.com/ajyey/masked-email-manager) + +When I’m not at the computer, I’m usually at the gym :weight_lifting:, gaming :video_game:, or hanging out with my two dogs :dog: :dog: diff --git a/_pages/blog.md b/_pages/blog.md index d11387fd75dd..d33e7cf744df 100644 --- a/_pages/blog.md +++ b/_pages/blog.md @@ -3,7 +3,7 @@ layout: default permalink: /blog/ title: blog nav: true -nav_order: 1 +nav_order: 2 pagination: enabled: true collection: posts diff --git a/_pages/cv.md b/_pages/cv.md index ad3e26ddd234..ec6e06e9952b 100644 --- a/_pages/cv.md +++ b/_pages/cv.md @@ -3,9 +3,8 @@ layout: cv permalink: /cv/ title: cv nav: true -nav_order: 5 -cv_pdf: example_pdf.pdf -description: This is a description of the page. You can modify it in '_pages/cv.md'. You can also change or remove the top pdf download button. +nav_order: 3 +cv_pdf: Andrew_Leonard_Resume_2024.pdf toc: sidebar: left --- diff --git a/_pages/dropdown.md b/_pages/dropdown.md index aa32f2212369..d32d01b831ba 100644 --- a/_pages/dropdown.md +++ b/_pages/dropdown.md @@ -1,7 +1,7 @@ --- layout: page title: submenus -nav: true +nav: false nav_order: 8 dropdown: true children: diff --git a/_pages/profiles.md b/_pages/profiles.md index d7ca0450403c..1c04440c850c 100644 --- a/_pages/profiles.md +++ b/_pages/profiles.md @@ -1,9 +1,9 @@ --- layout: profiles -permalink: /people/ +permalink: title: people description: members of the lab or group -nav: true +nav: false nav_order: 7 profiles: diff --git a/_pages/projects.md b/_pages/projects.md index e19d6555648f..856a5663ea39 100644 --- a/_pages/projects.md +++ b/_pages/projects.md @@ -4,7 +4,7 @@ title: projects permalink: /projects/ description: A growing collection of your cool projects. nav: true -nav_order: 3 +nav_order: 5 display_categories: [work, fun] horizontal: false --- diff --git a/_pages/publications.md b/_pages/publications.md index d7c0ee1a7128..e24bc8f1d85b 100644 --- a/_pages/publications.md +++ b/_pages/publications.md @@ -1,9 +1,9 @@ --- layout: page -permalink: /publications/ +permalink: title: publications description: publications by categories in reversed chronological order. generated by jekyll-scholar. -nav: true +nav: false nav_order: 2 --- diff --git a/_pages/repositories.md b/_pages/repositories.md index 676137d85903..f85b6c33014b 100644 --- a/_pages/repositories.md +++ b/_pages/repositories.md @@ -1,13 +1,26 @@ --- layout: page -permalink: /repositories/ -title: repositories -description: Edit the `_data/repositories.yml` and change the `github_users` and `github_repos` lists to include your own GitHub profile and repositories. +permalink: /dev/ +title: dev +description: nav: true nav_order: 4 --- -## GitHub users +## repos + +{% if site.data.repositories.github_repos %} + +