Website for Execute Big, built with Hugo.
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
Hugo utilizes archetypes to create structured content from templates.
# To create a new journal entry
$ hugo new --kind journal journals/your-post-name
This website is built based on Hugo Serif Theme by @jugglerx.