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.
Best Recipe Ever!
There is a “secret” module in the UHM DESCARTES Modules repository called “Best Recipe Ever”. It is unpublished by default. In this part of the module, you are going to edit this module to create a simple module that teaches everyone how to cook (what you consider to be) the best recipe ever!
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:
control-c
(to stop the running process)control-p
(to redisplay the last command).return
(to re-run the last command (bundle exec jekyll serve
))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:
Sit back and relax
Let the instructor give you a guided tour of the Best Recipe Ever module.
Bio Break!
Let’s take a brief break to stretch before moving on to the next page. See you in a few minutes.