Skip to content

Commit

Permalink
merged
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Jan 22, 2024
1 parent d0915b0 commit 1b81a65
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
with:
go-version: '1.21.3'

- name: Install Goki
run: go install goki.dev/goki@main
# - name: Install Goki
# run: go install -tags offscreen goki.dev/goki@main

- name: Build Demo
run: cd demo && goki build -t js && cp -a .goki/bin/js ../static/demo && cd ..
# - name: Build Demo
# run: cd demo && goki build -t js && cp -a .goki/bin/js ../static/demo && cd ..

- name: Install Hugo CLI
run: |
Expand Down
15 changes: 8 additions & 7 deletions content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ repo = 'https://github.com/goki/goki'
packages = ['goki.dev']
+++


{{% pageinfo %}}
# IMPORTANT:
Development of Goki has moved to [Cogent Core](https://github.com/cogentcore). This website and the [Goki GitHub organization](https://github.com/goki) contain v1 versions for backward compatibility.

{{% /pageinfo %}}


{{< blocks/cover title="Insert the Ki to Accelerate Your Go Experience" image_anchor="top" height="80%" >}}
<a class="btn btn-lg btn-primary me-3 mb-4" href="/demo">
Run Demo <i class="fas fa-play ms-2 "></i>
Expand All @@ -15,13 +23,6 @@ packages = ['goki.dev']
{{< blocks/link-down color="info" >}}
{{< /blocks/cover >}}

{{% pageinfo %}}
**NOTE:** Goki is currently undergoing a period of significant development to make it easier to make useful, fast, and beautiful apps and support running apps on mobile. As such, some of the information on this website and in the [Goki GitHub repositories](https://github.com/goki) may be incorrect. Furthermore, there may be breaking changes soon, so starting new apps with this framework is not recommended at this time; if you do, please be ready to adjust to any breaking changes. If you want to accelerate the improvement of Goki, please contribute by following the [Contribution Guidelines](https://goki.dev/docs/general/contributionguidelines/). Development of Gi is currently happening on the [main branch](https://github.com/goki/gi/tree/main). For the latest stable version of Gi, import version 1.3.19 and see the [v1 branch](https://github.com/goki/gi/tree/v1).


{{% /pageinfo %}}


{{% blocks/section color="dark" type="row" %}}
{{% blocks/feature icon="fa-wrench" title="Useful" url="/docs" %}}
A large library of widgets, 3D support, a robust event system, and infinite customizability make it possible to create many useful things, from [fully-featured IDEs](/docs/gide) to [SVG drawing programs](/docs/grid).
Expand Down

0 comments on commit 1b81a65

Please sign in to comment.