add html test
This commit is contained in:
parent
26d3459ea0
commit
c84b20b4de
4 changed files with 6 additions and 5 deletions
|
@ -12,6 +12,9 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
nix develop -c hugo --gc --minify
|
nix develop -c hugo --gc --minify
|
||||||
|
- name: Check html
|
||||||
|
run: |
|
||||||
|
nix develop -c htmltest
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.ssh/
|
mkdir -p ~/.ssh/
|
||||||
|
|
2
.htmltest.yml
Normal file
2
.htmltest.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
DirectoryPath: public/
|
||||||
|
IgnoreDirectoryMissingTrailingSlash: true
|
|
@ -21,7 +21,6 @@ position = "center top"
|
||||||
[params]
|
[params]
|
||||||
homeTitle = "Adventurous Computing by Cyryl Płotnicki"
|
homeTitle = "Adventurous Computing by Cyryl Płotnicki"
|
||||||
keywords = "programming, testing, tdd, rust, golang"
|
keywords = "programming, testing, tdd, rust, golang"
|
||||||
logo = "images/avatar.jpg"
|
|
||||||
showRelatedPosts = true
|
showRelatedPosts = true
|
||||||
rss = true
|
rss = true
|
||||||
selfHosted = true
|
selfHosted = true
|
||||||
|
@ -66,8 +65,4 @@ weight = 6
|
||||||
name = "Cyryl Płotnicki"
|
name = "Cyryl Płotnicki"
|
||||||
website = "https://blog.cyplo.dev/"
|
website = "https://blog.cyplo.dev/"
|
||||||
email = "blog@cyplo.dev"
|
email = "blog@cyplo.dev"
|
||||||
github = "cyplo"
|
|
||||||
gitlab = "cyplo"
|
|
||||||
twitter = "cyplo"
|
|
||||||
linkedin = "cyplo"
|
|
||||||
mastodon = "peninsula.industries/@cyplo"
|
mastodon = "peninsula.industries/@cyplo"
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
git
|
git
|
||||||
go
|
go
|
||||||
hugo
|
hugo
|
||||||
|
htmltest
|
||||||
hut
|
hut
|
||||||
nodejs
|
nodejs
|
||||||
ruby
|
ruby
|
||||||
|
|
Loading…
Reference in a new issue