项目作者: elusive

项目描述 :
Personal/Technical weblog for John Gilliland
高级语言: HTML
项目地址: git://github.com/elusive/elusive.github.io.git
创建时间: 2017-04-19T12:07:12Z
项目社区:https://github.com/elusive/elusive.github.io

开源协议:MIT License

下载


johng.info

Overview

Landing page for my personal site. A minimal page to serve as a presence on the
internet and to provide basic career information about me. Also to provide links
to any other content I wish to connect.

Technology

This site is static, generated by Jekyll site generator.
Hosted using my github account due to the fact that there is almost zero traffic
to the site, meaning sub 100 hits per month.

If for some reason you wish to run the site locally as an example you can do so
by executing the following commands from a terminal prompt. This assumes you have
the prerequisites installed first.

Prerequisites

  1. Ruby v2.5 or higher
  2. Jekyll gem
  3. Bundler gem
  1. git clone git@github.com:elusive/johng.info.git
  2. cd johng.info
  3. bundle install
  4. bundle exec jekyll serve

Then open your web browser and navigate to: http://localhost:4000 to view.

Resources

Please contact author with any questions.