Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] Eclipse Che Blog repository

Hello,

FYI you can now write blog posts articles for Eclipse Che Blog [1] using AsciiDoc [2] rather than Markdown only. Use .adoc file extension.
Eclipse Che documentation attributes are available [3] . For example {prod-short}

For writers, a devfile v2 [4] is in the repository. Use any DevWorkspaces enabled Che instance to open the repository using https://che-instance#https://github.com/eclipse-che/blog
note: it doesn't work with current workspaces.openshift.com 
There is a workspace command start-jekyll-server starting a jekyll server and then opening a tab to get a live preview. DevWorkspaces have AsciiDoc [5] and Vale [6] VS Code extensions.
In Problems view, all language recommendations/warnings/errors are listed.

For reviewers, when reviewing pull requests, a live preview is there using surge.sh (click on surge/details link) and vale annotations are displayed in the Files section of the GitHub pull request


[1] https://che.eclipseprojects.io/ 
[2] https://asciidoctor.org/docs/asciidoc-writers-guide/
[3] https://github.com/eclipse-che/blog/blob/main/_config.yml#L36-L121
[4] https://github.com/eclipse-che/blog/blob/main/devfile.yaml
[5] https://marketplace.visualstudio.com/items?itemName=asciidoctor.asciidoctor-vscode


Back to the top