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
|
||||
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
2
.htmltest.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
DirectoryPath: public/
|
||||
IgnoreDirectoryMissingTrailingSlash: true
|
|
@ -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"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
git
|
||||
go
|
||||
hugo
|
||||
htmltest
|
||||
hut
|
||||
nodejs
|
||||
ruby
|
||||
|
|
Loading…
Reference in a new issue