purdue-arc / website

Purdue University Autonomous Robotics Club website

Home Page:https://www.purduearc.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

website

Quick Start

  1. Install Hugo
  2. Create a new post
hugo new post/my-first-post.md 
  1. Preview your changes locally
hugo server -D 

General Info

  • Pinning blogs on front page: add pin: true in the front matter

Add a member

  1. Add an entry in data/members.yml
  - name: Joe Shmoe
    image: joe.png
    major: Mechanical Engineering
    year: 2022

  1. Add your pfp in static/images/members, make sure the file name matches the one you put in members.yml

Add a sponsor

Same process as adding a member, but use sponsors.yml

Add a blog author

See these instructions

Info for more technical contribution

  • All HTML/Hugo code for main pages are in layouts and sections of the layouts are in partials.
  • Edit the SCSS/JS in themes/novela/assets

About

Purdue University Autonomous Robotics Club website

https://www.purduearc.com


Languages

Language:HTML 49.3%Language:SCSS 41.1%Language:JavaScript 7.1%Language:CSS 2.5%