site fixes and get rid of the broken ci

This commit is contained in:
carson 2021-03-11 05:35:33 -07:00
parent e93d59c51d
commit 620ebc366a
3 changed files with 2 additions and 33 deletions

View File

@ -1,32 +0,0 @@
name: CI
on:
push:
branches:
- dev
- master
pull_request:
jobs:
ci:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "15"
- uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: dependencies
run: npm install --include=dev
- name: test
run: npm test

View File

@ -52,10 +52,10 @@
<a href="https://github.com/sponsors/bigskysoftware?o=esb">sponsor</a>
</div>
<div>
<input placeholder="&#128269; Docs Search" style="width:150px; padding: 6px; border: 1px solid #ccc; border-radius: 4px; margin-right: 6px" type="text" id="search"/>
</div>
</div>
<div class="github-stars">
<input placeholder="&#128269; Docs Search" style="width:150px; padding: 6px; border: 1px solid #ccc; border-radius: 4px; margin-right: 6px" type="text" id="search"/>
<iframe style="margin:auto;" src="https://ghbtns.com/github-btn.html?user=bigskysoftware&repo=htmx&type=star&count=true" frameborder="0" scrolling="0" width="150" height="20" title="Star htmx on GitHub"></iframe>
</div>
</div>

View File

@ -174,6 +174,7 @@ h4 {
font-size: 22px;
&.show {
height: initial;
overflow: visible;
}
}
.hero {