blog.trnck.dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Changed a couple files

+4 -4
+1 -1
_config.yml
··· 1 1 layout: sidebar 2 - style: light 2 + style: dark 3 3 4 4 plugins: 5 5 - jekyll-octicons
+2 -2
_includes/interests.html
··· 1 - <h2 {% if site.style == 'dark' %}class="text-white"{% endif %}>My Interests</h2> 2 - <p class="f4 mb-4 {% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %}">Topics that I want to learn more about.</p> 1 + <h2 {% if site.style == 'dark' %}class="text-white"{% endif %}>My favourite programming languages</h2> 2 + <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> 3 3 <div class="d-flex flex-wrap gutter-condensed mb-4"> 4 4 {% for topic in site.topics %} 5 5 <div class="col-6 col-md-12 col-lg-6 col-xl-4 mb-3">
+1 -1
_includes/projects.html
··· 1 - <h2 {% if site.style == 'dark' %}class="text-white"{% endif %}>My Projects</h2> 1 + <h2 {% if site.style == 'dark' %}class="text-white"{% endif %}>My Repos</h2> 2 2 <p class="f4 mb-4 {% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %}">GitHub repositories that I've built.</p> 3 3 <div class="d-sm-flex flex-wrap gutter-condensed mb-4"> 4 4 {% if site.projects.sort_by == 'stars' %}