Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T23:57:21.000Z (over 4 years ago)
- Last Synced: 2024-12-09T01:37:24.653Z (about 1 month ago)
- Topics: hugo, hugo-boilerplate, hugo-starter, jamstack, netlify
- Language: HTML
- Homepage: https://hugo-uno.netlify.com/
- Size: 110 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hugo Uno
[![Netlify Status](https://api.netlify.com/api/v1/badges/0e14eafe-8a66-4816-97b2-3db19fc1048c/deploy-status)](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:
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/jakejarvis/hugo-uno)
## License
This project is distributed under the [MIT license](LICENSE.md).