配置 FixIt | FixIt #155
Replies: 27 comments 66 replies
-
我把
|
Beta Was this translation helpful? Give feedback.
-
我放在static目录下,发现网站图标并没有更新 |
Beta Was this translation helpful? Give feedback.
-
请问修改全局字体应该在哪个文件修改?还是有很多地方都要改? |
Beta Was this translation helpful? Give feedback.
-
请问怎么引入fuse搜索啊?😅😅 |
Beta Was this translation helpful? Give feedback.
-
为啥我这加了配置,giscus出不来。 [params.page.comment]
enable = true
# giscus
[params.page.comment.giscus]
enable = true
repo = "dingyufan/dingyufan.github.io"
repoId = "R_kgDOHJkJ0w"
category = "General"
categoryId = "DIC_kwDOHJkJ084CSMrg"
mapping = "url"
reactionsEnabled = "1"
emitMetadata = "0"
inputPosition = "top"
lightTheme = "light"
darkTheme = "dark"
lazyLoad = false |
Beta Was this translation helpful? Give feedback.
-
项目根目录和主题目录都有config.toml,上面教程里的配置参数放在哪里不清不楚,感觉说的好乱,参数和现在版本的也不太一致。 |
Beta Was this translation helpful? Give feedback.
-
请问如何加文章页面的目录,似乎默认设置了文章目录,但我这边仍然无法显示。 |
Beta Was this translation helpful? Give feedback.
-
请求如何修改文本的宽度,相对比LoveIt的节目 FixIt要宽的多 |
Beta Was this translation helpful? Give feedback.
-
在文章标题处的作者头像加载太慢了,能不能设置缓存在本地,可以给个示例吗。 |
Beta Was this translation helpful? Give feedback.
-
你好,我想几问个关于gitalk集成的问题: |
Beta Was this translation helpful? Give feedback.
-
# FixIt 0.2.0 | 新增 代码配置
[params.page.code]
# 是否显示代码块的复制按钮
copy = true
# FixIt 0.2.13 | 新增 是否显示代码块的编辑按钮
edit = true
# 默认展开显示的代码行数
maxShownLines = 10 请问代码块的复制与折叠,是否需要另外的配置,按照文档配置,没有效果 |
Beta Was this translation helpful? Give feedback.
-
发现个搜索的bug, 比如我搜索:hugo,出来好多内容,当鼠标滚轮往下滑的时候搜索框就收回去了.想找点内容又得重新搜一次,而且滚轮不敢动. |
Beta Was this translation helpful? Give feedback.
-
为什么我根据这篇文章的主题配置,很多功能都不能实现?,好奇怪 |
Beta Was this translation helpful? Give feedback.
-
请问如何可以去掉文章标题前面的绿色箭头? |
Beta Was this translation helpful? Give feedback.
-
请问,在assets/css/_override.scss里定义的全局字体变量中新引入的字体(很小众的)要包含在哪个目录下? |
Beta Was this translation helpful? Give feedback.
-
有没有什么办法,使主页显示的文章不止包含posts目录下的,也包含其他目录下的? |
Beta Was this translation helpful? Give feedback.
-
请问开启搜索功能只需要这样吗,我这样设置之后搜索时会卡住,搜索不出结果 |
Beta Was this translation helpful? Give feedback.
-
目前我在 content 底下直接放 .md 檔案 |
Beta Was this translation helpful? Give feedback.
-
你好,请教一下首页的这一块是如何配置的 https://imgur.com/sy7TbWP , 我观察了很多的案例都有,但我不知道该如何设置 |
Beta Was this translation helpful? Give feedback.
-
你好,这个原始文档连接开启后,点击变成了下载文件,如何让他可以在浏览器中直接打开而不是下载呢 |
Beta Was this translation helpful? Give feedback.
-
要让 Markdown 文件的链接在浏览器直接预览纯文本而不是下载,你需要在服务器上设置正确的 MIME 类型。以下是一些常见的服务器配置示例: Nginx在 Nginx 配置文件中,确保添加以下行: location ~* \.md$ {
default_type text/plain;
add_header Content-Disposition "inline";
} Apache在 Apache 配置文件或 <FilesMatch "\.md$">
Header set Content-Type text/plain
Header set Content-Disposition "inline"
</FilesMatch> 注意事项
|
Beta Was this translation helpful? Give feedback.
-
为什么我在配置Waline评论系统时在production模式下不显示评论系统?
其他几个评论系统是enable = false. |
Beta Was this translation helpful? Give feedback.
-
大佬,创建了一个新的页面,怎么让这个页面中的图片也支持lightgallery呢,我在md文件中加上lightgallery: true无效title: "闲言碎语"
|
Beta Was this translation helpful? Give feedback.
-
如何在menu添加“合集”选项?即在以下的menu中(我的网站),
|
Beta Was this translation helpful? Give feedback.
-
你好,想问下想把目录从右边改到左边,应该怎么配置或者修改哪个文件呀 |
Beta Was this translation helpful? Give feedback.
-
hello |
Beta Was this translation helpful? Give feedback.
-
求助,升级了最新版本,首页上不显示posts了,只显示非posts的了,是home.html不对还是hugo.toml配置不对? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
配置 FixIt | FixIt
了解如何配置你的 Hugo FixIt 站点。
https://fixit.lruihao.cn/zh-cn/documentation/getting-started/configuration/
Beta Was this translation helpful? Give feedback.
All reactions