robb-j / r0b-blog

My personal blog

Home Page:http://blog.r0b.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blog.r0b.io Netlify Status

My personal blog, a static site generated with 11ty using r0b-design and pushed to blog.r0b.io.

dev scripts

# Run the generator
# -> .eleventy.js is the entrypoint
# -> Outputs to _site which is git-ignored
npm run build

# Run the dev server
# -> Runs on http://localhost:8081
# -> Reloads on change using BrowserSync
npm run serve

# Manually lint code
npm run lint

# Manually format code
npm run format

# Setup git commit hooks
npx husky install

dev setup

  • prettier.io on git commit
  • TypeScript javascript errors
  • editorconfig for indentation management

future work

  • merge style changes back into r0b-design
  • add opengraph support for posts

About

My personal blog

http://blog.r0b.io


Languages

Language:CSS 32.8%Language:Nunjucks 31.4%Language:JavaScript 20.5%Language:HTML 14.9%Language:Shell 0.4%