encyclical / laudato-si

A web-friendly copy of the encyclical, for educational purposes
MIT License
1 stars 0 forks source link

Laudato Si’

View the site on Github Pages.

This site offers a mirror of the official document Laudato Si’ that is hosted on the Vatican site. All contents belong to Libreria Editrice Vaticana and are repeated here merely for educational purposes. My hope is to better facilitate public reading of the encyclical by making it more accessible and convenient for online reading.

Features:

Improvements welcome via pull request.

To do:

Welcome improvements:

Development

Site is developed with middleman. Commands:

# run preview site on localhost:4567
$ middleman serve

# build static site into build/ folder
$ middleman build

# rebuild and deploy to gh-pages branch
$ middleman deploy

Contributors