Compare commits
1 Commits
v0.1.15
...
f20bb03710
Author | SHA1 | Date | |
---|---|---|---|
f20bb03710 |
@@ -10,7 +10,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ghcr.io/renovatebot/renovate:41.124.1
|
container: ghcr.io/renovatebot/renovate:41.66.1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: renovate
|
- run: renovate
|
||||||
|
@@ -274,7 +274,7 @@ socials = [
|
|||||||
# Fediverse profile.
|
# Fediverse profile.
|
||||||
# Adds metadata to feature the author's profile in Mastodon link previews.
|
# Adds metadata to feature the author's profile in Mastodon link previews.
|
||||||
# Example: for @username@example.com, use:
|
# Example: for @username@example.com, use:
|
||||||
fediverse_creator = { handle = "alexohneander", domain = "mastodon.dev-null.rocks" }
|
# fediverse_creator = { handle = "username", domain = "example.com" }
|
||||||
|
|
||||||
# Extra menu to show on the footer, below socials section.
|
# Extra menu to show on the footer, below socials section.
|
||||||
footer_menu = [
|
footer_menu = [
|
||||||
|
@@ -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.15
|
image: git.dev-null.rocks/alexohneander/alexohneander-zola:0.1.11
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
|
@@ -67,7 +67,7 @@
|
|||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<iframe src="https://tryhackme.com/api/v2/badges/public-profile?userPublicId=4027495" style="border:none;width:470px;height:88px;" allowtransparency="true"></iframe>
|
<iframe src="https://tryhackme.com/api/v2/badges/public-profile?userPublicId=4027495" style='border:none;'></iframe>
|
||||||
</p>
|
</p>
|
||||||
{# Footer menu #}
|
{# Footer menu #}
|
||||||
<nav class="nav-navs">
|
<nav class="nav-navs">
|
||||||
|
@@ -3,8 +3,6 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="base" content="{{ config.base_url | safe }}">
|
<meta name="base" content="{{ config.base_url | safe }}">
|
||||||
|
|
||||||
<link rel="me" href="https://mastodon.dev-null.rocks/@alexohneander" />
|
|
||||||
|
|
||||||
{# Site title #}
|
{# Site title #}
|
||||||
<title>{%- include "partials/title.html" -%}</title>
|
<title>{%- include "partials/title.html" -%}</title>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user