add html test

This commit is contained in:
Cyryl Płotnicki 2023-08-17 17:38:12 +01:00
parent 26d3459ea0
commit c84b20b4de
4 changed files with 6 additions and 5 deletions

View File

@ -12,6 +12,9 @@ jobs:
- name: Build
run: |
nix develop -c hugo --gc --minify
- name: Check html
run: |
nix develop -c htmltest
- name: Publish
run: |
mkdir -p ~/.ssh/

2
.htmltest.yml Normal file
View File

@ -0,0 +1,2 @@
DirectoryPath: public/
IgnoreDirectoryMissingTrailingSlash: true

View File

@ -21,7 +21,6 @@ position = "center top"
[params]
homeTitle = "Adventurous Computing by Cyryl Płotnicki"
keywords = "programming, testing, tdd, rust, golang"
logo = "images/avatar.jpg"
showRelatedPosts = true
rss = true
selfHosted = true
@ -66,8 +65,4 @@ weight = 6
name = "Cyryl Płotnicki"
website = "https://blog.cyplo.dev/"
email = "blog@cyplo.dev"
github = "cyplo"
gitlab = "cyplo"
twitter = "cyplo"
linkedin = "cyplo"
mastodon = "peninsula.industries/@cyplo"

View File

@ -20,6 +20,7 @@
git
go
hugo
htmltest
hut
nodejs
ruby