Skip to content

1fpga/1fpga.com

Repository files navigation

1FPGA Static Website (https://1fpga.com/)

This is the source code for the 1FPGA website. The website is built using the Hugo static site generator and the Hugoplate theme.

Local Development

  1. Make sure Hugo is installed.
  2. Clone this repository.
  3. Run npm install in the root directory.
  4. Run hugo server in the root directory.
  5. Open http://localhost:1313/ in your browser.
  6. Make changes to the source code and see the changes live.