Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.11 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.11 KB

Oswald Labs Website

Netlify status

This is the repo for Oswald Labs' official website. It's built on Hugo as opposed to the previous version in Middleman.

Todo before production

  • Migration
  • Rich Snippets docs, add all everywhere
  • Screenshot API for meta image or platform image generator
  • Check RSS feed and add dates for everything
  • Remove robots.txt prevent
  • Check current sitemap.xml and make redirects
  • Dark theme/dyslexia theme for plugin footer
  • Add Minify to Gulp build process
  • Look into metas, titles = [x] Fix subnav active bug for secondary link
  • Blog post ideas
    • Open Dyslexic results
    • A case for web accessibility plugins
    • Translation with Netlify prerender for /nl URLs

Development

Run a local Gulp/Hugo server:

yarn serve

Run Prettier while writing CSS or JS:

yarn prettier

Production

Just pust to master branch and Netlify will deploy (currently set to temp URL)