Skip to content

jeromerodrigo/site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

site

Netlify Status GitHub

Personal site & blog. Built using the Hugo static site generator.

Prerequisites

  • Ensure that Hugo is installed

Local development

To get started with the site locally, just run

hugo server

After the server has started, you can view the website on http://localhost:1313.

Production build

Build the site

hugo --minify

Use a http server to host the public/ folder. Here's an example using http-server.

npm i -g http-server
cd public
http-server

Output

Starting up http-server, serving ./
Available on:
  http://127.0.0.1:8080
  http://192.168.0.1:8080
Hit CTRL-C to stop the server

About

Personal site & blog

Topics

Resources

License

Stars

Watchers

Forks

Contributors