Kiki - Mozilla Representative
@kelimuttu
kelimuttu.co
About me
2 | #MozBelajar
4 | #MozBelajar
1.
It's blazing fast
3.
One-command deployment
2.
Markdown support
4.
Various plugins
3 | #MozBelajar
Git
Text
Node JS (+ npm)
5 | #MozBelajar
Install hexo
Create a github repo
Running your blog
Deployment
5.
Customize your blog
6 | #MozBelajar
Make sure you have node and nmp installed
Change directory to your preferred one
Initiate your blog
node -v
npm -v
npm install hexo-cli -g
&
hexo init blog
Move to your blog directory
cd blog
6.
Run the installation
npm install
7 | #MozBelajar
Activate the hexo server
Start your local server
hexo server
http://localhost:4000/
8 | #MozBelajar
Go to your github account and create a repo
Check your repo setting (Github Pages part)
kelimuttu.github.io
Click Clone or download button
9 | #MozBelajar
Install hexo-deployer-git
Update _config.yml file
npm install hexo-deployer-git --save
Deploy it
deploy: type: git repo: https://github.com/kelimuttu/kelimuttu.github.io.git branch: master message: "{{ now('YYYY-MM-DD HH:mm:ss') }}"
hexo deploy
Launch on your browser
http://kelimuttu.github.io/
10 | #MozBelajar
Change theme
Install an admin panel
https://hexo.io/themes/
Migrate your blog
https://github.com/jaredly/hexo-admin
https://hexo.io/docs/migration.html
Twitter
@id_mozilla
Instagram
@mozillaindonesia
Facebook
Mozilla Indonesia
Mail
info@mozilla.web.id
By kelimutu