Skip to Content
Non-starter

Add Some Style

Create a base layout template

<!DOCTYPE html>
<html lang="en">

<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<meta name="generator" content="Eleventy v3.1.2">
</head>

<body>
</body>

</html>
_includes/layouts/base.liquid

Style your site with CSS

Apply the base layout to your home page

Previous
Create a Home Page
  1. Tutorial
  2. Create a Home Page
  3. Add Some Style