Setup guide for the WordCamp Asia 2020 theme.
Setup on wordcamp.org (https://2020.asia.wordcamp.org)
Themes | Appearance -> Themes
- Use CampSite 2017
Site Identity | Appearance -> Customize -> Site Identity
- Input Site Title, Tagline and Site Icon.
Menus | Appearance -> Customize -> Menus
- Setup primary menu.
Widgets | Appearance -> Customize -> Widgets
- Setup your widgets.
Front Page | Appearance -> Customize -> Static Front Page
- Setup your front page.
Fonts | Appearance -> Fonts
- This year we use font "Rubik" and "Roboto Slab" on Google web fonts. @import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Rubik:400,700&display=swap');
- If you want to use FontAwesome. Enter CDN URL (https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css)
- Install dependencies
npm install
- Compile SASS files
grunt css
- Setup you local WordCamp.org sandbox for full site theme development