Skip to content

Commit 4aef113

Browse files
committed
Merge remote-tracking branch 'origin/upstream'
# Conflicts: # .github/agents/customize.agent.md # .github/agents/docs.agent.md # CUSTOMIZE.md # INSTALL.md # README.md # _data/citations.yml # _includes/repository/repo.liquid # _posts/2015-07-15-code.md
2 parents b786554 + 08023f0 commit 4aef113

File tree

13 files changed

+44
-37
lines changed

13 files changed

+44
-37
lines changed

_config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ repo_trophies:
3636
theme_light: flat # https://github.com/ryo-ma/github-profile-trophy
3737
theme_dark: gitdimmed # https://github.com/ryo-ma/github-profile-trophy
3838

39+
# External service URLs for repository page
40+
# To use a different instance or service for displaying GitHub stats and trophies,
41+
# update these URLs. These are used in the repository templates.
42+
external_services:
43+
github_readme_stats_url: https://vps.fuchss.org/readme-stats
44+
github_profile_trophy_url: https://vps.fuchss.org/profile-trophy
45+
3946
# -----------------------------------------------------------------------------
4047
# RSS Feed
4148
# -----------------------------------------------------------------------------

_includes/cv/time_table.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<li class="list-group-item">
44
<div class="row">
55
{% if content.year %}
6-
<div class="col-xs-2 cl-sm-2 col-md-2 text-center" style="width: 75px">
6+
<div class="col-xs-2 col-sm-2 col-md-2 text-center" style="width: 75px">
77
<table class="table-cv">
88
<tbody>
99
<tr>
@@ -27,7 +27,7 @@
2727
</table>
2828
</div>
2929
{% endif %}
30-
<div class="col-xs-10 cl-sm-10 col-md-10 mt-2 mt-md-0">
30+
<div class="col-xs-10 col-sm-10 col-md-10 mt-2 mt-md-0">
3131
{% if content.title %}
3232
<h6 class="title font-weight-bold ml-1 ml-md-4">{{ content.title }}</h6>
3333
{% endif %}

_includes/repository/repo.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
<img
3737
class="only-light w-100"
3838
alt="{{ include.repository }}"
39-
src="https://vps.fuchss.org/readme-stats/api/pin/?username={{ repo_url[0] }}&repo={{ repo_url[1] }}&theme={{ site.repo_theme_light }}&locale={{ lang }}&show_owner={{ show_owner }}&description_lines_count={{ max_lines }}"
39+
src="{{ site.external_services.github_readme_stats_url }}/api/pin/?username={{ repo_url[0] }}&repo={{ repo_url[1] }}&theme={{ site.repo_theme_light }}&locale={{ lang }}&show_owner={{ show_owner }}&description_lines_count={{ max_lines }}"
4040
>
4141
<img
4242
class="only-dark w-100"
4343
alt="{{ include.repository }}"
44-
src="https://vps.fuchss.org/readme-stats/api/pin/?username={{ repo_url[0] }}&repo={{ repo_url[1] }}&theme={{ site.repo_theme_dark }}&locale={{ lang }}&show_owner={{ show_owner }}&description_lines_count={{ max_lines }}"
44+
src="{{ site.external_services.github_readme_stats_url }}/api/pin/?username={{ repo_url[0] }}&repo={{ repo_url[1] }}&theme={{ site.repo_theme_dark }}&locale={{ lang }}&show_owner={{ show_owner }}&description_lines_count={{ max_lines }}"
4545
>
4646
</a>
4747
</div>

_includes/repository/repo_trophies.liquid

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,38 @@
44
<img
55
class="only-light"
66
alt="{{ include.username }}"
7-
src="https://github-profile-trophy.vercel.app/?username={{ include.username }}&theme={{ site.repo_trophies.theme_light }}&locale={{ site.lang }}&margin-w=15&margin-h=15&no-bg=true&rank=-C&column=6"
7+
src="{{ site.external_services.github_profile_trophy_url }}/?username={{ include.username }}&theme={{ site.repo_trophies.theme_light }}&locale={{ site.lang }}&margin-w=15&margin-h=15&no-bg=true&rank=-C&column=6"
88
>
99
<img
1010
class="only-dark"
1111
alt="{{ include.username }}"
12-
src="https://github-profile-trophy.vercel.app/?username={{ include.username }}&theme={{ site.repo_trophies.theme_dark }}&locale={{ site.lang }}&margin-w=15&margin-h=15&no-bg=true&rank=-C&column=6"
12+
src="{{ site.external_services.github_profile_trophy_url }}/?username={{ include.username }}&theme={{ site.repo_trophies.theme_dark }}&locale={{ site.lang }}&margin-w=15&margin-h=15&no-bg=true&rank=-C&column=6"
1313
>
1414
</span>
1515

