You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -8,6 +8,17 @@ The [Hugo](https://gohugo.io/) boilerplate we use for our projects.
8
8
9
9
**Disclaimer** - This boilerplate has been heavily integrated with [Netlify](https://www.netlify.com/), and therefore many features are specific to the Netlify platform and may not work with other hosting providers.
10
10
11
+
## Features
12
+
13
+
Atlas provides the following features out of the box:
14
+
15
+
* A set of [Gulp](/gulpfile.babel.js) tasks for SASS, Linting, ES2015, Image compression
16
+
* Environment driven `robots.txt` file (disallows robots on everything other than production)
17
+
* Base HTML templates with easy customisation/extension
18
+
*[Configuration](/netlify.toml) for Netlify deployments
19
+
*[Better defaults](#security-headers) for configuring HTTPS
20
+
*[Better redirects](#redirects) with Netlify instead of `<meta http-equiv="refresh">`
21
+
11
22
## Getting Started
12
23
13
24
To get started, you can either clone the repository, or deploy straight to [Netlify](#deploy-to-netlify). Then run the following from the project root:
0 commit comments