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.
The installation of this blog can be done with the following steps.
- Clone this repository
git clone $THIS_REPO_URL
- Install Jekyll (root rights might be needed)
gem update --system
gem install jekyll
- Run server on http://127.0.0.1:4000
jekyll server
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.