docs/README.adoc

23 lines
792 B
Plaintext
Raw Permalink Normal View History

2021-12-07 15:54:26 +01:00
= Docs
// URLs
:url-antora: https://antora.org
:url-antora-installation: https://docs.antora.org/antora/2.3/install-and-run-quickstart/
:url-asciidoc: https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/
:url-mit: https://opensource.org/licenses/MIT
:url-cc: https://creativecommons.org/licenses/by-sa/4.0
Personal handbook built with {url-antora}[Antora].
The goal is to make myself familiar with {url-asciidoc}[AsciiDoc syntax] and take notes of my *_computer using_* jounrney.
== Build
* {url-antora-installation}[Install Antora]
* Clone this repository
* Generate the html docs:
$ antora site.yml
== License
The code uses {url-mit}[MIT license] while the content on the website is licensed under {url-cc}[Creative Commons Attribution-ShareAlike 4.0 International].