mounting disk on linux
https://superuser.com/questions/320415/mount-device-with-specific-user-rights
To mount a device with certain rights, you can use the -o Option directive while mounting the device.

https://superuser.com/questions/320415/mount-device-with-specific-user-rights
To mount a device with certain rights, you can use the -o Option directive while mounting the device.

clean cache(public folder): hexo clean
generate public files(static files): hexo g
preview the website: hexo s (--debug)