1616
<span class="d-none d-sm-block d-md-none">
1717
<img
1818
class="only-light"
1919
alt="{{ include.username }}"
20-
src="https://github-profile-trophy.vercel.app/?username={{ include.username }}&theme={{ site.repo_trophies.theme_light }}&locale={{ site.lang }}&margin-w=15&margin-h=15&no-bg=true&rank=-C&column=4"
20+
src="{{ site.external_services.github_profile_trophy_url }}/?username={{ include.username }}&theme={{ site.repo_trophies.theme_light }}&locale={{ site.lang }}&margin-w=15&margin-h=15&no-bg=true&rank=-C&column=4"
2121
>
2222
<img
2323
class="only-dark"
2424
alt="{{ include.username }}"
25-
src="https://github-profile-trophy.vercel.app/?username={{ include.username }}&theme={{ site.repo_trophies.theme_dark }}&locale={{ site.lang }}&margin-w=15&margin-h=15&no-bg=true&rank=-C&column=4"
25+
src="{{ site.external_services.github_profile_trophy_url }}/?username={{ include.username }}&theme={{ site.repo_trophies.theme_dark }}&locale={{ site.lang }}&margin-w=15&margin-h=15&no-bg=true&rank=-C&column=4"
2626
>
2727
</span>
2828

2929
<span class="d-block d-sm-none">
3030
<img
3131
class="only-light"
3232
alt="{{ include.username }}"
33-
src="https://github-profile-trophy.vercel.app/?username={{ include.username }}&theme={{ site.repo_trophies.theme_light }}&locale={{ site.lang }}&margin-w=15&margin-h=15&no-bg=true&rank=-C&column=3"
33+
src="{{ site.external_services.github_profile_trophy_url }}/?username={{ include.username }}&theme={{ site.repo_trophies.theme_light }}&locale={{ site.lang }}&margin-w=15&margin-h=15&no-bg=true&rank=-C&column=3"
3434
>
3535
<img
3636
class="only-dark"
3737
alt="{{ include.username }}"
38-
src="https://github-profile-trophy.vercel.app/?username={{ include.username }}&theme={{ site.repo_trophies.theme_dark }}&locale={{ site.lang }}&margin-w=15&margin-h=15&no-bg=true&rank=-C&column=3"
38+
src="{{ site.external_services.github_profile_trophy_url }}/?username={{ include.username }}&theme={{ site.repo_trophies.theme_dark }}&locale={{ site.lang }}&margin-w=15&margin-h=15&no-bg=true&rank=-C&column=3"
3939
>
4040
</span>
4141
</a>

_includes/repository/repo_user.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<img
2424
class="only-light w-100"
2525
alt="{{ include.username }}"
26-
src="https://github-readme-stats.vercel.app/api/?username={{ include.username }}&theme={{ site.repo_theme_light }}&locale={{ lang }}&show_icons=true"
26+
src="{{ site.external_services.github_readme_stats_url }}/api/?username={{ include.username }}&theme={{ site.repo_theme_light }}&locale={{ lang }}&show_icons=true"
2727
>
2828
<img
2929
class="only-dark w-100"
3030
alt="{{ include.username }}"
31-
src="https://github-readme-stats.vercel.app/api/?username={{ include.username }}&theme={{ site.repo_theme_dark }}&locale={{ lang }}&show_icons=true"
31+
src="{{ site.external_services.github_readme_stats_url }}/api/?username={{ include.username }}&theme={{ site.repo_theme_dark }}&locale={{ lang }}&show_icons=true"
3232
>
3333
</a>
3434
</div>

_includes/resume/awards.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
{% for content in data[1] %}
33
<li class="list-group-item">
44
<div class="row">
5-
<div class="col-xs-2 cl-sm-2 col-md-2 text-center date-column">
5+
<div class="col-xs-2 col-sm-2 col-md-2 text-center date-column">
66
{% if content.date %} {% assign date = content.date | split: '-' | join: '.' %} {% else %} {% assign date = '' %} {% endif %}
77
<span class="badge font-weight-bold danger-color-dark text-uppercase align-middle" style="min-width: 75px"> {{ date }} </span>
88
</div>
9-
<div class="col-xs-10 cl-sm-10 col-md-10 mt-2 mt-md-0">
9+
<div class="col-xs-10 col-sm-10 col-md-10 mt-2 mt-md-0">
1010
<h6 class="title font-weight-bold ml-1 ml-md-4">
1111
<a href="{{ content.url }}">{{ content.title }}</a>
1212
</h6>

