Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 837 Bytes

README.markdown

File metadata and controls

33 lines (20 loc) · 837 Bytes

Michael Paquier, personal blog

This blog has content about many things related to PostgreSQL, and is based on Jekyll for performance and facility of deployment. Manuals and pages are included as well.

Installation and deployment

The installation of this blog can be done with the following steps.

  1. Clone this repository
git clone $THIS_REPO_URL
  1. Install Jekyll (root rights might be needed)
gem update --system
gem install jekyll
  1. Run server on http://127.0.0.1:4000
jekyll server

Licenses

The code building this site (_layouts/, css/, feeds) is under the license specified in LICENSE.

Content materials in content/materials are under the license provided on each document.

Blog articles and pages are licensed under CC BY-NC-ND 4.0.