[ 📈 ] Simple CMS workspace to create content 👌
[ 📈 ] Push to deploy & deploy on CMS update 💸
[ 📈 ] Re-usable web component library
Control UI with CMS
All secrets are removed and be-ez/blog is made public
Single/Grid view Live Photo
Possible to write posts in MDX with either React of Vue
[ ✅ ] Contentful CMS
[ ✅ ] Fluid Images
[ ✅ ] Blog Posts
[ ✅ ] Card
[ ✅ ] Generic Content
[ ✅ ] Views
[ ✅ ] Subviews
[ ✅ ] Nav
[ ✅ ] iOS Live Photos
[ ✅ ] Rich Text
[ ✅ ] Images
[ ✅ ] Formatting (Bold, Header Pagebreak etc.)
[ ✅ ] Video
[ ❌ ] Fluid Images in Rich Text
[ ✅ ] Sub-View Templates
[ ✅ ] Generic
[ ✅ ] Blog
[ ✅ ] Card
[ ✅ ] Mobile
[ ✅ ] Breakpoints
[ ✅ ] Flexbox Grid in base layout
[ ✅ ] Customize Layouts in View
[ ✅ ] None
[ ❌ ] Grid
[ ❌ ] Lists
[ ✅ ] Masonary
[ ✅ ] Continuous Deployment
[ ✅ ] Dokku push
[ ✅ ] Contentful Change
[ ✅ ] Contentful Dev Site
[ ❌ ] gh-pages
[ ❌ ] gitlab pipelines
[ ✅ ] Support MDX and/or Vue ⚡️
[ ✅ ] via .mdx files
[ ❌ ] via contentful Rich Text
[ ❌ ] Analtyics page🔆
[❌] Words per week 💯
[❌] SVG Graph plugin
[❌] Wakatime stats
[ ❌ ] Graphs via project analytics 📈
Run Development Server
yarn dev
Live Reload @ http://localhost:8000/ GraphiQL @ http://localhost:8000/___graphql
Occationally when the content model changes it is helpful to remove the Gatsby cache
rm -rf .cache
yarn
yarn develop
Must be configured with dokku
git remote add dokku xn--4qe.com:contentful
Deploy with git
git push dokku master
yarn build