diff --git a/CHANGELOG.md b/CHANGELOG.md index 6839cad..ab3ff04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 0.8.0.0 (Unreleased) -This releases brings a significant rewrite of Ema. If you choose to upgrade your apps from 0.6, see https://ema.srid.ca/guide/upgrade for guidance. +This releases brings a significant rewrite of Ema. If you choose to upgrade your apps from 0.6, see https://ema.srid.ca/howto/upgrade for guidance. - GHC 9.0 support - Better handling of URL anchors (#83; #87) diff --git a/docs/index.md b/docs/index.md index 0d296ab..497c481 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,7 +13,7 @@ page: [Ema](https://github.com/srid/ema) is a next-gen [**Haskell**](https://www.srid.ca/haskell) library for building [jamstack-style](https://jamstack.org/) static sites. An Ema site is *change-aware*; in addition to good ol' static site generation, Ema provides a live server supporting **fast hot-reload** in the browser, on code *or* data change. {.text-gray-600} -The ultimate goal of ema is to facilitate creating with ease your own [neuron](https://neuron.zettel.page/), or just about any app that creates a browser view of arbitrarily changing data (on disk, database, or whatever). Ema is designed to facilitate creation of apps whose data is normally *edited* via traditional mechanisms (eg: text editor) but *rendered* as a delightful web page - so as to provide an economical read-only view of your data on desktop & mobile. A classic static site just happens one of the kind of such apps. +The ultimate goal of ema is to facilitate creating with ease your own [neuron](https://neuron.zettel.page/),[^emanote] or just about any app that creates a browser view of arbitrarily changing data (on disk, database, or whatever). Ema is designed to facilitate creation of apps whose data is normally *edited* via traditional mechanisms (eg: text editor) but *rendered* as a delightful web page - so as to provide an economical read-only view of your data on desktop & mobile. A classic static site is just one type of such [*kind*]{title="See what we did there?"} of apps. :::{.my-8} * [[start]] @@ -27,4 +27,6 @@ The ultimate goal of ema is to facilitate creating with ease your own [neuron](h
Your browser doesn't support HTML5 video. Here is a link to the video instead.
-::: \ No newline at end of file +::: + +[^emanote]: This ultimate goal was already realized in regards to neuron; see [Emanote](https://emanote.srid.ca/), which is built on top of Ema. \ No newline at end of file diff --git a/docs/start/tutorial.md b/docs/start/tutorial.md index fe61ac5..3e40d7d 100644 --- a/docs/start/tutorial.md +++ b/docs/start/tutorial.md @@ -1,9 +1,11 @@ # Tutorial -Make sure that you have have followed [[start|the previous section]] in order to have the [template repo](https://github.com/srid/ema-template) checked out and running locally. Here, **our goal** is to replace the source code of the template repo and write a basic site from scratch. +We assume that you have followed [[start|the previous section]] to have the [template repo](https://github.com/srid/ema-template) checked out and running locally. Here, **our goal** is to replace the source of that template repo and write a basic site from scratch. ## Hello World +We will start with "hello world" Ema app. + 1. Follow the template repo's [README](https://github.com/srid/ema-template#getting-started) and have it open in Visual Studio Code while running the dev server. Your website should be viewable at