https://github.com/sinisimattia/jongo-website
https://github.com/sinisimattia/jongo-website
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sinisimattia/jongo-website
- Owner: sinisimattia
- License: gpl-3.0
- Created: 2024-01-05T11:13:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-20T10:39:46.000Z (about 1 year ago)
- Last Synced: 2025-02-15T03:27:37.261Z (3 months ago)
- Language: CSS
- Size: 3.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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