DotIN13
DotIN13
先用rbenv安装ruby和bundler,然后再用`bundle`命令安装jekyll。参看[我的tutorial](https://www.wannaexpresso.com/2020/06/06/rails-development-3/)。 或者我也推荐直接用[Vercel](https://www.vercel.com)的服务,免费的托管,检测Github push自动部署,自带全球cdn。
You would want to first check if there is `{% include featured-tags.html %}` in your `_layouts/page.html`, and also if there is a functional `featured-tags.html` in `_includes/`.
添加CSS代码到`css/hux-blog.css`。 例如 ```css #id { // 元素的选择器 font-family: "Microsoft Yahei", sans-serif; // 配置字体 } ```
尝试清除过浏览器缓存吗
用以下liquid代码块escape ``` {% raw %} ... {% endraw %} ```
Jekyll automatically renders liquid tags like {{strLen}}. A liquid issue could only be solved with liquid. You should surround your escaped content with liquid raw tag block: ``` {% raw...
After adding avif to the build tasks, the build time has exceeded 2 minutes. Would really love a cache feature to avoid constant rebuilds.
Managed to use the cache option to lower rebuild time. As in my comment in #52
Simply use `"image/" + ImageObj.src.split(".").pop()`
> * Images' filenames do not always have a type extension > * Something that looks like a filetype extension may not really be its filetype. You might get this...