We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
异常情况如图:
设备:
我前两天电脑坏了,换了主板, 所有东西都要重新配置, 然后将我博客clone下来后, 再用git submodule update --init --remote --rebase将meme拉下来, 然后在本地用hugo server -w跑了下, 就看到主页进去是这个样子了。
git submodule update --init --remote --rebase
hugo server -w
另外我试过将文章里的<!--more-->去掉的话,文章会变成这样:
<!--more-->
The text was updated successfully, but these errors were encountered:
我试着把~/hugo/themes/meme/layouts/partials/utils/summary.html这个文件恢复到上一个commit就恢复正常了。。:
~/hugo/themes/meme/layouts/partials/utils/summary.html
Sorry, something went wrong.
我现在是用将该文件的上一次commit内容连同它的相对路径放到博客的根目录下去覆盖8ebbfa81a5a517038b24e20768b8db2dda812649这个commit的变更,希望作者能想到更好更优雅的解决办法
8ebbfa81a5a517038b24e20768b8db2dda812649
47cead2
fix: escaped HTML in summary.html
4efd594
due to last commit fixed reuixiy#213
No branches or pull requests
异常情况如图:
![image](https://user-images.githubusercontent.com/14200813/86140825-e1841280-bb23-11ea-8b72-958b0f05b159.png)
设备:
![image](https://user-images.githubusercontent.com/14200813/86161019-3aad6f80-bb3f-11ea-94c5-f330a22fdc20.png)
我前两天电脑坏了,换了主板, 所有东西都要重新配置, 然后将我博客clone下来后, 再用
git submodule update --init --remote --rebase
将meme拉下来, 然后在本地用hugo server -w
跑了下, 就看到主页进去是这个样子了。另外我试过将文章里的
![image](https://user-images.githubusercontent.com/14200813/86161717-3f265800-bb40-11ea-9444-5c2c9cd005a6.png)
<!--more-->
去掉的话,文章会变成这样:The text was updated successfully, but these errors were encountered: