tmaize-blog
tmaize-blog copied to clipboard
一款jekyll主题,简洁纯净,支持自适应,支持夜间模式
全文搜索真的很好用(虽然发现不能分词),能否单独做一个jekyll插件?
rss 条数可配
如题,可以在 config 中可以加一个 RSSCount 属性,用来控制显示的 rss 条数,现在是全部显示,作者可以考虑考虑 ```xml {%- for post in site.posts limit:{{site.rssCount}} %} {%- endfor %} ```
建议加上分页功能
博客很简洁啊!!! 尤其是全局搜索很漂亮。 建议加上分页功能。
样例页面: https://blog.tmaize.net/posts/2015/01/01/%E4%B8%BB%E9%A2%98%E9%A2%84%E8%A7%88.html 数学公式虽然可以显示,但渲染有问题,正常情况下应该是斜体。并且有数学公式的页面字体和行间距也会出问题。 我试着自己修,但没修好。。
我准备把您这个部署在 cloudflare pages ,部署过程中提示 ``` 11:17:37.285 | Executing user command: jekyll build -- | -- 11:17:38.487 | /opt/buildhome/.asdf/installs/ruby/3.2.2/lib/ruby/3.2.0/bundler/runtime.rb:304:in `check_for_activated_spec!': You have already activated i18n 1.14.1, but your Gemfile requires i18n...
I get this error while bundling "An error occurred while installing wdm (0.1.1), and Bundler cannot continue. In Gemfile: wdm" (In windows 11) I solved with in Gemfile change wdm...