Skip to content

Commit

Permalink
improve home.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanBrewer317 committed Oct 21, 2024
1 parent 34efd6f commit f464a18
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
6 changes: 4 additions & 2 deletions arctic_build/__pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
</span></p><p><span>Arctic websites use content-to-HTML compilers that
are easy to extend and can helpfully validate content.
To get a sense of how this works, check out the <a href="/guides/quickstart"><span>quickstart</span></a>!
</span></p><p><span>You could call it static, or you could call it frozen.
Arctic uses caching to avoid re-compiling content that hasn&#39;t changed,
which keeps build times extremely fast.
</span></p><p><span>You could call it static, or you could even call it frozen.
However, Arctic sites integrate well with your high-performance Gleam <a href="https://github.com/Pevensie"><span>backends</span></a>,
or any others! It&#39;s just a way of organizing your client side code,
or any other backend! It&#39;s just a way of organizing your client side code,
which happens to not always require a server side codebase at all.
And if you use a Gleam backend, you can reuse Lustre components across the stack!
</span></p><h3><span>Ecosystem Integration
Expand Down
6 changes: 4 additions & 2 deletions arctic_build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@
</span></p><p><span>Arctic websites use content-to-HTML compilers that
are easy to extend and can helpfully validate content.
To get a sense of how this works, check out the <a href="/guides/quickstart"><span>quickstart</span></a>!
</span></p><p><span>You could call it static, or you could call it frozen.
Arctic uses caching to avoid re-compiling content that hasn&#39;t changed,
which keeps build times extremely fast.
</span></p><p><span>You could call it static, or you could even call it frozen.
However, Arctic sites integrate well with your high-performance Gleam <a href="https://github.com/Pevensie"><span>backends</span></a>,
or any others! It&#39;s just a way of organizing your client side code,
or any other backend! It&#39;s just a way of organizing your client side code,
which happens to not always require a server side codebase at all.
And if you use a Gleam backend, you can reuse Lustre components across the stack!
</span></p><h3><span>Ecosystem Integration
Expand Down
6 changes: 4 additions & 2 deletions content/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ All of this is handled automatically by the framework.
Arctic websites use content-to-HTML compilers that
are easy to extend and can helpfully validate content.
To get a sense of how this works, check out the [quickstart](/guides/quickstart)!
Arctic uses caching to avoid re-compiling content that hasn't changed,
which keeps build times extremely fast.

You could call it static, or you could call it frozen.
You could call it static, or you could even call it frozen.
However, Arctic sites integrate well with your high-performance Gleam [backends](https://github.com/Pevensie),
or any others! It's just a way of organizing your client side code,
or any other backend! It's just a way of organizing your client side code,
which happens to not always require a server side codebase at all.
And if you use a Gleam backend, you can reuse Lustre components across the stack!

Expand Down
6 changes: 4 additions & 2 deletions dist/__pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
</span></p><p><span>Arctic websites use content-to-HTML compilers that
are easy to extend and can helpfully validate content.
To get a sense of how this works, check out the <a href="/guides/quickstart"><span>quickstart</span></a>!
</span></p><p><span>You could call it static, or you could call it frozen.
Arctic uses caching to avoid re-compiling content that hasn&#39;t changed,
which keeps build times extremely fast.
</span></p><p><span>You could call it static, or you could even call it frozen.
However, Arctic sites integrate well with your high-performance Gleam <a href="https://github.com/Pevensie"><span>backends</span></a>,
or any others! It&#39;s just a way of organizing your client side code,
or any other backend! It&#39;s just a way of organizing your client side code,
which happens to not always require a server side codebase at all.
And if you use a Gleam backend, you can reuse Lustre components across the stack!
</span></p><h3><span>Ecosystem Integration
Expand Down
6 changes: 4 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@
</span></p><p><span>Arctic websites use content-to-HTML compilers that
are easy to extend and can helpfully validate content.
To get a sense of how this works, check out the <a href="/guides/quickstart"><span>quickstart</span></a>!
</span></p><p><span>You could call it static, or you could call it frozen.
Arctic uses caching to avoid re-compiling content that hasn&#39;t changed,
which keeps build times extremely fast.
</span></p><p><span>You could call it static, or you could even call it frozen.
However, Arctic sites integrate well with your high-performance Gleam <a href="https://github.com/Pevensie"><span>backends</span></a>,
or any others! It&#39;s just a way of organizing your client side code,
or any other backend! It&#39;s just a way of organizing your client side code,
which happens to not always require a server side codebase at all.
And if you use a Gleam backend, you can reuse Lustre components across the stack!
</span></p><h3><span>Ecosystem Integration
Expand Down

0 comments on commit f464a18

Please sign in to comment.