Skip to content

Commit

Permalink
Fixed some branding
Browse files Browse the repository at this point in the history
  • Loading branch information
karurochari committed Jan 13, 2025
1 parent 0ad5f99 commit b5f691e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,20 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: "dist/*.zip"
docs:
uses: ./.github/workflows/docs.yml
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
with:
subdir: ${{github.ref_name}}
permissions:
contents: write
pages: write
docs-latest:
uses: ./.github/workflows/docs.yml
needs: [docs]
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
with:
subdir: latest
permissions:
contents: write
pages: write
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.vscode
.idea
.DS_Store
.bun.lockb

build/
src/bundles/js/
Expand Down
Binary file removed bun.lockb
Binary file not shown.
7 changes: 3 additions & 4 deletions dist/website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">
<meta name="description" content="Documentation for txiki, a js runtime based on quickjs">
<meta name="keywords" content="xml, template, pugixml">
<meta name="author" content="karurochari">
<meta name="keywords" content="javascript, wasm, libuv, quickjs">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg=="
Expand Down Expand Up @@ -50,9 +49,9 @@
</figure>
<hr />
<nav>
<a href="https://github.com/lazy-eggplant/vs.templ/releases"><button><i class="fa-solid fa-download"></i>
<a href="https://github.com/saghul/txiki.js/releases"><button><i class="fa-solid fa-download"></i>
Releases</button></a>
<a href="https://github.com/lazy-eggplant/vs.templ"><button><i class="fa-brands fa-github"></i>
<a href="https://github.com/saghul/txiki.js"><button><i class="fa-brands fa-github"></i>
Source</button></a>
<a href="./docs"><button><i class="fa-solid fa-book"></i> Main documentation</button></a>
<a href="./doxygen"><button><i class="fa-solid fa-book"></i> Doxygen reference</button></a>
Expand Down

0 comments on commit b5f691e

Please sign in to comment.