_includes/resume/education.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% for content in education %}
44
<li class="list-group-item">
55
<div class="row">
6-
<div class="col-xs-2 cl-sm-2 col-md-2 text-center date-column">
6+
<div class="col-xs-2 col-sm-2 col-md-2 text-center date-column">
77
{% if content.startDate and content.startDate != '' %}
88
{% assign startDate = content.startDate | split: '-' | slice: 0, 2 | join: '.' %}
99
{% assign endDate = content.endDate | split: '-' | slice: 0, 2 | join: '.' | default: 'Present' %}
@@ -34,7 +34,7 @@
3434
</tbody>
3535
</table>
3636
</div>
37-
<div class="col-xs-10 cl-sm-10 col-md-10 mt-2 mt-md-0">
37+
<div class="col-xs-10 col-sm-10 col-md-10 mt-2 mt-md-0">
3838
<h6 class="title font-weight-bold ml-1 ml-md-4">
3939
<a href="{{ content.url }}">{{ content.studyType }}</a>
4040
</h6>

_includes/resume/projects.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{% for content in data[1] %}
33
<li class="list-group-item">
44
<div class="row">
5-
<div class="col-xs-2 cl-sm-2 col-md-2 text-center date-column">
5+
<div class="col-xs-2 col-sm-2 col-md-2 text-center date-column">
66
{% if content.startDate %}
77
{% assign startDate = content.startDate | split: '-' | slice: 0, 2 | join: '.' %}
88
{% assign endDate = content.endDate | split: '-' | slice: 0, 2 | join: '.' | default: 'Present' %}
@@ -13,7 +13,7 @@
1313
{% endif %}
1414
<span class="badge font-weight-bold danger-color-dark text-uppercase align-middle" style="min-width: 75px"> {{ date }} </span>
1515
</div>
16-
<div class="col-xs-10 cl-sm-10 col-md-10 mt-2 mt-md-0">
16+
<div class="col-xs-10 col-sm-10 col-md-10 mt-2 mt-md-0">
1717
<h6 class="title font-weight-bold ml-1 ml-md-4">
1818
<a href="{{ content.url }}">{{ content.name }}</a>
1919
</h6>

_includes/resume/publications.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% for content in publications %}
44
<li class="list-group-item">
55
<div class="row">
6-
<div class="col-xs-2 cl-sm-2 col-md-2 text-center date-column">
6+
<div class="col-xs-2 col-sm-2 col-md-2 text-center date-column">
77
{% if content.releaseDate %} {% assign date = content.releaseDate | split: '-' | join: '.' %} {% else %} {% assign date = '' %} {% endif %}
88
<table class="table-cv">
99
<tbody>
@@ -15,7 +15,7 @@
1515
</tbody>
1616
</table>
1717
</div>
18-
<div class="col-xs-10 cl-sm-10 col-md-10 mt-2 mt-md-0">
18+
<div class="col-xs-10 col-sm-10 col-md-10 mt-2 mt-md-0">
1919
<h6 class="title font-weight-bold ml-1 ml-md-4">
2020
<a href="{{ content.url }}">{{ content.name }}</a>
2121
</h6>

_includes/resume/volunteer.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% for content in volunteer %}
44
<li class="list-group-item">
55
<div class="row">
6-
<div class="col-xs-2 cl-sm-2 col-md-2 text-center date-column">
6+
<div class="col-xs-2 col-sm-2 col-md-2 text-center date-column">
77
{% if content.startDate %}
88
{% assign startDate = content.startDate | split: '-' | slice: 0, 2 | join: '.' %}
99
{% assign endDate = content.endDate | split: '-' | slice: 0, 2 | join: '.' | default: 'Present' %}
@@ -32,7 +32,7 @@
3232
</tbody>
3333
</table>
3434
</div>
35-
<div class="col-xs-10 cl-sm-10 col-md-10 mt-2 mt-md-0">
35+
<div class="col-xs-10 col-sm-10 col-md-10 mt-2 mt-md-0">
3636
<h6 class="title font-weight-bold ml-1 ml-md-4">
3737
<a href="{{ content.url }}">{{ content.position }}</a>
3838
</h6>

0 commit comments

Comments
 (0)