https://github.com/jakejarvis/hugo-uno
Personal Hugo boilerplate with Node, PostCSS, Autoprefixer, Netlify, etc.
https://github.com/jakejarvis/hugo-uno
hugo hugo-boilerplate hugo-starter jamstack netlify
Last synced: about 2 months ago
JSON representation
Personal Hugo boilerplate with Node, PostCSS, Autoprefixer, Netlify, etc.
- Host: GitHub
- URL: https://github.com/jakejarvis/hugo-uno
- Owner: jakejarvis
- License: mit
- Created: 2020-03-26T23:40:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T23:57:21.000Z (almost 6 years ago)
- Last Synced: 2026-05-01T03:22:15.582Z (about 2 months ago)
- Topics: hugo, hugo-boilerplate, hugo-starter, jamstack, netlify
- Language: HTML
- Homepage: https://hugo-uno.netlify.com/
- Size: 110 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hugo Uno
[](https://app.netlify.com/sites/hugo-uno/deploys)
## Features
- [Hugo (extended)](https://github.com/gohugoio/hugo) via NPM
- _Very_ barebones theme (based on [Vimux/blank](https://github.com/Vimux/blank))
- Netlify defaults ([better alias redirects](layouts/index.redirects), [security headers](layouts/index.headers), deploy previews, etc.)
- [SCSS/SASS](assets/sass) → PostCSS & Autoprefixer
- Dozens of embed [shortcodes](layouts/shortcodes)

## Usage
No need to download Hugo yourself! Just run `npm install` from this directory and the correct version for your OS will be fetched.
To start live server: `npm start` and open [http://localhost:1313](http://localhost:1313).
To build static files: `npm run build` and upload `./public`.
## Deploy to Netlify
You can deploy directly to Netlify using this button:
[](https://app.netlify.com/start/deploy?repository=https://github.com/jakejarvis/hugo-uno)
## License
This project is distributed under the [MIT license](LICENSE.md).