Skip to content

Commit 1b81a65

Browse files
committed
merged
1 parent d0915b0 commit 1b81a65

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

.github/workflows/hugo.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
with:
4343
go-version: '1.21.3'
4444

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

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

5151
- name: Install Hugo CLI
5252
run: |

content/en/_index.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ repo = 'https://github.com/goki/goki'
44
packages = ['goki.dev']
55
+++
66

7+
8+
{{% pageinfo %}}
9+
# IMPORTANT:
10+
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.
11+
12+
{{% /pageinfo %}}
13+
14+
715
{{< blocks/cover title="Insert the Ki to Accelerate Your Go Experience" image_anchor="top" height="80%" >}}
816
<a class="btn btn-lg btn-primary me-3 mb-4" href="/demo">
917
Run Demo <i class="fas fa-play ms-2 "></i>
@@ -15,13 +23,6 @@ packages = ['goki.dev']
1523
{{< blocks/link-down color="info" >}}
1624
{{< /blocks/cover >}}
1725

18-
{{% pageinfo %}}
19-
**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).
20-
21-
22-
{{% /pageinfo %}}
23-
24-
2526
{{% blocks/section color="dark" type="row" %}}
2627
{{% blocks/feature icon="fa-wrench" title="Useful" url="/docs" %}}
2728
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).

0 commit comments

Comments
 (0)