hexo-migration
Causation
Due to I change my Linux distrobution from archlinux to ubuntu,
so I need to make an migration for hexo blog
Migration
Copy the blog’s source file, config files
1 | $ cp ~/blog/source ~/blog-backup |
Create a new blog directory
1 | $ mkdir blog |
Setup hexo
1 | $ cd blog |
Setup butterfly
1 | # install theme |
Check
1 | $ hexo g |
Reference
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment