rickwest / rickwest.co.uk

My personal website. Sporadic thoughts about life and code :books:

Home Page:https://www.rickwest.co.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rickwest.co.uk

My personal website. Sporadic thoughts about life and code ๐Ÿ“š https://www.rickwest.co.uk/

Based on my Jigsaw Clean Blog starter, a simple Jigsaw implementation of the Startbootstrap Clean Blog theme.

Please, give the starter a try and build your own site! If you do...don't forget to drop me a tweet with a link to it ๐Ÿ˜Š https://twitter.com/rick_west8


Bugs and Issues

Spotted a typo or mistake? Something factually wrong or something you don't agree with? Please open an issue, and pull requests are more than welcome too! ๐Ÿ˜Ž


Installation

System Requirements

To use Jigsaw, you need to have PHP 7 and Composer installed on your machine. You'll also need Node.js, NPM and Yarn installed in order to use Laravel Mix to compile the CSS and Javascript.

Getting Started

  1. Clone this repository

    git clone https://github.com/rickwest/rickwest.co.uk.git
  2. Install PHP dependencies with Composer

     composer install
  3. Install Javascript dependencies using Yarn

    yarn install

Now that you have everything installed, you can serve the site using PHP ./vendor/bin/jigsaw serve or alternatively, using Browsersync yarn run watch


Contributing

  • Fork it (https://github.com/yourname/yourproject/fork)
  • Create your feature branch (git checkout -b feature/fooBar)
  • Commit your changes (git commit -am 'Add some fooBar')
  • Push to the branch (git push origin feature/fooBar)
  • Create a new Pull Request

About

My personal website. Sporadic thoughts about life and code :books:

https://www.rickwest.co.uk


Languages

Language:HTML 53.4%Language:PHP 30.6%Language:JavaScript 12.3%Language:CSS 3.7%