あの reveal.js でのプレゼンを Markdown で簡単に書けるようにした

1
2
curl -L http://cpanmin.us | perl - --self-upgrade
cpanm Mojolicious Path::Class Text::Markdown
1
2
3
4
5
6
7
8
git clone git://github.com/nqounet/p5-md2reveal.git
cd p5-md2reveal
mv md2reveal.conf.sample md2reveal.conf
mv assets/example.md.sample assets/example.md
mv assets/example.md.conf.sample assets/example.md.conf
git submodule init
git submodule update
morbo md2reveal
1
morbo md2reveal
1
2
3
4
{
  transition => 'zoom',
  theme => 'default',
};
comments powered by Disqus
Built with Hugo
Theme Stack designed by Jimmy