Discover the power and efficiency of Hugo for creating stunning websites quickly.
Hugo is an incredibly fast and powerful framework for building websites. In this guide, you’ll learn how to get started with Hugo and discover some useful resources.
Running Hugo Server
To run the Hugo server with drafts enabled and a custom port:
hugo server -D --port 8080
Installing Hugo
Follow these steps to install Hugo:
mkdir $HOME/src
cd $HOME/src
git clone https://github.com/gohugoio/hugo.git
cd hugo
** checkout the correct version **
go install
Creating New Content
To create new content in Hugo, use the following command:
hugo new [path/name.md]
Helpful Links
- Hugo Official Website
- Anatole Theme on GitHub
- Hugo on GitHub
- Hugo Documentation
- Anatole Documentation
People to Follow
Website | ||
---|---|---|
Alexander Bilz |