README
wc-article-author
Displays profile information about the information along with publish date
Settings
| Key | Optional | Default | Description |
|---|---|---|---|
| profiles | true | None | Profiles that need to be displayed |
| photography_credit | true | None | Photography credit |
| article_date | true | None | Date of the article |
JS Settings
ArticleAuthor
ArticleAuthor.init()
Trigger the load of any images
Kind: static method of ArticleAuthor
Themes
- Wired
Prerequisites:
Demo:
Install dependencies:
npm install
Build the things:
npm run sass
npm run js
Python the pythons:
cd demo
virtualenv .
source bin/activate
pip install -r requirements.txt
Start the demo server:
python demo.py