Skip to content

yusufsheiqh/yusufsheiqh.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published