Open pluveto opened 3 years ago
请按模板提供更多信息(例如页面中包含的内容等)以供进一步讨论,祝好!
发件人: pluveto @.> 发送时间: Friday, July 16, 2021 5:55:29 PM 收件人: wangchucheng/hugo-eureka @.> 抄送: Subscribed @.***> 主题: [wangchucheng/hugo-eureka] 希望增加归档功能 (#127)
如题
― You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/wangchucheng/hugo-eureka/issues/127, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AJEXGNHCO2KYYIQXG7ZVGIDTX76ZDANCNFSM5APIEJCQ.
可以参考这个的设计:https://adityatelange.github.io/hugo-PaperMod/archives/
主要是便于 Ctrl+F 搜索博文。目前还只能苦等 Google 收录。
https://imnerd.org/custom-hugo-theme-eureka.html#%E5%BD%92%E6%A1%A3 可以参考一下我的博客的归档模板自己加一下就行~ https://imnerd.org/daily.html 这是成品哦~
@lizheming 非常感谢你提供的参考;-)
https://imnerd.org/custom-hugo-theme-eureka.html#%E5%BD%92%E6%A1%A3 可以参考一下我的博客的归档模板自己加一下就行~ https://imnerd.org/daily.html 这是成品哦~
我也自己做了一个,用在自己的模板里了。 https://www.less-bug.com/archives/ 代码见 https://github.com/pluveto/hugo-crux
@lizheming 您好,我从您博客可到搜索的配置改造,搜索框中action直接写的 search.html ,这个url 是怎么配置的呢。我这边一直 404 。 search.html 我放到了 layouts/_default 下 ,希望回复下,感谢。
@pylixm 需要创建个页面,下面的内容保存至 content/search.md
---
title: "包含关键词 的文章"
sitemap:
priority : 0.1
layout: "search"
slug: "search"
---
@pylixm 需要创建个页面,下面的内容保存至
content/search.md
--- title: "包含关键词 的文章" sitemap: priority : 0.1 layout: "search" slug: "search" ---
nice 搞定! 多谢~
不太会弄,还是希望主题自带,适配好些~~
@lizheming 请教一个跟主题不相关的问题。我没有弄好Comments
。想参考一下你是怎样设置的。
@lennyleadership 是说评论功能吗?我这边是用的自己开发的 Waline 评论系统 https://waline.js.org 如果有什么问题的话可以去 issue 里反馈一下 https://github.com/walinejs/waline/issues
如题