macloo / first-visual-story-example

Result from a NICAR training workshop

Home Page:https://macloo.github.io/first-visual-story-example/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disclaimer

This is the result of working through the instructional doc with the original template, which is:

https://github.com/datadesk/baker-example-page-template

This is the instructional doc I used:

https://palewi.re/docs/first-visual-story/index.html

I subbed in GitHub Desktop for all the command-line git parts. It worked fine.

baker-example-page-template

A demonstration of how to build and publish pages with the baker build tool.

The Los Angeles Times uses baker to create the static pages published at latimes.com/projects. The Times system relies on a private version of a repository much like this one. This simplified example publishes staging and production versions to public buckets on Amazon S3.

Features

  • πŸ”ƒ Live-updating local test server
  • πŸ–¨οΈ HTML templating with Nunjucks
  • πŸ–ŒοΈ Extended CSS with Sass
  • πŸ—žοΈ JavaScript bundling with Rollup and Babel
  • πŸ”’ Data imports with quaff
  • πŸ₯ž Dynamic page generation based on structured inputs
  • 🏭 Automatic deployment of each branch to a staging environment on each push event via GitHub Action
  • 🌎 Push button deployment to the production environment on each release event via GitHub Action
  • πŸ”” Slack messages that relay each deployment's status via datadesk/notify-slack-on-build Github Action

Requirements

About

Result from a NICAR training workshop

https://macloo.github.io/first-visual-story-example/

License:MIT License


Languages

Language:SCSS 44.2%Language:HTML 43.9%Language:JavaScript 11.9%