Creating our first Static Web Site using Hugo Themes

preview_player
Показать описание
Playlist for this creating a static website:
We will create our first sample website in this video.

# Create site and cd into it
hugo new site my-site && cd my-site

# Clone the ReFresh theme into the themes folder
git init

# Remove the default config

# Fetch the example config
This is for Linux or Mac. Follow the instructions in the video

# Run the site locally
hugo server -D

# Open the site in your browser
Рекомендации по теме
Комментарии
Автор

When I copied the example site over to the folder nothing changed in the website??

TheMagicclaw
Автор

This was helpul. But i'm facing a problem. I used ananke theme and atlast when i run it locally the background image is dissapeared. Can u give me a suggestion.

naveenv