Compare commits
20 Commits
a2fb5734df
...
v0.1.15
Author | SHA1 | Date | |
---|---|---|---|
b0bdce636c | |||
ba7a707512 | |||
401bb80c0f | |||
46fbf2324e | |||
71a72ffac1 | |||
c7f9ea8f52 | |||
e81f840af4 | |||
9487602aab | |||
eddfb25f35 | |||
1b640305f4 | |||
06bccb787f | |||
ad0fb7fa7b | |||
19c7839325 | |||
b2919d0508 | |||
59d368f1e3 | |||
87193e47ca | |||
c3c43e94af | |||
e40e51f52c | |||
5ea21e3cbe | |||
344381dec3 |
@@ -10,7 +10,7 @@ on:
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/renovatebot/renovate:41.113.3
|
||||
container: ghcr.io/renovatebot/renovate:41.124.1
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: renovate
|
||||
|
@@ -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 = "username", domain = "example.com" }
|
||||
fediverse_creator = { handle = "alexohneander", domain = "mastodon.dev-null.rocks" }
|
||||
|
||||
# Extra menu to show on the footer, below socials section.
|
||||
footer_menu = [
|
||||
|
@@ -17,6 +17,6 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: alexohneander-zola
|
||||
image: git.dev-null.rocks/alexohneander/alexohneander-zola:0.1.13
|
||||
image: git.dev-null.rocks/alexohneander/alexohneander-zola:0.1.15
|
||||
ports:
|
||||
- containerPort: 80
|
||||
|
@@ -3,6 +3,8 @@
|
||||
<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>
|
||||
|
||||
|
Reference in New Issue
Block a user