Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bolajiayodeji/hugo101
Getting started with Hugo and Deploy to Netlify :zap:
https://github.com/bolajiayodeji/hugo101
hugo hugo-blog hugo-site netlify
Last synced: 4 months ago
JSON representation
Getting started with Hugo and Deploy to Netlify :zap:
- Host: GitHub
- URL: https://github.com/bolajiayodeji/hugo101
- Owner: BolajiAyodeji
- Created: 2019-03-18T05:53:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T19:06:15.000Z (almost 4 years ago)
- Last Synced: 2024-05-02T01:48:38.713Z (9 months ago)
- Topics: hugo, hugo-blog, hugo-site, netlify
- Language: HTML
- Homepage: https://hugo101.netlify.com/
- Size: 65.4 KB
- Stars: 11
- Watchers: 3
- Forks: 113
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started With Hugo and Deploying to Netlify :zap:
Starter files for Hugo101 article. Read [here](https://blog.bolajiayodeji.com/getting-started-with-hugo-and-deploying-to-netlify)![](https://cdn-images-1.medium.com/max/800/1*oIEz4ooK0G4XUVViipHHjA.png)
## Installation
Use [Git](https://git-scm.com) to clone this Repository into your server folder.
```git
https://github.com/BolajiAyodeji/hugo101.git
```
```git
cd hugo101
```
```
hugo server -D
```
View site on```shell
localhost:1313
```