Skip to content

Commit

Permalink
docs: update goals on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfraney committed Jan 1, 2025
1 parent bec98ba commit 2da1436
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ While using Blurry doesn't guarantee good page speed, it does solve a number of

Blurry seeks to use sensible defaults so you can spend less time configuring and more time writing.

A viable Blurry configuration file ([`blurry.toml`](./../configuration/blurry.toml.md)) can be as simple as:
A viable [Blurry configuration file](./configuration/blurry.toml.md) can be as simple as:

```toml
[blurry]
Expand All @@ -74,10 +74,13 @@ domain = "johnfraney.ca"

<article>

### 🧹 Semantic HTML
### 🧩 Exensibility

Where applicable, Blurry tries to use semantic HTML elements like `<aside>` over more generic elements like `<div>`.
Using semantic HTML elements also facilities classless CSS styling, which can be useful when styling some Markdown-generated HTML elements, and it can be [good for accessibility](https://developer.mozilla.org/en-US/docs/Learn/Accessibility/HTML), too.
Blurry supports [plugins](./plugins/intro.md) to make it easy to add functionality for:

- [Markdown customization](./plugins/write-a-markdown-plugin.md)
- Jinja [filters](./plugins/write-a-jinja-filter-plugin.md) & [extensions](./plugins/write-a-jinja-extension-plugin.md)
- [HTML post-processing](./plugins/write-an-html-plugin.md)

</article>

Expand Down

0 comments on commit 2da1436

Please sign in to comment.