Lépine Kong
The purpose of this article is to show how to easily build a Github page with the ReAdABLE Human Format.
Tips: for spell checking I also use Spell Checker extension
Tips: for quick image upload, I’m using https://imgur.com/upload which supports pasting image directly in the browser.
The homepage url of my homepage is http://lepinekong.github.io/.
The first time you visit it, you’ll get a 404 error page:
You must first create a repository by clicking on the “+” icon near your user icon on the top right.
You can check that your homepage in my case at http://lepinekong.github.io/ doesn’t show 404 error any more.
Click on settings
You can set a theme for your site by clicking on button “Choose a theme”
by choosing one theme among those available:
You can check your homepage once more in my case at http://lepinekong.github.io/ you should see your new homepage updated:
Next let’s write the content in ReAdABLE Human Format.
Go to https://gist.github.com/lepinekong/b59fa3e8d386dea1ebaa1a096488c542
Click on .ReAdABLE.HumanFormat.deploy.ps1 “Raw” button on the right side
Select with Ctrl+A then copy with Ctrl+C.
You should see:
You can rename the folder to doc if preferred, it is shorter and gets a nice icon under Visual Studio Code.
You can write your own article by modifying the content of the template (if needed by deleting or adding new paragraphs).
Beware: Paragraphs labels can be almost any Red variable name (no space allowed) but they should be different (for example P1, P2,… or Goal-of-this-article, Pre-requisites,…) so P, P,… will not work well when converting to Markdown.
Within paragraph you can use markdown formatting including block code and inline image (see example with paragraph 16 below “Convert to markdown”)
If your title is empty string you’ll see ### (in next version, we’ll put an alert)
Program should run in Terminal window below the article window:
On Github homepage click on the pen icon to edit
You can then paste the new markdown and click commit
In this tutorial, you have learned how to:
You can find the source of this tutorial here:
https://gist.github.com/lepinekong/5bd769f5efe85499471eae26f7d6e720