Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-17fix: support GA4HEADmasterChen Xianmin
see: https://discourse.gohugo.io/t/how-to-make-site-updates-to-support-google-analytics-4/38271/4
2022-10-17use default single.htmlChen Xianmin
2022-10-17refactor: post metaChen Xianmin
2022-09-07feat: giscus comment system supportChen Xianmin
see: https://giscus.app
2022-09-07refactor: organize comments.htmlChen Xianmin
2022-09-06fix: menu activeChen Xianmin
see: https://github.com/gohugoio/hugo/issues/9150#issuecomment-965798975
2022-09-06refactor: menu styleChen Xianmin
2022-07-20[Feature] Add custom wallpaper param (not yet adaptive)Darren J. de Lima
Custom wallpaper does not change with site switching to dark mode... but then, the theme does not support dark/light mode switching yet.
2022-06-06don't embed remark42 on pages without comments formDmitry Verkhoturov
Now remark42 configuration won't be loaded on pages where neither comment form nor comments counter are present.
2022-04-18add Remark42 supportDmitry Verkhoturov
2022-04-07remove google_news usage (#330)Dmitry Verkhoturov
Deprecated here: https://github.com/gohugoio/hugo/issues/9172
2021-01-09feat: add social icons (youtube twitch ) (#314)BIGMON
2020-11-26fix: Improve Lighthouse score, accessibilityBIG-MON
2020-08-27#305 使用 hugo v0.60 后的版本,shortcodes 的 bug fixwangzl
2020-01-14set default layout for taxonomiesFity Yang
2019-12-27add safeHTML to customFooterDigital Otter
备案要求备案号为指向工信部网站的链接,修改以便可以使用以下的形式可以添加链接 ``` customFooter = '<a href="http://beian.miit.gov.cn/" target="_blank">京 ICP 备XXXXXX 号 - 1</a>' ```
2019-11-19Fix RSSPhilip Rosenberg-Watt
New template, adapted.
2019-10-27#259 Add Mastodon social media iconkasramp
2019-10-01Fix RSS link (#249)pau1ie
The RSS link is rendered incorrectly by default into an escaped version. This change corrects that.
2019-08-27feat: support KaTexChen Xianmin
see https://github.com/KaTeX/KaTeX
2019-08-24add valine in comments and full-configHorace_linux
2019-08-19Fix: empty homepage or wrong posts list (#230)帅So_
caused by Hugo v.0.57.0
2019-08-13Merge pull request #226 from paskal/masterChen Xianmin
Remove word-break from post "a" tag, add "target" and "rel" params to figure shortcode
2019-08-12fix #222: pagination linksShaform
2019-08-12add target and rel params to figure shortcodeDmitry Verkhoturov
2019-08-04style: add a new social link for codeforces (#219)Howard Cheung
2019-07-19display commit link only when repo url is set (#210)Yong-Siang Shih
2019-07-19Fix search bug issues mentioned in #203. (#211)Yong-Siang Shih
* fix search bug * allow search custom title
2019-07-14feat: support GitInfo, use git commit to generate lastmod info (#206)Chen Xianmin
see https://gohugo.io/variables/git/
2019-07-07fix: add search menu-item to mobile pageChen Xianmin
2019-07-03feat: Integrate a Google Custom Search PopupChen Xianmin
2019-06-06fix: .URL WARN message (#187)Chen Xianmin
replace .URL to .Relpermalink
2019-05-17fix: livere comment missing </noscript> tagChen Xianmin
2019-05-10add safeHTML to logoTitle in slideout.html for mobile header (#191)Kai Mindermann M.Sc
2019-05-04Add commento supportGerman Lashevich
2019-04-28Fix sitemap.xsl pathrazonyang
2019-04-28Add utterances configuration: themerazonyang
2019-04-26Fix compatibility issues with Hugo 0.55 (#184)Josta Yee
* Fix `Page's .Hugo is deprecated` warning * Make rssLimit working again
2019-01-21fix: photoswipe prompt error 'PhotoSwipeUI_Default is not defined' while ↵MaxdSre
enable publicCDN (#169)
2019-01-20fix: intercepted by Adblock (#167)YuShuangqi
change bottom social class name <social-links> to <icon-links>
2019-01-19allow using Markdown in author description (#165)Yong-Siang Shih
2019-01-10fix: full url parsing error in gallery shortcode (#163)Chen Xianmin
2019-01-04feat: add 'customFooter' support (#159)Chen Xianmin
2018-12-16feat: add crossorigin="anonymous" (#157)Yong-Siang Shih
2018-12-10feat: sticky post icon. Close #65Chen Xianmin
2018-11-17add author info sectionShaform
2018-11-17allow different display for different languagesShaform
2018-11-17fix error when no Data.authors presentShaform
2018-11-17add authors pageShaform
2018-11-13feat: add "expand" shortcodeChen Xianmin