Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
Joone Hur edited this page May 5, 2021 · 5 revisions

Install Hugo on Linux

Install brew

$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
$ echo 'eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)' >> /home/joone/.profile
$ eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)

Install hugo using brew command

$ brew install hugo

new site

$ hugo new site gnome-kr-web
$ cd gnome-kr-web
$ git submodule add https://github.com/alex-shpak/hugo-book themes/book
$ git submodule update --recursive

Clone this wiki locally