Skip to content

Commit

Permalink
docs: Add waku v0.8.0 blog (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeine-addictt authored Jan 19, 2025
2 parents 07185fb + aee81f5 commit f505930
Show file tree
Hide file tree
Showing 10 changed files with 323 additions and 258 deletions.
5 changes: 0 additions & 5 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
template/CITATION.cff
dist/*


www/
!www/mkdocs.yml
!www/docs/static/schema.json

template/
!template/template.json

Expand Down
2 changes: 1 addition & 1 deletion www/docs/blog/posts/2024-10-08-waku-v0.6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors:

Some very exciting changes have been made to Waku.

- **new**: Waku now supports [`YAML`](yaml) for configuration.
- **new**: Waku now supports [`YAML`](../../configuration/introduction.md) for configuration.
- **new**: We also now support multiple default configuration filenames.
See the full list [here](../../configuration/introduction.md#filenames).

Expand Down
3 changes: 2 additions & 1 deletion www/docs/blog/posts/2024-10-12-waku-v0.7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ authors:

Some very exciting changes have been made to Waku.

- **new**: Waku's official template now uses [`YAML`](yaml) for configuration.
- **new**: Waku's official template now uses [`YAML`](../../configuration/introduction.md)
for configuration.
- **changed**: The `--repo` flag has been deprecated in favor of the `--source` flag
for the `waku new` command.

Expand Down
69 changes: 69 additions & 0 deletions www/docs/blog/posts/2025-01-19-waku-v0.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
---
date: 2025-01-19
slug: waku-v0.8
categories:
- announcements
authors:
- alex
---

# Announcing Waku v0.8

Happy new year! :partying_face:

We're thrilled to kick off 2025 with the release of **Waku v0.8**,
featuring exciting updates, improvements, and a sneak peek at what's coming next.
Let's dive in!

## What's New in Waku v0.8

- **new**: Waku now includes loading spinners, making your experience more engaging.
- **changed**: Waku will not be available on Chocolatey, please use [scoop][scoop]
to install Waku on Windows. It's simple, efficient, and we’re confident
you’ll love it.

As usual, bug fixes, dependency updates, housekeeping, and documentation updates
are included in this release as well.

## What's Next

We’re already hard at work on **Waku v0.9**, which will bring:

- An overhaul of the current default Waku style.
- A variety of **new styles** tailored for different flavors and needs:
- Minimal, OSS-focused, or full-featured.
- Language or category-specific styles like `waku-minimal` or `go-oss`.
- Git provider-specific styles, e.g., `waku-github` or `go-gitlab`.

Have a style idea? We’d love to hear it!
You can [make a PR][new-pr] or [leave a suggestion][suggestion-pr].

## Other news

Waku has a Discord server. [Join us!][discord]

## Download

You can [install][install] or upgrade Waku with your favorite package manager,
or see the full release notes [here][release-notes].

## How You Can Help

Waku thrives because of its amazing community! Here’s how you can contribute:

- Report bugs and issues.
- Contribute new features, bug fixes, or documentation improvements.
- [Sponsor the project][sponsor] to support its ongoing development.

---

Thank you for being a part of the Waku journey.
Here’s to many more exciting updates and collaborations in 2025! :rocket:

[sponsor]: https://github.com/sponsors/caffeine-addictt
[install]: ../../install.md
[release-notes]: https://github.com/caffeine-addictt/waku/releases/tag/v0.8.0
[discord]: https://discord.gg/NcRFkVTcaw
[scoop]: ../../install.md#scoop
[suggestion-pr]: https://github.com/caffeine-addictt/waku/issues/144
[new-pr]: https://github.com/caffeine-addictt/waku/compare
4 changes: 2 additions & 2 deletions www/docs/configuration/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Here is a quick overview of how to get started with Waku templates.
For demonstration purposes,
let's create a new template containing 1 style called `My Style`.

1. Create the style directory
1. Create the style directory

Create a new subdirectory called `my-style`.
The files you create in this directory
will be copied and formatted over when `waku new` is ran.

1. Create a waku `config` file
1. Create a waku `config` file

=== "Yaml"

Expand Down
10 changes: 5 additions & 5 deletions www/docs/configuration/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
You can use them in your styles by having `{{{ .Key }}}`
in your files.

| Key | Description |
| --- | ------------------------------------------------ |
| `.Name` | the project name |
| `.License` | the project license text (i.e. MIT License) |
| `.Spdx` | the project license SPDX identifier (i.e. MIT) |
| Key | Description |
| ---------- | ---------------------------------------------- |
| `.Name` | the project name |
| `.License` | the project license text (i.e. MIT License) |
| `.Spdx` | the project license SPDX identifier (i.e. MIT) |
2 changes: 1 addition & 1 deletion www/docs/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ please update your code accordingly.
This flag was deprecated in favor of the `--source` flag which works
like `--repo` but it also accepts local directory paths. Switching
to `--source` is __NOT BREAKING__.
to `--source` is **NOT BREAKING**.

## Removed in v0

Expand Down
14 changes: 7 additions & 7 deletions www/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ Requires Go `1.23+`.

All artifacts are checksummed, and the checksum file is signed with [cosign][].

1. Download the files you want, and the `checksums.txt`, `checksums.txt.pem`
and `checksums.txt.sig` files from the [releases][] page.
1. Download the files you want, and the `checksums.txt`, `checksums.txt.pem`
and `checksums.txt.sig` files from the [releases][] page.

```sh
curl -O 'https://github.com/caffeine-addictt/waku/releases/download/v0.8.0/checksums.txt'
```
```sh
curl -O 'https://github.com/caffeine-addictt/waku/releases/download/v0.8.0/checksums.txt'
```

1. Verify checksums signature:
1. Verify checksums signature:

```bash
cosign verify-blob \
Expand All @@ -105,7 +105,7 @@ and `checksums.txt.sig` files from the [releases][] page.
./checksums.txt
```

1. Verify the SHA256 checksums:
1. Verify the SHA256 checksums:

```bash
sha256sum --ignore-missing -c checksums.txt
Expand Down
Loading

0 comments on commit f505930

Please sign in to comment.