first commit

This commit is contained in:
2025-06-25 15:43:30 +02:00
commit eb4f0a1736
511 changed files with 56019 additions and 0 deletions

16
themes/osm/.travis.yml Normal file
View File

@@ -0,0 +1,16 @@
git:
depth: false
env:
- HUGO_VERSION="0.46"
install:
- wget -q https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
- tar xf hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
- mv hugo ~/bin/
- gem install html-proofer
script:
- cd exampleSite
- HUGO_THEME=hugo-component-osm hugo --themesDir ../.. -v
- htmlproofer public --check-html --disable-external