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

Kinto/servicedenuages.fr

This branch is up to date with mozilla-services/servicedenuages.fr:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 28, 2021
Jan 30, 2017
Jan 9, 2018
Aug 27, 2015
May 6, 2015
Mar 27, 2019
Mar 2, 2023
Oct 23, 2020
Jan 30, 2017
Feb 23, 2016
Oct 28, 2021
Oct 28, 2021
Oct 23, 2020
Dec 28, 2015

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%