Skip to content

Commit

Permalink
kuviman -> kast-lang
Browse files Browse the repository at this point in the history
  • Loading branch information
kuviman committed Jul 23, 2024
1 parent 70813b7 commit 812ef3c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Pages
permissions:
contents: write
if: github.ref == 'refs/heads/main' && github.repository_owner == 'kuviman'
if: github.ref == 'refs/heads/main' && github.repository_owner == 'kast-lang'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -18,4 +18,4 @@ jobs:
uses: shalzz/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BUILD_DIR: website
BUILD_DIR: website
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An experimental programming language

**NOT READY YET**

[See more on the website](http://kuviman.github.io/kast)
[See more on the website](https://kast-lang.org)

## Todo

Expand Down
6 changes: 3 additions & 3 deletions website/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The URL the site will be built for
base_url = "https://kuviman.github.io/kast/"
base_url = "https://kast-lang.org"

# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
Expand All @@ -19,7 +19,7 @@ highlight_code = true
juice_logo_name = "Kast"
juice_logo_path = "logo.png"
juice_extra_menu = [
{ title = "Github", link = "https://github.com/kuviman/kast" },
{ title = "Github", link = "https://github.com/kast-lang/kast" },
]
juice_exclude_menu = ["exclude_from_nav"]
repository_url = "https://github.com/kuviman/kast"
repository_url = "https://github.com/kast-lang/kast"
4 changes: 2 additions & 2 deletions website/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ <h3 class="title-text">
everything is treat as value in Kast, bringing absolute power
</p>
<div>
<a class="github-button" href="https://github.com/kuviman/kast" data-size="large" data-show-count="true"
aria-label="Star kuviman/kast on GitHub">Star</a>
<a class="github-button" href="https://github.com/kast-lang/kast" data-size="large" data-show-count="true"
aria-label="Star Kast on GitHub">Star</a>
</div>
</section>
<img class="hero-image" style="width: 50%" src="{{ get_url(path="hello-world.png") }}">
Expand Down

0 comments on commit 812ef3c

Please sign in to comment.