Skip to content

Latest commit

 

History

History
73 lines (52 loc) · 2.91 KB

links.md

File metadata and controls

73 lines (52 loc) · 2.91 KB
layout title
page
Links

Dhamma in English

Dhamma en français

Github & Jekyll

This site is build on GitHub using a fork of the hitchens repository.

The background images for this website are created using the Clifford Attractor.

Some usefull code :

git pull origin
git clone <url>
git add .
git commit
git remote -v
git remote add origin <url>
git push origin master
bundle install
bundle exec jekyll serve

Coding