9c21655ac4b6ec930ef1b6af10d8615519eb8d81
iop-boilerplate-jekyll
Common boilerplate for creating Jekyll sites at Ideas On Purpose.
Getting Started
Assuming npm and jekyll are installed and working correctly on your machine:
- Open a terminal window and navigate to the desired location for your new project, then run:
git clone git@gitlab.com:ideasonpurpose/iop-boilerplate-jekyll.git .- download a copy of this repository into the current terminal location.npm install- install project dependencies, thennpm run start- start the development environment at //localhost:3000npm run build- build the site for production delivery.
Once npm run build finishes all the tasks, the _site directory contents are ready for production delivery.
As soon as everything is setup, remember to update the package.json file with the correct project information.
Available commands
npm run start- development environmentnpm run build- production buildnpm run clean- cleans all the generated files during development timenpm run bundler- updates the Jekyll bundler
Production delivery Checklist
config.ymlvariables MUST be assigned before delivery.favicon.htmlsetup MUST be complete before deliverymeta_tags.htmlsetup MUST be complete before delivery
WIP...
Description
Languages
JavaScript
43.6%
HTML
34.4%
SCSS
20.2%
Ruby
1.8%