4. Module Development, Part 1

If you’ve gotten this far, you should now have your own personal version of the UHM DESCARTES module site running in your own browser.

In this section, you’ll start to learn how to add content to build your own module.

Publish the Best Recipe Ever module

Open the morea directory in your browser-based VS Code editor, then open the file named “module-best-recipe-ever.md”. You should see something like the following displayed in your browser:

Line 2 of this file contains published: false. That’s why this module is secret. Edit this line to be published: true, then type command-S to save the file.

Now, do the following:

If all goes well, you’ve restarted Jekyll and the last line in the Terminal window is “Server running… press control-c to stop”.

Switch to your browser tab displaying the site, click on the “Modules” link, and you should now see the Best Recipe Ever module:

Click this link to see the contents:

Code walkthrough