- Install Hugo
- Create a new post
hugo new post/my-first-post.md
- Preview your changes locally
hugo server -D
- Pinning blogs on front page: add
pin: true
in the front matter
- Add an entry in
data/members.yml
- name: Joe Shmoe
image: joe.png
major: Mechanical Engineering
year: 2022
- Add your pfp in
static/images/members
, make sure the file name matches the one you put in members.yml
Same process as adding a member, but use sponsors.yml
- All HTML/Hugo code for main pages are in
layouts
and sections of the layouts are inpartials
. - Edit the SCSS/JS in
themes/novela/assets