Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zwbetz-gh/make-a-hugo-blog-from-scratch
Take a wild guess
https://github.com/zwbetz-gh/make-a-hugo-blog-from-scratch
blog bootstrap css feather html hugo javascript
Last synced: 3 months ago
JSON representation
Take a wild guess
- Host: GitHub
- URL: https://github.com/zwbetz-gh/make-a-hugo-blog-from-scratch
- Owner: zwbetz-gh
- License: mit
- Created: 2019-01-06T04:15:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-24T03:06:29.000Z (over 3 years ago)
- Last Synced: 2024-06-28T01:48:40.199Z (5 months ago)
- Topics: blog, bootstrap, css, feather, html, hugo, javascript
- Language: HTML
- Homepage: https://zwbetz.com/make-a-hugo-blog-from-scratch/
- Size: 60.5 KB
- Stars: 46
- Watchers: 7
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Make a Hugo blog from scratch
[![Netlify Status](https://api.netlify.com/api/v1/badges/53882522-ddef-46ec-b8b0-d1a2e4b8af5b/deploy-status)](https://app.netlify.com/sites/make-a-hugo-blog-from-scratch/deploys)
**Tutorial:** https://zwbetz.com/make-a-hugo-blog-from-scratch/
**Demo:** https://make-a-hugo-blog-from-scratch.netlify.com/
**Forum thread:** https://discourse.gohugo.io/t/make-a-hugo-blog-from-scratch/16375
## Run it locally
1. [Install Hugo](https://gohugo.io/getting-started/installing/)
1. Open a command line and run:
1. `git clone https://github.com/zwbetz-gh/make-a-hugo-blog-from-scratch.git`
1. `cd make-a-hugo-blog-from-scratch`
1. `hugo server`
1. Navigate to `http://localhost:1313/` in your browser