neillrobson / neillrobson.github.io

Neill Robson's personal web page.

Home Page:https://neillrobson.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neill Robson's Website

Source code for the personal website and blog of Neill Robson.

Deployment status badge

Local Development

  1. Download or clone the repo

    git clone git@github.com:neillrobson/neillrobson.github.io.git
    
  2. Enter the folder

    cd neillrobson.github.io/
    
  3. Install dependencies

    bundle install
    npm install
    
  4. Run development server

    npm start
    
  5. Access via http://localhost:3000/

  6. Check production build

    npm run build
    

Live Site

Todo

  • Refactor CSS to use SASS features (variables etc) for maintainability (process started; ongoing)
  • Update stylesheets to make sidebar links clickable on mobile
  • RSS/Search
    • Improve styling of RSS/Search buttons
    • Implement search bar: elasticsearch free?
  • Respond smartly to no-js

About

Neill Robson's personal web page.

https://neillrobson.com

License:Other


Languages

Language:SCSS 49.7%Language:HTML 26.9%Language:CSS 11.7%Language:Ruby 7.8%Language:JavaScript 3.9%