From 9661f6264e52649472aad37b6578eb0eb26213ab Mon Sep 17 00:00:00 2001 From: Carlo Piovesan Date: Sun, 5 Sep 2021 20:48:42 +0200 Subject: [PATCH] Add about --- README.md | 3 --- about.md | 9 +++++++++ 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 about.md diff --git a/README.md b/README.md index 5409974..a8608fc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,4 @@ --- -# Feel free to add content and custom Front Matter to this file. -# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults - #layout: home title: CheerpJ - Convert Java to WebAssembly and JavaScript permalink: / diff --git a/about.md b/about.md new file mode 100644 index 0000000..f3e81af --- /dev/null +++ b/about.md @@ -0,0 +1,9 @@ +--- +layout: page +title: About +--- + +This is the place where you will find documentations and tutorials for CheerpJ. + +Should some information be missing, incorrect or partial, either get in contact through Gitter / GitHub issues or directly propose a fix. +Following the pencil-shaped links should lead to the markdown version of the relative page, and you are encouraged to file a PR to propose improvments.