https://github.com/grunch/grunch.dev
grunch.dev website
https://github.com/grunch/grunch.dev
Last synced: 23 days ago
JSON representation
grunch.dev website
- Host: GitHub
- URL: https://github.com/grunch/grunch.dev
- Owner: grunch
- License: mit
- Created: 2021-06-15T13:56:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T14:30:41.000Z (over 1 year ago)
- Last Synced: 2025-02-09T17:24:02.132Z (3 months ago)
- Language: HTML
- Size: 4.65 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grunch.dev website
This is a static site based on [zola](https://www.getzola.org)## Download and Install
After install [zola](https://www.getzola.org/documentation/getting-started/installation/) on your computer, close this repo.```bash
$ git clone https://github.com/grunch/grunch.dev.git
$ cd grunch.dev
```
You can run it on localhost
```bash
$ zola serve
```
Then go to [http://127.0.0.1:1111](http://127.0.0.1:1111)Or you can build the static files
```bash
$ zola build
```
Then upload to your hosting the generated files on `public` directory