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.