https://github.com/netcentric/netcentric.github.io
Netcentric Open Source Site
https://github.com/netcentric/netcentric.github.io
Last synced: 2 months ago
JSON representation
Netcentric Open Source Site
- Host: GitHub
- URL: https://github.com/netcentric/netcentric.github.io
- Owner: Netcentric
- License: apache-2.0
- Created: 2021-12-23T11:53:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T00:20:59.000Z (about 1 year ago)
- Last Synced: 2024-04-08T02:13:20.687Z (about 1 year ago)
- Language: SCSS
- Homepage: https://netcentric.github.io
- Size: 4.13 MB
- Stars: 0
- Watchers: 29
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```bash
npm i
```### Install Hugo
This site is built using [Hugo](https://gohugo.io/).
```bash
brew install hugo
# or
port install hugo
```### Local server
On the root folder of the project:
```bash
hugo server
```### Build locally
On the root folder of the project:
```bash
hugo
```