This is the source for The Robotic Capybara Blog. It is powered by hexo and the theme Cactus.
- Comment section powered by utteranc.es.
- Like button that use a Firebase database.
- Support for Firebase deployment.
- Style changes.
# localhost live server
hexo server
# generate static files to public directory
hexo generate
# deploy to firebase
firebase login
hexo deploy