1
之間共享資源文件當使用鬼因主題會從文件夾創建主題
ghost/content/themes/<ThemeName>/assets
有沒有把資產曖昧您使用的主題一般的地方抓住了資產?無論當前使用哪個主題,這個想法都有一個引用的CSS文件。
我目前的解決辦法是有一個文件,像這樣
ghost/content/general/css/file.css
,然後通過
ln -s ghost/content/general/css/file.css ghost/content/<ThemeName>/assets/css/file.css
這當然不是最優的,我敢肯定有一個更好的方法將它鏈接。