From 190f277c50ab0d76636f2e342de2ba3171f7b425 Mon Sep 17 00:00:00 2001 From: Peter Kirschner Date: Mon, 20 May 2024 11:48:37 +0200 Subject: [PATCH] improve doc (#10) * improve doc * improve doc --- README.md | 2 ++ _doc/README.md | 7 +++++++ _doc/_config.yml | 6 ++++++ _doc/index.md | 3 +++ 4 files changed, 18 insertions(+) create mode 100644 _doc/README.md diff --git a/README.md b/README.md index 7402357..b9eb44d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # example for Eclipse RCP applications +{{ page.date| date: "%m-%d-%Y" }} + ## build pipelines | github action | output | diff --git a/_doc/README.md b/_doc/README.md new file mode 100644 index 0000000..2f01bd1 --- /dev/null +++ b/_doc/README.md @@ -0,0 +1,7 @@ +# hosting this folder for local development + +```bash +# https://help.github.com/articles/creating-an-access-token-for-command-line-use/ +export JEKYLL_GITHUB_TOKEN= +jeykll serve +``` \ No newline at end of file diff --git a/_doc/_config.yml b/_doc/_config.yml index dad37c4..7f12a13 100644 --- a/_doc/_config.yml +++ b/_doc/_config.yml @@ -1,6 +1,12 @@ +plugins: + - jekyll-github-metadata + - jekyll-seo-tag + - jekyll-sitemap markdown: kramdown github: [metadata] +repository: klibio/example.pde.rcp + defaults: - scope: diff --git a/_doc/index.md b/_doc/index.md index 0a4c157..6d0a280 100644 --- a/_doc/index.md +++ b/_doc/index.md @@ -1,3 +1,6 @@ # example.pde.rcp more doc to be added here + +last edit: {{ 'now' | date: "%Y%m%d-%H%M%S" }}
+git-commit-id:{{ site.github.build_revision }} \ No newline at end of file