Restored /about/ page, made minor revisions of /about/ page.

This commit is contained in:
Wen Kokke 2018-06-20 13:27:19 +02:00
parent 166c28f8c1
commit 1a6314a155
2 changed files with 11 additions and 21 deletions

View file

@ -17,7 +17,7 @@ material in a different way; see the [Preface](Preface).
## How to host literate code ## How to host literate code
In directory `sf/` run the following: In directory `plta/` run the following:
$ make clobber (remove all files before rebuilding system) $ make clobber (remove all files before rebuilding system)
$ make macos-setup (might need sudo, but try it without first) $ make macos-setup (might need sudo, but try it without first)
@ -30,12 +30,6 @@ The visible page appears at
localhost:4000/sf/<permalink> localhost:4000/sf/<permalink>
<!--
$ make clobber
$ make
$ make serve &
-->
## Unicode abbreviations ## Unicode abbreviations
@ -46,29 +40,25 @@ The visible page appears at
x\_1 x₁ x\_1 x₁
x\_i xᵢ x\_i xᵢ
Also see [here]( See [agda-input.el](https://github.com/agda/agda/blob/master/src/data/emacs-mode/agda-input.el#L194) for more details.
https://github.com/agda/agda/blob/master/src/data/emacs-mode/agda-input.el#L194
).
## Bindings for Agda mode ## How to use `agda-mode`
? create hole ? create hole
{!...!} create hole {!...!} create hole
C-c C-l reload C-c C-l load buffer
C-c C-c x split on variable x C-c C-c x split on variable x
C-c C-space fill in hole C-c C-space fill in hole
Also see [here]( See [the emacs-mode docs]( http://agda.readthedocs.io/en/latest/tools/emacs-mode.html) for more details.
http://agda.readthedocs.io/en/latest/tools/emacs-mode.html
).
## Markdown ## Markdown
For markdown commands see [Daring Fireball]( For an overview of the Markdown syntax, see [the original description](
https://daringfireball.net/projects/markdown/syntax https://daringfireball.net/projects/markdown/syntax
), [CommonMark]( ), [the CommonMark project](
http://spec.commonmark.org/0.28/ http://spec.commonmark.org/0.28/
), or [Kramdown]( ), or [the version that is used in this book](
https://kramdown.gettalong.org/syntax.html https://kramdown.gettalong.org/syntax.html
). ).

View file

@ -15,7 +15,7 @@
<div class="trigger"> <div class="trigger">
<a class="page-link" href="{{ "/" | relative_url }}">Table of Contents</a> <a class="page-link" href="{{ "/" | relative_url }}">Table of Contents</a>
<a class="page-link" href="{{ "/Acknowledgements" | relative_url }}">About</a> <a class="page-link" href="{{ "/about/" | relative_url }}">About</a>
</div> </div>
</nav> </nav>