Skip to content

Netcentric/netcentric.github.io

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4c63695 · Dec 7, 2022

History

82 Commits
Jan 24, 2022
May 6, 2022
Dec 23, 2021
Sep 29, 2022
Dec 5, 2022
Jan 17, 2022
Jun 1, 2022
Dec 7, 2022
Jan 10, 2022
Dec 23, 2021
Dec 23, 2021
Jan 14, 2022
Sep 29, 2022
Sep 29, 2022
Sep 29, 2022
Sep 29, 2022

Repository files navigation

Netcentric Open Source Site

https://netcentric.github.io

Contribute

  1. Clone the repository
  2. Create Markdown pages
  3. Test your content locally
  4. Open a PR

Install dependencies

On the root folder of the project:

npm i

Install Hugo

This site is built using Hugo.

brew install hugo
# or
port install hugo

Local server

On the root folder of the project:

hugo server

Build locally

On the root folder of the project:

hugo