Intro to Website Creation using Notenik ↑
2. Add content to your website
Start by reading the corresponding HTML for people chapter.
Notenik allows you to preview your content right within the app, by viewing the Display tab, so we won’t be running our build script, and regenerating our index.html file, until we are done adding all of the new content for this chapter.
Contents
- 2.1. Add a heading
- 2.2. Linking to other websites
- 2.3. Lists of things
- 2.4. Add images to your website
- 2.5. Add comments to your code
- 2.6. Review the merge template
- 2.7. Review the script file
- 2.8. Run the Notenik build script
- 2.9. Preview your website
- 2.12. Review the index.html file
- 2.13. Update your live website
Next: 2.1. Add a heading