Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 862 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 862 Bytes

thequib.github.io

Source files for the QuibTech.com website


What is this?

This is a collection of files for the open source static website generator Hugo.

A static website generator takes Markdown files + template HTML files to generate a website.


Template Used

This site uses the template Stack by Jimmy Cai.

  • Documentation on their here.

Hugo

To run generate and run this website, you just need to run a few commands:

Install Hugo

You can find installation instructions for Hugo here

Run website

git clone https://github.com/TheQuib/quibtech
cd quibtech/quibtech-papermod
hugo server