Skip to content

jopecko/jopecko.github.io

Repository files navigation

About

This repository contains the data for my blog

It is automatically tranformed by "Jekyll":http://github.com/mojombo/jekyll into a static site whenever I push this repository to GitHub.

Quickstart

$ export JEKYLL_VERSION=4.0
$ docker run -p4000:4000 --rm --volume="$PWD:/srv/jekyll" -it jekyll/jekyll:$JEKYLL_VERSION jekyll server

License

All original textual content is licensed under the "Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 United States License":http://creativecommons.org/licenses/by-nc-nd/3.0/us/.

All code is licensed under the "Apache License, Version 2.0":http://www.apache.org/licenses/LICENSE-2.0.html, reproduced below:

Copyright 2009, 2010 Joe O'Pecko

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

"http://www.apache.org/licenses/LICENSE-2.0":http://www.apache.org/licenses/LICENSE-2.0.html

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Releases

No releases published

Packages

No packages published