Compare commits

...

56 commits

Author SHA1 Message Date
cc7b5d80d8 Update dependency org.jsoup:jsoup to v1.18.1 2024-11-01 15:14:31 +00:00
969c1f9ee9
2024-11-01 16:06:24 +01:00
854874ecc0
2024-11-01 16:04:58 +01:00
536eb79a1b
2024-11-01 15:52:42 +01:00
719db9f611
2024-11-01 15:49:44 +01:00
68868a69fa
2024-11-01 15:12:52 +01:00
0c6bf61358 Update .github/workflows/renovate.yml 2024-10-31 16:11:52 +00:00
109439924b Update .github/workflows/renovate.yml 2024-10-31 15:27:20 +00:00
354f377589 Update .github/workflows/renovate.yml 2024-10-31 12:37:59 +00:00
6abdb8670f Update .github/workflows/renovate.yml 2024-10-31 12:35:19 +00:00
4c8966b496 Update .github/workflows/renovate.yml 2024-10-31 12:34:46 +00:00
81b16a6408 Update .github/workflows/renovate.yml 2024-10-31 12:30:30 +00:00
74f9499f08 Update .github/workflows/renovate.yml 2024-10-31 10:15:52 +00:00
b868602ddf Update .github/workflows/renovate.yml 2024-10-31 10:07:47 +00:00
d928040128 Update .github/workflows/renovate.yml 2024-10-31 09:59:51 +00:00
fe958fa1fe Update .github/workflows/renovate.yml 2024-10-31 09:58:28 +00:00
ac128dd20d Update .github/workflows/renovate.yml 2024-10-31 09:57:53 +00:00
888e44c1a3 Update .github/workflows/renovate.yml 2024-10-31 09:57:28 +00:00
bfc6e7d31b Update .github/workflows/renovate.yml 2024-10-31 09:55:49 +00:00
9047b3d355 Add .github/workflows/renovate.yml 2024-10-31 09:47:35 +00:00
41fb43a6c6 Update .github/workflows/deploy.yml 2024-10-31 09:28:14 +00:00
8826324152 Update .github/workflows/stale.yml 2024-10-31 09:06:41 +00:00
bb507b4471 Update .github/workflows/stale.yml 2024-10-31 09:03:07 +00:00
3cb6cbb030 Update .github/workflows/stale.yml 2024-10-31 08:53:01 +00:00
8577506750 Update .github/workflows/stage.yml 2024-10-31 08:34:23 +00:00
8d7d527dbb Update .github/workflows/test.yml 2024-10-30 23:44:04 +00:00
ebe1f6e6a2 Update .github/workflows/test.yml 2024-10-30 23:39:03 +00:00
1ba0e810d7 Update .github/workflows/test.yml 2024-10-30 23:35:22 +00:00
cf3bc045a0 Update .github/workflows/test.yml 2024-10-30 23:30:40 +00:00
dea5a5535f Update .github/workflows/test.yml 2024-10-30 23:26:38 +00:00
7a50a8cffb Update .github/workflows/test.yml 2024-10-30 23:22:57 +00:00
f3a85b12f8 Update .github/workflows/test.yml 2024-10-30 23:19:19 +00:00
be39488d3b Update .github/workflows/test.yml 2024-10-30 23:10:59 +00:00
00f801cc7f Update .github/workflows/test.yml 2024-10-30 20:33:12 +00:00
cdb4c11680 Update .github/workflows/test.yml 2024-10-30 20:30:24 +00:00
8dc9664f8a Update .github/workflows/test.yml 2024-10-30 20:24:47 +00:00
c4a0bfcc6f Update .github/workflows/test.yml 2024-10-30 20:23:40 +00:00
a62f8d53f5 Update .github/workflows/test.yml 2024-10-30 20:19:04 +00:00
bf8f645c25 Update .github/workflows/test.yml 2024-10-30 20:16:36 +00:00
675b5c9a7e Update .github/workflows/test.yml 2024-10-30 20:12:29 +00:00
4ba9e7a390 Update .github/workflows/test.yml 2024-10-30 20:10:24 +00:00
003283e0f5 Update .github/workflows/test.yml 2024-10-30 19:48:17 +00:00
711664e135 revert 91e98b19db
revert Update .github/workflows/deploy.yml
2024-10-30 19:46:59 +00:00
91e98b19db Update .github/workflows/deploy.yml 2024-10-30 19:43:15 +00:00
de7cbfa991 Update .github/workflows/test.yml 2024-10-30 19:38:48 +00:00
b69a690969 Update .github/workflows/test.yml 2024-10-30 17:14:45 +00:00
c19cee423e Update .github/workflows/test.yml 2024-10-30 16:37:23 +00:00
37dd31b3aa Update .github/workflows/test.yml 2024-10-30 16:36:24 +00:00
83b02c7eb6 Add .github/workflows/test.yml 2024-10-30 16:35:07 +00:00
0e21a8adb6
Align the size of the button link with the button
It needs a border, though a transparent one.
2024-08-08 21:46:35 +02:00
45cafda543
Give Linux some font love 2024-08-08 21:44:40 +02:00
b774c997da
Copy during execution phase 2024-08-08 20:22:50 +02:00
19b99919d2
Merge remote-tracking branch 'origin/main' 2024-08-08 19:33:00 +02:00
c5f556a901
Update URL of stage environment 2024-08-08 19:31:50 +02:00
95aa3009dc
Initialize collection with a default value
This prevents it from being null and not iterable in the for..of loop, and Helma from throwing an exception.
2024-08-04 09:14:01 +02:00
d03e0b2987
Fix definition for CSS font shorthard property 2024-06-23 23:52:11 +02:00
9 changed files with 116 additions and 40 deletions

