Things we will cover
- What “themes” really are
- Changing the look & feel of your site
Lesson 4
CSS
By now, we’ve
made a basic site made some content for it published it to the internets at large learned about templates In this final lesson we’ll talk about how you can change the look of your site.
Modern web pages are styled by something called CSS, or Cascading Style Sheets. We won’t cover the “cascading” aspect here, but we’ll give you a basic crash course in styling your website.
Lesson 4
How Themes Work
Hugo themes As you may have come to understand by now, a theme is nothing more than a collection of layouts and some CSS. It usually gets you a good starting point, and you can tweak and customise step by step, but your finished site often looks nothing like the original theme.
You won’t see any actual CSS code in this particular theme.
This is because Ananke uses a CSS library called Tachyons.