Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 990 Bytes

File metadata and controls

42 lines (24 loc) · 990 Bytes

Build Status

about

MIT

Here is the code for my website, released under MIT License.

It uses the jekyll templating engine.

Setup

Install jekyll and other gems. While in the main directory, run: ```bundle install'''

How to start a server:

jekyll serve -w

Browse to this address to test the local version: http://127.0.0.1:4013/

Edit masthead

in _layouts/default.html under the "responsive masthead" comment.

What is _site?

_site is created when you run a server locally (see above). It's ignored by git and not saved anywhere. Don't edit files there, they will be overwritten.

Update gems

$ bundle update <gem name>

(c) 2018 Molly Nicholas