1 Commits

5 changed files with 5 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:41.143.1
container: ghcr.io/renovatebot/renovate:41.64.4
steps:
- uses: actions/checkout@v4
- run: renovate

View File

@@ -274,7 +274,7 @@ socials = [
# Fediverse profile.
# Adds metadata to feature the author's profile in Mastodon link previews.
# 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.
footer_menu = [

View File

@@ -17,6 +17,6 @@ spec:
spec:
containers:
- name: alexohneander-zola
image: git.dev-null.rocks/alexohneander/alexohneander-zola:0.1.15
image: git.dev-null.rocks/alexohneander/alexohneander-zola:0.1.10
ports:
- containerPort: 80

View File

@@ -67,7 +67,7 @@
</nav>
<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>
{# Footer menu #}
<nav class="nav-navs">

View File

@@ -3,8 +3,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="base" content="{{ config.base_url | safe }}">
<link rel="me" href="https://mastodon.dev-null.rocks/@alexohneander" />
{# Site title #}
<title>{%- include "partials/title.html" -%}</title>
@@ -133,7 +131,7 @@
<meta property="og:site_name" content="{{ config.title }}">
{%- if macros_settings::evaluate_setting_priority(setting="enable_csp", page=page | default(value=""), section=section | default(value=""), default_global_value="true") == "true" -%}
{# {%- include "partials/content_security_policy.html" -%} #}
{%- include "partials/content_security_policy.html" -%}
{%- endif -%}
{%- if config.extra.theme_switcher and config.extra.theme_switcher == true -%}