This repository is responsible for powering my site at https://yusufsheiqh.github.io. The site uses Hugo as the static site generator and GitHub Pages for hosting.
Install the following dependencies:
- Hugo - open-source static site generator
- see the Usage section
- Git (optional) - version control system
Use Git
to clone the repository:
$ git clone https://github.com/yusufsheiqh/yusufsheiqh.github.io site
$ cd site
If Homebrew is installed on a Linux/MacOS device, run the following command:
$ make setup
This will install Hugo, or display the version of Hugo if already installed.
Run the following command to serve the site locally:
$ make serve
Navigate to http://localhost:1313 to see the site in action.
Run the following command to build the site:
$ make build