Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.17 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.17 KB

Website for Execute Big, built with Hugo.


Development

To develop this site, you'll need to have Hugo installed in your environment.

We also use pnpm instead of npm/yarn at Execute Big. You should install it here: https://pnpm.io. If you opt to use an alternative package manager to manage dependencies, please be sure to clean up the lock files and other temp files before submitting your code for review.

# Install dependencies
$ pnpm install

# Same as running `hugo server`
$ pnpm dev

Using Archetypes

Hugo utilizes archetypes to create structured content from templates.

# To create a new journal entry
$ hugo new --kind journal journals/your-post-name

Acknowledgements

Powered by

This website is built based on Hugo Serif Theme by @jugglerx.