visit the web site 👉 here
This repository contains a hugo static web site,a personal blog to share content.
It is based on the project hugo-toha.github.io, an example hugo static site with Toha theme.
This project uses the toha theme submodule. So in order to use this repository it must be recursively clone for it to contain the needed submodule.
git clone --recursive [URL to Git repo]
the following commands are used to build and preview the website
- Load Hugo modules
hugo mod tidy
- Install node modules
hugo mod npm pack
npm install
- Run the development server
hugo server
hugo server -t toha -w
Attributions: