Ghost部落格備份

pengjielee發表於2019-10-29

Ghost部落格備份

ghost/#/settings/design

Installed Themes DOWNLOAD
複製程式碼

ghost/#/settings/code-injection

// Site Header

<script>
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?56b64d848b47da583573e31eae4a2b38";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();
</script>
複製程式碼

ghost/#/settings/labs

Export your content
Download all of your posts and settings in a single, glorious JSON file
複製程式碼

下載伺服器ghost內容

rsync -av root@39.96.41.199:/var/www/ghost/content ./local

rsync -av root@39.96.41.199:/etc/nginx/nginx.conf ./local

rsync -av root@39.96.41.199:/var/www/static ./local
複製程式碼

相關文章