Fix more bugs and replace github icon
This commit is contained in:
parent
cc41fabb72
commit
9b262458ea
|
@ -38,6 +38,7 @@ github_username: santilococo
|
||||||
gitlab_username: slococo
|
gitlab_username: slococo
|
||||||
linkedin_username: santilococo
|
linkedin_username: santilococo
|
||||||
codeberg_username: slococo
|
codeberg_username: slococo
|
||||||
|
forgejo_username: slococo
|
||||||
work_url:
|
work_url:
|
||||||
|
|
||||||
contact_note:
|
contact_note:
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
{%- if project.github -%}
|
{%- if project.github -%}
|
||||||
<div class="github-icon">
|
<div class="github-icon">
|
||||||
<div class="icon" data-toggle="tooltip" title="Code repository">
|
<div class="icon" data-toggle="tooltip" title="Code repository">
|
||||||
<a href="{{ project.github }}" class="stretched-link"><i class="fab fa-lg fa-github gh-icon"></i></a>
|
<a href="{{ project.github }}" class="stretched-link"><i class="fab fa-lg fa-git gh-icon"></i></a>
|
||||||
</div>
|
</div>
|
||||||
{%- if project.github_stars -%}
|
{%- if project.github_stars -%}
|
||||||
<span class="stars" data-toggle="tooltip" title="GitHub Stars">
|
<span class="stars" data-toggle="tooltip" title="GitHub Stars">
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
{%- if project.github -%}
|
{%- if project.github -%}
|
||||||
<div class="github-icon">
|
<div class="github-icon">
|
||||||
<div class="icon" data-toggle="tooltip" title="Code repository">
|
<div class="icon" data-toggle="tooltip" title="Code repository">
|
||||||
<a href="{{ project.github }}" class="stretched-link"><i class="fab fa-lg fa-github gh-icon"></i></a>
|
<a href="{{ project.github }}" class="stretched-link"><i class="fab fa-lg fa-git gh-icon"></i></a>
|
||||||
</div>
|
</div>
|
||||||
{%- if project.github_stars -%}
|
{%- if project.github_stars -%}
|
||||||
<span class="stars" data-toggle="tooltip" title="GitHub Stars">
|
<span class="stars" data-toggle="tooltip" title="GitHub Stars">
|
||||||
|
|
|
@ -1,6 +1,15 @@
|
||||||
{%- if site.email -%}
|
{%- if site.email -%}
|
||||||
<a href="mailto:{{ site.email | encode_email }}" title="email" class="rel-1z"><i class="fas fa-envelope"></i></a>
|
<a href="mailto:{{ site.email | encode_email }}" title="email" class="rel-1z"><i class="fas fa-envelope"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{%- if site.forgejo_username -%}
|
||||||
|
<a href="https://git.slc.ar/{{ site.forgejo_username }}" title="Git" class="rel-1z"><i class="fab fa-git"></i></a>
|
||||||
|
{% endif %}
|
||||||
|
{%- if site.codeberg_username -%}
|
||||||
|
<a href="https://codeberg.org/{{ site.codeberg_username }}" title="Codeberg" class="rel-1z"><i class="fab fa-git-alt"></i></a>
|
||||||
|
{% endif %}
|
||||||
|
{%- if site.gitlab_username -%}
|
||||||
|
<a href="https://gitlab.com/{{ site.gitlab_username }}" title="GitLab" class="rel-1z"><i class="fab fa-gitlab"></i></a>
|
||||||
|
{% endif %}
|
||||||
{%- if site.github_username -%}
|
{%- if site.github_username -%}
|
||||||
<a href="https://github.com/{{ site.github_username }}" title="GitHub" class="rel-1z"><i class="fab fa-github"></i></a>
|
<a href="https://github.com/{{ site.github_username }}" title="GitHub" class="rel-1z"><i class="fab fa-github"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -10,9 +19,3 @@
|
||||||
{%- if site.work_url -%}
|
{%- if site.work_url -%}
|
||||||
<a href="{{ site.work_url }}" title="Work" class="rel-1z"><i class="fas fa-briefcase"></i></a>
|
<a href="{{ site.work_url }}" title="Work" class="rel-1z"><i class="fas fa-briefcase"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.gitlab_username -%}
|
|
||||||
<a href="https://gitlab.com/{{ site.gitlab_username }}" title="GitLab" class="rel-1z"><i class="fab fa-gitlab"></i></a>
|
|
||||||
{% endif %}
|
|
||||||
{%- if site.github_username -%}
|
|
||||||
<a href="https://codeberg.org/{{ site.codeberg_username }}" title="Codeberg" class="rel-1z"><i class="fab fa-git"></i></a>
|
|
||||||
{% endif %}
|
|
|
@ -12,7 +12,7 @@ layout: default
|
||||||
</div>
|
</div>
|
||||||
<div style="float:right;">
|
<div style="float:right;">
|
||||||
<div class="icon" data-toggle="tooltip" title="Code Repository">
|
<div class="icon" data-toggle="tooltip" title="Code Repository">
|
||||||
<a href="{{ page.github }}"><i class="fab fa-3x fa-github"></i></a>
|
<a href="{{ page.github }}"><i class="fab fa-3x fa-git"></i></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -30,7 +30,7 @@ RUN find . -maxdepth 1 ! -name '_site' -exec rm -rf {} \;
|
||||||
|
|
||||||
RUN mv _site/* .
|
RUN mv _site/* .
|
||||||
|
|
||||||
RUN rm -R _site/ docker README.md LICENSE.md
|
RUN rm -R _site docker README.md LICENSE.md
|
||||||
|
|
||||||
FROM cupcakearmy/static
|
FROM cupcakearmy/static
|
||||||
|
|
||||||
|
|
|
@ -9,5 +9,4 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 9998:80
|
- 9998:80
|
||||||
volumes:
|
volumes:
|
||||||
- ../_site:/srv:ro
|
|
||||||
- ./default.conf:/usr/local/nginx/conf/sites/default.conf
|
- ./default.conf:/usr/local/nginx/conf/sites/default.conf
|
||||||
|
|
Loading…
Reference in New Issue