Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1001 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 1001 Bytes

Yusuf Sheikh

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.

Development

Install

Install the following dependencies:

  • Hugo - open-source static site generator
  • Git (optional) - version control system

Use Git to clone the repository:

$ git clone https://github.com/yusufsheiqh/yusufsheiqh.github.io site
$ cd site

Usage

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