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 siteIf Homebrew is installed on a Linux/MacOS device, run the following command:
$ make setupThis will install Hugo, or display the version of Hugo if already installed.
Run the following command to serve the site locally:
$ make serveNavigate to http://localhost:1313 to see the site in action.
Run the following command to build the site:
$ make build