···11layout: sidebar
22-style: light
22+style: dark
3344plugins:
55 - jekyll-octicons
+2-2
_includes/interests.html
···11-<h2 {% if site.style == 'dark' %}class="text-white"{% endif %}>My Interests</h2>
22-<p class="f4 mb-4 {% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %}">Topics that I want to learn more about.</p>
11+<h2 {% if site.style == 'dark' %}class="text-white"{% endif %}>My favourite programming languages</h2>
22+<p class="f4 mb-4 {% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %}">Languages that I use to do most of my work on GitHub</p>
33<div class="d-flex flex-wrap gutter-condensed mb-4">
44 {% for topic in site.topics %}
55 <div class="col-6 col-md-12 col-lg-6 col-xl-4 mb-3">
+1-1
_includes/projects.html
···11-<h2 {% if site.style == 'dark' %}class="text-white"{% endif %}>My Projects</h2>
11+<h2 {% if site.style == 'dark' %}class="text-white"{% endif %}>My Repos</h2>
22<p class="f4 mb-4 {% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %}">GitHub repositories that I've built.</p>
33<div class="d-sm-flex flex-wrap gutter-condensed mb-4">
44 {% if site.projects.sort_by == 'stars' %}