]> git.parisson.com Git - mezzo.git/commit
Add remark slide sources
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 16 Mar 2017 12:41:13 +0000 (13:41 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 16 Mar 2017 12:41:13 +0000 (13:41 +0100)
commitd016c576003bed40045cdbbcff8b9f6b2edf1507
tree05ecc543c256c3a34c0cc74e5f057056ee6cff01
parent39b4f11d3e3e478cf111cc14c46b08499c500b4b
Add remark slide sources
30 files changed:
doc/project/wp3-m3/.csscomb.json [new file with mode: 0644]
doc/project/wp3-m3/.editorconfig [new file with mode: 0644]
doc/project/wp3-m3/.gitignore [new file with mode: 0644]
doc/project/wp3-m3/CONTRIBUTING.md [new file with mode: 0644]
doc/project/wp3-m3/README.md [new file with mode: 0755]
doc/project/wp3-m3/gulp/index.js [new file with mode: 0644]
doc/project/wp3-m3/gulp/paths.js [new file with mode: 0644]
doc/project/wp3-m3/gulp/tasks/browser-sync.js [new file with mode: 0644]
doc/project/wp3-m3/gulp/tasks/default.js [new file with mode: 0644]
doc/project/wp3-m3/gulp/tasks/deploy-pages.js [new file with mode: 0644]
doc/project/wp3-m3/gulp/tasks/imagemin.js [new file with mode: 0644]
doc/project/wp3-m3/gulp/tasks/jade.js [new file with mode: 0644]
doc/project/wp3-m3/gulp/tasks/js.js [new file with mode: 0644]
doc/project/wp3-m3/gulp/tasks/stylus.js [new file with mode: 0644]
doc/project/wp3-m3/gulp/tasks/watch.js [new file with mode: 0644]
doc/project/wp3-m3/gulpfile.js [new file with mode: 0644]
doc/project/wp3-m3/package.json [new file with mode: 0644]
doc/project/wp3-m3/push.sh [new file with mode: 0755]
doc/project/wp3-m3/src/img/vertigo_logo1.png [new file with mode: 0644]
doc/project/wp3-m3/src/js/main.js [new file with mode: 0644]
doc/project/wp3-m3/src/js/vendor/remark-fallback.js [new file with mode: 0644]
doc/project/wp3-m3/src/js/vendor/remark-language.js [new file with mode: 0644]
doc/project/wp3-m3/src/js/vendor/remark.min.js [new file with mode: 0644]
doc/project/wp3-m3/src/slides/slide-1.md [new file with mode: 0644]
doc/project/wp3-m3/src/styl/main.styl [new file with mode: 0644]
doc/project/wp3-m3/src/styl/remark-themes/default.styl [new file with mode: 0644]
doc/project/wp3-m3/src/styl/vendor/remark.styl [new file with mode: 0644]
doc/project/wp3-m3/src/templates/inc/head.jade [new file with mode: 0644]
doc/project/wp3-m3/src/templates/inc/scripts.jade [new file with mode: 0644]
doc/project/wp3-m3/src/templates/index.jade [new file with mode: 0644]