@cnbritain/wc-article-authordeprecated

Displays profile information about the information along with publish date

Usage no npm install needed!

<script type="module">
  import cnbritainWcArticleAuthor from 'https://cdn.skypack.dev/@cnbritain/wc-article-author';
</script>

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:

  • Node.jsbrew install node
  • Grunt - npm install -g grunt-cli
  • Other prereqs? Python? Virtualenv?

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