An open API service indexing awesome lists of open source software.

https://github.com/sinisimattia/jongo-website


https://github.com/sinisimattia/jongo-website

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Jongo's website

This folder is used to contain the static site, built with [Hugo](https://gohugo.io).

To get started working on it you must:
- [Install Hugo](https://gohugo.io/installation/)
- Open a new terminal session in this directory
- Update/Fetch submodules:
- `git submodule init`
- `git submodule sync`
- Run Hugo's development server: `hugo server`
- Follow the link in the terminal to see the locally hosted website