jmargeta / blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doks

Hyas

Modern Hugo starter

Hyas is a Hugo starter helping you build modern websites that are secure, fast, and SEO-ready — by default.

GitHub GitHub release (latest SemVer including pre-releases) GitHub Workflow Status (branch) Netlify

Hyas — Modern Hugo Starter

Demo

Quick start

Get your Hyas site in 1 min.

Deploy to Netlify

Why Hyas?

Six reasons why you should use Hyas:

  1. Security aware. Get A+ scores on Mozilla Observatory out of the box. Easily change the default Security Headers to suit your needs.

  2. Fast by default. Get 100 scores on Google Lighthouse by default. Hyas removes unused css, prefetches links, and lazy loads images.

  3. SEO-ready. Use sensible defaults for structured data, open graph, and Twitter cards. Or easily change the SEO settings to your liking.

  4. Development tools. Code with confidence. Check styles, scripts, and markdown for errors and fix automatically or manually.

  5. Bootstrap framework. Build robust, flexible, and intuitive websites with Bootstrap. Or use any other front-end framework if you prefer.

  6. Netlify-ready. Deploy to Netlify with sensible defaults. Easily use Netlify Functions, Netlify Redirects, and Netlify Headers.

Requirements

Hyas uses npm to install dependencies and run commands. Installing npm is pretty simple. Download and install Node.js (it includes npm) for your platform.

Get started

Start a new Hyas project in three steps:

1. Create a new site

git clone https://github.com/h-enk/hyas.git my-hyas-site && cd my-hyas-site

2. Install dependencies

npm install

3. Start development server

npm run start

Other commands

Hyas comes with commands for common tasks.

Documentation

Communities

About

License:MIT License


Languages

Language:HTML 63.9%Language:SCSS 31.8%Language:JavaScript 4.2%