Skip to content

saratrajan/poet-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Read the official setup guide of Hugo.

Test your site locally

In order to see your site in action, run Hugo's built-in local server.

Build it first:

$ hugo

.. and then start the server:

$ hugo server -w

Now launch http://localhost:1313 on your browser.

Fan of Docker Containers?

You can quickly containerize this using nginx as below (after building):

FROM nginx:1.17.5-alpine
COPY public/ /usr/share/nginx/html/

Credits

This is using One-Day-Only (OneDly) Project Theme as template. Check out the cool theme here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published