Skip to content

humanmade/feelingrestful-theme

Repository files navigation

Feeling RESTful Theme

Version 2

A WordPress React JS theme updated with a design for A Day of Rest Boston 2017


Purpose-built theme for the A Day of Rest Boston conference.

This is an update of the FeelingRestful v1 theme.

Differences between v1 and v2

There are some differences between the two.

Please note that version 1 has been release tagged.

Changes

  • Added dynamic menu capabilities. Works with WordPress Menu settings. Has a built in menu walker in React.

  • Updated design modifications: ADOR Boston website which was a design change.

    This theme has been visually redesigned for ADOR Boston. Therefore, there are CSS and HTML changes to enable that.

  • Removal of Preview_Postmeta

  • Bug fixes

Requirements

Required homepage setup:

A page with the slug "home-page" is used for the homepage. Please create this page if using a fresh installation.

Required Plugins

Added support for

Building

npm install
grunt build

Developing

npm install
grunt webpack:watch-dev # build javascript
grunt watch sass # compile sass (watch does not trigger LiveReload on sass changes)