Skip to content

The open-source code for my website. Major thanks to Jeremy Warner for sharing the initial code base!

Notifications You must be signed in to change notification settings

molecule/molecule.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,263 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The open-source code for my website. Major thanks to Jeremy Warner for sharing the initial code base!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published