docs/README.adoc

23 lines
737 B
Text
Raw Normal View History

2021-12-07 15:54:26 +01:00
= Docs
2024-07-01 19:00:00 +02:00
:hide-uri-scheme:
2021-12-07 15:54:26 +01:00
:url-antora: https://antora.org
:url-asciidoc: https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/
2024-07-01 19:00:00 +02:00
This is my 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_* journey.
You can check it out at https://docs.folliehiyuki.com.
2021-12-07 15:54:26 +01:00
== Build
2024-07-01 19:00:00 +02:00
[source,bash]
----
$ yarn install
$ yarn run build:site
----
2021-12-07 15:54:26 +01:00
2024-07-09 19:00:00 +02:00
== TODO
2021-12-07 15:54:26 +01:00
== License
2024-07-01 19:00:00 +02:00
The UI code and other configuration are under https://opensource.org/licenses/mpl-2-0[MPL-2.0 license] while the content on the website is licensed under https://creativecommons.org/licenses/by-sa/4.0[Creative Commons Attribution-ShareAlike 4.0 International].