Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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:

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
```