Japanese lessons notes (in french) hosted on a static website. See website http://vincent314.github.io/nihongo3.14/
Japanese lessons notes are written with Markdown language which are converted into HTML.
Install Git, NodeJS, bower and gulp
npm install -g bower
npm install -g gulp
Download sources from
git clone https://github.com/vincent314/nihongo3.14
cd nihongo3.14
Create file es-auth.js (used for ElasticSearch indexing) on root folder (replace XXXXXX with a correct value):
module.exports = {
user: 'XXXXX',
password: 'XXXXXX'
};
###Downloads dependencies
npm install
bower install
###Run
gulp serve
###Build
gulp build
###Publish
cd output/nihongo3.14_gh-pages
surge