jedcn / jedcn.github.io

Source behind jedcn.github.io

Home Page:https://jedcn.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the source for https://jedcn.github.io.

It is built with Ruby and middleman, and hosted on Github Pages.

Circle CI

Branches

Unlike some other projects, the generated HTML lives on the master branch while the code that generates the source lives on the source branch.

Development

This is predominately ruby, so you get going with:

  • bundle install

And you can see rake commands with rake -T

However, npm has a great thing going with its "scripts" and so a package.json file was created to ease development and deployment:

  • See a local, live-reloaded development server with: npm start and open http://localhost:4567
  • After making changes, commit them, and then do a deploy with npm run build-and-deploy.

About

Source behind jedcn.github.io

https://jedcn.github.io


Languages

Language:CSS 72.6%Language:HTML 12.4%Language:Ruby 12.1%Language:Shell 2.9%