View file

@ -4,20 +4,13 @@ on: workflow_dispatch
jobs:
deploy:
runs-on: ubuntu-latest
runs-on: antville
environment:
name: p3k.org
url: https://blog.p3k.org
steps:
- name: Set up SSH agent
uses: antville/helma/.github/actions/ssh@helma-🐜
with:
config: ${{ vars.SSH_CONFIG }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
known-hosts: ${{ vars.SSH_KNOWN_HOSTS }}
- name: Copy files to production server
run: ssh staging-server deploy-antville

40
.github/workflows/renovate.yml vendored Normal file
View file

@ -0,0 +1,40 @@
name: Run Renovate
on: workflow_dispatch
#on:
# schedule:
# - cron: "42 * * * *"
jobs:
renovate:
runs-on: antville
steps:
- name: Run Renovate
run: npx renovate
env:
# Renovate is using this token to retrieve release notes
GITHUB_COM_TOKEN: ${{ secrets.renovate_github_com_token }}
# See <https://docs.renovatebot.com/troubleshooting/#log-debug-levels>
LOG_LEVEL: info # debug | info | warn | error | fatal
RENOVATE_AUTODISCOVER: 'true'
RENOVATE_CONFIG_FILE: /home/runner/renovate.json
RENOVATE_ENDPOINT: ${{ github.api_url }}
RENOVATE_GIT_AUTHOR: Renovate Bot <mail+renovate@antville.org>
#RENOVATE_GIT_IGNORED_AUTHORS:
# - 29139614+renovate[bot]@users.noreply.github.com
RENOVATE_IGNORE_PR_AUTHOR: 'true'
RENOVATE_LOG_FILE: renovate-log.ndjson
RENOVATE_LOG_FILE_LEVEL: debug
RENOVATE_PLATFORM: gitea
RENOVATE_REPOSITORY_CACHE: 'enabled'
# github.token is not working here, it lacks some permissions required by Renovate
RENOVATE_TOKEN: ${{ secrets.renovate_token }} #${{ github.token }}
- name: Save log file
uses: actions/upload-artifact@v3
with:
name: renovate-log.ndjson
path: renovate-log.ndjson

View file

@ -4,25 +4,15 @@ on: workflow_dispatch
jobs:
stage:
runs-on: ubuntu-latest
runs-on: antville
environment:
name: stage
url: https://antville-test.click
url: ${{ vars.stage_url }}
steps:
- uses: actions/checkout@v4
- name: Set up SSH agent
uses: antville/helma/.github/actions/ssh@helma-🐜
with:
config: ${{ vars.SSH_CONFIG }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
known-hosts: ${{ vars.SSH_KNOWN_HOSTS }}
- name: Set up Gradle
uses: gradle/actions/setup-gradle@v3
- name: Build with Gradle
run: ./gradlew :build

View file

@ -1,21 +1,21 @@
name: Mark stale issues and pull requests
on:
on:
schedule:
- cron: "30 1 * * *"
jobs:
stale:
runs-on: ubuntu-latest
runs-on: antville
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v9
- uses: https://github.com/actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ github.token }}
stale-issue-message: 'Stale issue message'
stale-pr-message: 'Stale pull request message'
stale-issue-label: 'no-issue-activity'

50
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,50 @@
name: Test
on: workflow_dispatch
jobs:
test:
runs-on: debian
environment:
name: p3k.org
url: https://blog.p3k.org
steps:
- name: Do something
run: |
whoami
pwd
ls -ahl ~
echo $SHELL
- name: Ping staging server
run: ssh staging-server ping
- uses: actions/checkout@v4
- name: Run Renovate
run: npx renovate
env:
# TODO:
#GITHUB_COM_TOKEN=
# See <https://docs.renovatebot.com/troubleshooting/#log-debug-levels>
LOG_LEVEL: debug # debug | info | warn | error | fatal
#RENOVATE_CONFIG_FILE: ./.gitlab/renovate.json
RENOVATE_ENDPOINT: ${{ github.api_url }}
RENOVATE_GIT_AUTHOR: Renovate Bot <mail+renovate@antville.org>
RENOVATE_LOG_FILE: renovate-log.ndjson
RENOVATE_LOG_FILE_LEVEL: debug
RENOVATE_PLATFORM: gitea
#RENOVATE_REPOSITORIES: $CI_PROJECT_PATH
RENOVATE_AUTODISCOVER: 'true'
RENOVATE_REPOSITORY_CACHE: 'enabled'
RENOVATE_TOKEN: ${{ vars.renovate_token }} #${{ github.token }}
- uses: actions/upload-artifact@v3
with:
name: Renovate log
path: renovate-log.ndjson
#- name: Build with Gradle
# run: ./gradlew :build

View file

@ -47,7 +47,7 @@ dependencies {
implementation 'org.commonmark:commonmark-ext-autolink:0.21.0'
implementation 'org.commonmark:commonmark-ext-gfm-strikethrough:0.21.0'
implementation 'org.commonmark:commonmark-ext-gfm-tables:0.21.0'
implementation 'org.jsoup:jsoup:1.17.2'
implementation 'org.jsoup:jsoup:1.18.1'
implementation 'rome:rome:1.0'
implementation('org.lesscss:lesscss:1.7.0.1.1') {
@ -62,15 +62,17 @@ assemble {
dependsOn 'installJars'
dependsOn 'buildStaticFiles'
copy {
from fileTree(antvilleBuildDir).matching {
exclude 'node_modules'
exclude 'package.json'
exclude 'tests'
exclude 'tools/client'
exclude 'tools/antclick'
exclude 'package-lock.json'
} into antvilleInstallDir
doFirst {
copy {
from fileTree(antvilleBuildDir).matching {
exclude 'node_modules'
exclude 'package.json'
exclude 'tests'
exclude 'tools/client'
exclude 'tools/antclick'
exclude 'package-lock.json'
} into antvilleInstallDir
}
}
}

View file

@ -682,7 +682,8 @@ function list_macro(param, id, limit) {
return;
}
var skin, collection;
var skin;
var collection = [];
var max = Math.min(limit || 25, 100);
if (id === 'sites') {

View file

@ -402,7 +402,7 @@ void (function(url) {
// FIXME: compatibility
@base-font: <% value 'base font' default='Helvetica Neue, Helvetica, Arial, sans-serif' %>;
@base-font: <% value 'base font' default='Helvetica Neue, Liberation Sans, Helvetica, Arial, sans-serif' %>;
@base-font-size: <% value 'base font size' default="14px e('/') 20px" %>;
@base-font-color: <% value 'base font color' default=#444 %>;
@ -435,7 +435,7 @@ void (function(url) {
html, html.uk-notouch, body {
background-color: @background;
color: @text-color;
font-family: @text-font;
font: @text-font;
}
body.av-16, body.av-page {
@ -560,7 +560,7 @@ hr {
}
&.uk-button-link {
border: initial;
border-color: transparent;
&:link, &:visited {
color: @link-color;

View file

@ -115,7 +115,7 @@ function openPopup(img, width, height) {
<% value 'muted color' #999999 %>
<% value 'hover color' #d50000 %>
<% value 'link color' #ff4040 %>
<% value 'text font' 'Helvetica, Arial, sans-serif' %>
<% value 'title font' 'Helvetica, Arial, sans-serif' %>
<% value 'text font' 'Liberation Sans, Helvetica, Arial, sans-serif' %>
<% value 'title font' 'Liberation Sans, Helvetica, Arial, sans-serif' %>
<% #stylesheet %>