Compare commits
18 Commits
v0.1.4
...
7881aca2e5
| Author | SHA1 | Date | |
|---|---|---|---|
| 7881aca2e5 | |||
| 683c75eea9 | |||
| 86cdc2460b | |||
| 21e8d78c8d | |||
| 3a50613ad7 | |||
|
|
7065dddbbc | ||
| 2dfd6fa90e | |||
| d5e75150e5 | |||
| c7edb2d9ee | |||
| 04a9e2c5dd | |||
| 59ede31b3b | |||
| 3d4d919a58 | |||
| bd8f38068c | |||
| f808387425 | |||
| 83cd9fe624 | |||
| 8dbc18d72d | |||
| 4d47f5d289 | |||
| ea4694cdc6 |
@@ -10,7 +10,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ghcr.io/renovatebot/renovate:39.207.2
|
container: ghcr.io/renovatebot/renovate:41.43.2
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: renovate
|
- run: renovate
|
||||||
|
|||||||
@@ -17,6 +17,6 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: alexohneander-zola
|
- name: alexohneander-zola
|
||||||
image: git.dev-null.rocks/alexohneander/alexohneander-zola:0.1.3
|
image: git.dev-null.rocks/alexohneander/alexohneander-zola:0.1.4
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
{%- set blank_target = "" -%}
|
{%- set blank_target = "" -%}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<section>
|
<section>
|
||||||
<nav class="socials nav-navs">
|
<nav class="socials nav-navs">
|
||||||
{%- if config.extra.socials or config.extra.email %}
|
{%- if config.extra.socials or config.extra.email %}
|
||||||
@@ -66,6 +66,9 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<iframe src="https://tryhackme.com/api/v2/badges/public-profile?userPublicId=4027495" style='border:none;'></iframe>
|
||||||
|
</p>
|
||||||
{# Footer menu #}
|
{# Footer menu #}
|
||||||
<nav class="nav-navs">
|
<nav class="nav-navs">
|
||||||
{%- if config.extra.footer_menu %}
|
{%- if config.extra.footer_menu %}
|
||||||
|
|||||||
Reference in New Issue
Block a user