cd filename git clone https://github.com/theme-next/hexo-theme-next themes/next
在根目錄中更換主題(默認的話是landscape)
URL欄設置
這個地方放在github上面好像暫時什麼都不用設置,美化網站語尾檔案功能是自動開啟的。
1 2 3 4 5 6 7 8 9
#URL #If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/' url:https://yourname.github.io/ root:/ permalink::year/:month/:day/:title/ permalink_defaults: pretty_urls: trailing_index:true# Set to false to remove trailing 'index.html' from permalinks trailing_html:true# Set to false to remove trailing '.html' from permalinks
圖片插入功能
使用這項功能之後,在新建文檔的時候會新增出一個資料夾,可以把圖片或是要插入的內容放入。
1 2
post_asset_folder:true future:true
Blog單頁文章數
1
per_page:5
數學公式
看大家都換js我也來試試
install
1 2
npm un hexo-renderer-marked --save npm i hexo-renderer-markdown-it-plus --save
修改themes的_config.yml的katex enable:true
1 2 3 4 5
#hexo-renderer-markdown-it-plus (or hexo-renderer-markdown-it with markdown-it-katex plugin) required for full Katex support. katex: enable:true #See: https://github.com/KaTeX/KaTeX/tree/master/contrib/copy-tex copy_tex:false