Skip to content

Commit

Permalink
Removed redundant _config.yml section.
Browse files Browse the repository at this point in the history
  • Loading branch information
axel committed Jun 17, 2024
1 parent 6d872c3 commit 8404bad
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 50 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source "https://rubygems.org"
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 4.2.2"
gem "jekyll", "~> 4.3.3"

# IMPORTANT: The followign gem is used to compile math formulas to
# KaTeX during site building.
Expand Down
2 changes: 1 addition & 1 deletion _featured_categories/topics.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ slug: topics
sidebar: true
order: 2
description: >
Categorized Articles
My blog posts grouped by year of publication.
---
4 changes: 1 addition & 3 deletions _includes/repository.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ <h2><a href="{{ repo.html_url }}">{{ include.repo.name }}</a></h2>
{{include.repo.updated_at | date_to_string}}
</span>
<b> Topics: </b>
<div class="topic-tag">
{% for topic in include.repo.topics %}
{{ topic }}
<span class="topic-tag">{{ topic }}</span>
{% endfor %}
</div>
</span>
</div>

Expand Down
6 changes: 3 additions & 3 deletions _sass/my-style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@ pre {
}
}


topic-tag {
// topic-tag must be a class (i.e. the name must start with a dot)
.topic-tag {
display: inline-block;
padding: 0 7px;
font-size: 12px;
font-size: 1.08rem;
font-weight: 500;
line-height: 18px;
white-space: nowrap;
Expand Down
16 changes: 0 additions & 16 deletions _sass/pooleparty/__inline__/_posts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,19 +79,3 @@ body:not(.no-third-column) {
}
}

.topic-tag {
display: inline-block;
padding: 0 7px;
font-size: 12px;
font-weight: 500;
line-height: 18px;
white-space: nowrap;
border: 1px solid transparent;
border-radius: 2em;
padding-right: 10px;
padding-left: 10px;
line-height: 22px;
color: #0969da;
background-color: #ddf4ff;
border: 1px solid transparent;
}
17 changes: 0 additions & 17 deletions _sass/pooleparty/_posts.pre.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,23 +70,6 @@ body:not(.no-third-column) {
}
}

.topic-tag {
display: inline-block;
padding: 0 7px;
font-size: 12px;
font-weight: 500;
line-height: 18px;
white-space: nowrap;
border: 1px solid transparent;
border-radius: 2em;
padding-right: 10px;
padding-left: 10px;
line-height: 22px;
color: #0969da;
background-color: #ddf4ff;
border: 1px solid transparent;
}

// >>>
// <<< LINK
clap-button {
Expand Down
3 changes: 1 addition & 2 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: welcome
title: About
permalink: /about/
more_posts: posts.md
more_posts: topics.md
categories: kubernetes raspberrypi
feature_image: /assets/images/axel.jpg
sidebar: true
Expand All @@ -29,4 +29,3 @@ for [Deutsche Bank](https://www.db.com/). During my tenure i used most of the pl
I graduated from the [Technical University of Darmstadt](https://www.tu-darmstadt.de/index.en.jsp) with a degree in solid state physics in 1989.

If you want more detail, check out my [LinkedIn profile](https://www.linkedin.com/in/axel-zuber/).

7 changes: 0 additions & 7 deletions posts.md

This file was deleted.

0 comments on commit 8404bad

Please sign in to comment.