Git Product home page Git Product logo

greig's Introduction

greig.cc

Refreshingly honest advice for graphic designers & other creative types, from designer James Greig.

A Jekyll-powered website, built with the Tachyons CSS toolkit.

Requirements

OSX or macOS Homebrew

Getting started

Install Jekyll sudo gem install jekyll

Check rubygems is in your paths sudo nano /etc/paths

Install Ruby We're going to use rbenv to install and manage our Ruby versions.

Run the following commands in your Terminal, starting with...

brew install rbenv ruby-build

Add rbenv to bash so that it loads every time you open a terminal

echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.bash_profile source ~/.bash_profile

Install Ruby

rbenv install 2.5.0 rbenv global 2.5.0 ruby -v

Install bundle (to manage your gems)

gem install bundler

Install gems

bundle install

Help installing Jekyll on Mac See https://spinalhdl.github.io/SpinalDoc/mydoc_install_jekyll_on_mac/ for pointers. Use bundle env to check your local environment


Basic usage

Start Jekyll and watch for changes (jekyll serve --watch) LIKE THIS bundle exec jekyll serve

Open http://localhost:4000/ in your browser


Purify CSS

Requirements

Purify the CSS gulp purify-css

If you have permission problems installing Ruby gems, use the --user-install option gem install livereload --user-install

This works in the CLI (?) purifycss assets/style.css _site/**/*.html -m -o "style-purified.css

greig's People

Contributors

j-greig avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.