Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Oct 20, 2024
2 parents 262efc2 + 1a08b30 commit fc602b7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ I'm welcoming help to iterate on APIs to get Moss to 1.0 and beyond.
See the [Github issues](https://github.com/ryanatkn/moss).

I've been growing Moss slowly over 5+ years
to support [Zzz](https://zzz.ryanatkn.com/) and [my other projects](http://www.ryanatkn.com/)
to support [Zzz](https://www.zzzbot.dev/) and [my other projects](http://www.ryanatkn.com/)
that focus on end users, with regular breaking changes and experimental patterns.

## Developers
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<a href="https://github.com/ryanatkn/moss">code</a> for your own purposes.
</p>
<p>
Moss is being made to support <a href="https://zzz.ryanatkn.com/">Zzz</a> and
Moss is being made to support <a href="https://www.zzzbot.dev/">Zzz</a> and
<a href="https://www.ryanatkn.com/">my other projects</a>
that focus on end-users. It's grown slowly over 5 years, adding new features when I feel they're
sufficiently generalizable or merit experimentation, and my goal for 2024 is to fill out its
Expand Down
4 changes: 2 additions & 2 deletions src/routes/Introduction.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
and
<a href="https://github.com/ryanatkn/moss/blob/main/src/lib/theme.css">a theme stylesheet</a>, and
it also
<a href="https://moss.ryanatkn.com/about">exports</a> the underlying CSS partials, types, helpers,
and data for more complex usage.
<a href="https://moss.ryanatkn.com/about">exports</a> the underlying CSS data, types, and helpers for
more complex usage.
</p>
<Unfinished_Implementation_Warning>
Moss is in early alpha and will have many breaking changes to get to 1.0. Help is welcome, see
Expand Down
2 changes: 1 addition & 1 deletion src/routes/library/introduction/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</li>
</ul>
<p>
Moss is being made to support <a href="https://zzz.ryanatkn.com/">Zzz</a> and
Moss is being made to support <a href="https://www.zzzbot.dev/">Zzz</a> and
<a href="https://www.ryanatkn.com/">my other projects</a> that focus on end-users, so it'll grow
relatively slowly as I encounter more usecases. It's hobby-ready but expect a lot of breaking changes.
Feel free to take the code and ideas for your own purposes.
Expand Down

0 comments on commit fc602b7

Please sign in to comment.