update homepage to include less nonsense

This commit is contained in:
Ryan Haskell-Glatz 2021-02-21 16:16:32 -06:00
parent 1a0da8baba
commit fc7b86c71d
9 changed files with 17 additions and 15 deletions

View File

@ -1 +1,7 @@
# Guides
# Guides
Ready to get started with __elm-spa__? Me too!
...
Unfortunately, I haven't uploaded any guides yet...

View File

@ -1 +0,0 @@
# Getting started

View File

@ -1,3 +0,0 @@
# Local storage
TODO

View File

@ -0,0 +1,3 @@
# Environment variables
TODO

View File

@ -33,19 +33,16 @@ view =
, description = "single page apps made easy"
}
, UI.markdown { withHeaderLinks = False } """
## Build reliable applications.
## A work in progress!
I need to verify that the line height for paragraphs is reasonable, because if it isn't then I'll need to tweak it a bit until it's actually readable.
Only the most readable lines should be included in the __official__ [guide](/docs), ya dig?
This next release of elm-spa isn't _quite_ ready yet. It's currently available in `beta`, and can be installed via __npm__:
Bippity boppity, my guy.
```
npm install -g elm-spa@beta
```
---
---
## Effortless routing.
Use `elm-spa` to automatically wire up routes and pages.
For now, feel free to [read the docs](/docs), see the [incomplete guides](/guides), or check the bulleted list of [example projects](/examples)
that aren't available yet.
"""
]
}