Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 404 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 404 Bytes

crystal-ameba.github.io

Source code for https://crystal-ameba.github.io

Installation

git clone [email protected]:crystal-ameba/crystal-ameba.github.io.git && cd crystal-ameba.github.io
git clone https://github.com/crystal-ameba/hexo-theme-minos minos
yarn install
yarn run hexo server    # and go to http://localhost:4000

Deployment

yarn run hexo clean
yarn run hexo deploy