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-17update configChen Xianmin
2022-10-17fix: overflow-x on mobileChen Xianmin
2022-10-17refactor: post metaChen Xianmin
2022-10-15feat: add .prettierrc for prettier-plugin-go-templateChen Xianmin
2022-09-07fix: build gh-pages action, hugo commandChen Xianmin
2022-09-07feat: add github action deploy gh-pagesChen Xianmin
2022-09-07feat: giscus comment system supportChen Xianmin
see: https://giscus.app
2022-09-07refactor: organize comments.htmlChen Xianmin
2022-09-06fix: use new highlight optionChen Xianmin
See: https://gohugo.io/content-management/syntax-highlighting/
2022-09-06fix: footnote error for new hugo versionChen Xianmin
2022-09-06fix: menu activeChen Xianmin
see: https://github.com/gohugoio/hugo/issues/9150#issuecomment-965798975
2022-09-06refactor: menu styleChen Xianmin
2022-09-06build: update .gitignore, add generated files by HugoChen Xianmin
2022-08-25Merge pull request #339 from Darthagnon/pull-request-01Chen Xianmin
2022-07-30Add local photo exampleDarren J. de Lima
Almost added a photo to exampleSite, but I don't know the licensing for the example URL, and have a feeling Unsplash shouldn't be used as a CDN. Also uncertain what sort of wallpaper would best fit the brand you're wanting for the theme. So I won't add unnecessary filesize. (c) 24/02/2018 Jeff Bevan, Bishops Palace – Wells, Somerset, UK. ID 825_2229 (https://followingmyfeet.com/?p=8931, "Wells Snowdrops")
2022-07-29Implement suggestionsDarren J. de Lima
https://github.com/xianmin/hugo-theme-jane/pull/339
2022-07-24update README, remove who use, add contributors imgChen Xianmin
2022-07-20Add wiki as submoduleDarren J. de Lima
Allows people to download the documentation...
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-07-01Add more to default templatesDarren J. de Lima
2022-06-12Merge pull request #338 from paskal/paskal/remark42_embedChen Xianmin
Don't embed remark42 on pages without comments form
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-05-30move Commento example from dev to full config (#333)Dmitry Verkhoturov
2022-05-30Merge pull request #332 from paskal/paskal/remark42Chen Xianmin
Add Remark42 comments support
2022-04-18add Remark42 supportDmitry Verkhoturov
2022-04-07remove google_news usage (#330)Dmitry Verkhoturov
Deprecated here: https://github.com/gohugoio/hugo/issues/9172
2022-02-09Add site sample https://hustdanielhu.com/ :) (#323)Daniel
2021-01-09feat: add social icons (youtube twitch ) (#314)BIGMON
2020-12-17Merge pull request #311 from big-mon/translate-jpnChen Xianmin
feat: add Japanese translation
2020-12-17Merge pull request #310 from big-mon/fix-accessibilityChen Xianmin
fix: improve Lighthouse's score, accessibility
2020-11-26feat: add Japanese translationBIG-MON
2020-11-26fix: Improve Lighthouse score, accessibilityBIG-MON
2020-09-09Merge pull request #306 from MrBenWang/masterChen Xianmin
#305 Use hugo v0.60 or later, bug fix for shortcodes
2020-08-27#305 使用 hugo v0.60 后的版本,shortcodes 的 bug fixwangzl
2020-02-16Fix typo 'Othewise' -> 'Otherwise' (#283)K. Sasa
2020-02-06Merge pull request #277 from Fity/fix-taxonomiesChen Xianmin
set default layout for taxonomies
2020-01-14set default layout for taxonomiesFity Yang
2020-01-09Merge pull request #274 from 1989car/masterChen Xianmin
add safeHTML to customFooter
2019-12-27add safeHTML to customFooterDigital Otter
备案要求备案号为指向工信部网站的链接,修改以便可以使用以下的形式可以添加链接 ``` customFooter = '<a href="http://beian.miit.gov.cn/" target="_blank">京 ICP 备XXXXXX 号 - 1</a>' ```
2019-11-23Merge pull request #266 from paskal/masterChen Xianmin
Optimize PNG images
2019-11-23Merge pull request #267 from PhilRW/rss-fixChen Xianmin
Fix RSS
2019-11-19Fix RSSPhilip Rosenberg-Watt
New template, adapted.
2019-11-18optimize png imagesDmitry Verkhoturov
2019-11-03Merge pull request #260 from kasramp/masterChen Xianmin
#259 Add Mastodon social media icon
2019-10-27#259 Add Mastodon social media iconkasramp
2019-10-05Fixed typos in the spanish translation (#253)andrea_denisse.go
2019-10-01docs: Update SITES.md (#251)wingsxdu
[beihai](https://www.wingsxdu.com/)
2019-10-01Fix RSS link (#249)pau1ie
The RSS link is rendered incorrectly by default into an escaped version. This change corrects that.