https://github.com/studiole/woodfarm
Wood Farm website built with Hugo
https://github.com/studiole/woodfarm
Last synced: 4 months ago
JSON representation
Wood Farm website built with Hugo
- Host: GitHub
- URL: https://github.com/studiole/woodfarm
- Owner: StudioLE
- Created: 2015-03-13T23:42:00.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T02:44:54.000Z (over 3 years ago)
- Last Synced: 2025-09-21T01:20:11.711Z (9 months ago)
- Language: HTML
- Homepage:
- Size: 14.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wood Farm
Wood Farm website built with [Hugo](https://gohugo.io/)
## Usage
### `npm start` and `npm run build`
Copies the required js, css, and font files from `node_modules` to `resources/assets/vendor` and `static/assets/fonts` using [Gulp](https://gulpjs.com/).
Builds the website with [Hugo](https://gohugo.io) for the `production` environment.
### `npm test`
Run end-to-end tests with [TestCafe](https://devexpress.github.io/testcafe)
### `npm run server`
Builds the website with [Hugo](https://gohugo.io) and serves it on [localhost:1313](http://localhost:1313) with the `development` environment and live reload.
### `npm run clean`
Remove generated `resources/assets/vendor`, `static/assets/fonts`, and `public` directories.
### `npm run deploy` and `npm run deploy-dry`
Deploy the website to [Amazon S3](https://aws.amazon.com/s3) with appropriate `cache-control` headers.
### `npm run invalidate`
Invalidate the [CloudFront](https://aws.amazon.com/cloudfront) edge caches.