Things we will cover
- Publishing your site
- Embedding external content
Lesson 3
Netlify
Publishing our site We’ve done some hard work over the last 2 days, now it’s time to show it to the rest of the world.
Publish a page Before we try to publish anything, we need to tell Hugo that at least some of our content is supposed to show to the wider public. This is managed via the front matter. In each of your content files you’ll see a line that says draft: true.
Lesson 3
Templating & Variables
Now that we have our basic site up and running, let’s look at how we can really make this site our own.
This is delving into slightly more advanced territory, but everything we’ll do is incremental, and if you make a mistake, you can always use Git to revert your changes.
Layouts & templates The final output of your website is primarily 2 things, HTML, which we covered in our previous lesson, and CSS, which we’ll cover in our next lesson.