This repo houses the assets used to build the RustCon Asia website available at https://rustcon.asia.
The site is published automatically by Netlify whenever changes are pushed to the master
branch. You do not need to manually publish or manage the site deployment.
To run the site locally, you'll need to install Yarn and Hugo (in particular the extended version).
To add a new blog post, add a Markdown file to the content/blog
folder. There's currently a first-post.md
file in that directory that can serve as a template.