Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Kinto/servicedenuages.fr

 
 

Repository files navigation

Service de nuages

Load and update plugins submodule:

git submodule init
git submodule update --recursive
git submodule status

To build the blog, just run:

make html

and to publish it:

make publish

Publish to gh-pages:

make github

Dependencies

Most of the dependencies are pure Python and are thus handled by pip directly; however, in order to build graphs dynamically, the dot binary from Graphviz is required.

To install dependencies you can use:

sudo apt-get install graphviz libjpeg8-dev libpng-dev python-dev

Releases

No releases published

Packages

No packages published

Languages

  • HTML 40.7%
  • CSS 37.7%
  • JavaScript 9.7%
  • Python 7.5%
  • Makefile 4.4%