RexOps / rexify-website

Website content and code for rexify.org
https://www.rexify.org
14 stars 31 forks source link

Migrate guides to Statocles #77

Closed ferki closed 5 years ago

ferki commented 5 years ago

The page itself was generated via a "dumb" bash loop on the CLI, wihch extracted title and description from *.meta.json files, did some search and replace on them, and then echoed it into the collection page in the right format. Also, some handcrafted edits were made afterwards to clean up the first approximation.

The cheat sheet page was handled in a way similar to FAQ: just concatenate the "subcontents", do some on-the-fly text processing with piping it around, and then write it into the main file.

Once those were done, I went on to fix some miscellaneous stuff, like image links, getting started page layout, and the link to it from the landing page.

ehuelsmann commented 5 years ago

And it's published too.