Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blkdevcon/hyas
https://github.com/blkdevcon/hyas
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blkdevcon/hyas
- Owner: blkdevcon
- License: mit
- Created: 2022-03-28T12:56:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T18:10:49.000Z (over 1 year ago)
- Last Synced: 2024-06-17T18:03:11.211Z (5 months ago)
- Language: HTML
- Size: 6.99 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-starz - blkdevcon/hyas - (HTML)
README
Hyas
Modern Hugo starter
Hyas is a Hugo starter helping you build modern websites that are secure, fast, and SEO-ready — by default.![Hyas — Modern Hugo Starter](https://raw.githubusercontent.com/h-enk/hyas/master/images/tn.png)
## Demo
- [hyas.netlify.app](https://hyas.netlify.app/)
## Quick start
Get your Hyas site in 1 min.
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/h-enk/hyas)
## Why Hyas?
Six reasons why you should use Hyas:
1. __Security aware__. Get A+ scores on [Mozilla Observatory](https://observatory.mozilla.org/analyze/hyas.netlify.app) out of the box. Easily change the default Security Headers to suit your needs.
2. __Fast by default__. Get 100 scores on [Google Lighthouse](https://googlechrome.github.io/lighthouse/viewer/?gist=73a46ae67cbe2f70318635b09a548ff0) 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
- [Git](https://git-scm.com/): latest source release
- [Node.js](https://nodejs.org/) (includes npm): latest LTS version or newerHyas uses npm to centralize dependency management, making it easy to update resources, build tooling, plugins, and build scripts.
## Get started
Start a new Hyas project in three steps:
### 1. Create a new site
```bash
git clone https://github.com/h-enk/hyas.git my-hyas-site && cd my-hyas-site
```### 2. Install dependencies
```bash
npm install
```### 3. Start development server
```bash
npm run start
```## Other commands
Hyas comes with [commands](https://gethyas.com/docs/prologue/commands/) for common tasks.
## Documentation
- [Netlify](https://docs.netlify.com/)
- [Hugo](https://gohugo.io/documentation/)
- [Hyas](https://gethyas.com/)## Communities
- [Netlify Community](https://community.netlify.com/)
- [Hugo Forums](https://discourse.gohugo.io/)
- [Hyas Discussions](https://github.com/h-enk/hyas/discussions)## Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website.
[![OC sponsor 0](https://opencollective.com/hyas/tiers/sponsor/0/avatar.svg)](https://opencollective.com/hyas/tiers/sponsor/0/website)
[![OC sponsor 1](https://opencollective.com/hyas/tiers/sponsor/1/avatar.svg)](https://opencollective.com/hyas/tiers/sponsor/1/website)## Backers
Support this project by becoming a backer. Your avatar will show up here.
[![Backers](https://opencollective.com/hyas/tiers/backer.svg)](https://opencollective.com/hyas)