Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.43 KB

File metadata and controls

40 lines (26 loc) · 1.43 KB

Personal website

Build Status Repository Size Contributor Last Commit

visit the web site 👉 here

About

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

  1. Load Hugo modules
hugo mod tidy
  1. Install node modules
hugo mod npm pack
npm install
  1. Run the development server
hugo server 
hugo server -t toha -w

Documentation

Attributions: