Commit Graph

19 Commits

Author SHA1 Message Date
Cell ccce5b52fd 📈 Feat: remove noreferrer from friend links and version shortcode 2024-08-26 14:49:43 +08:00
Cell 061a3e3e2b ♻️ Refactor: deprecate .Site.IsMultiLingual in favor of hugo.IsMultilingual
.Site.IsMultiLingual was deprecated in Hugo v0.124.0 and will be removed in a future release. Use hugo.IsMultilingual
2024-07-04 23:40:08 +08:00
Cell 2ebc77797c 🚚 Chore: migrate svg to assets/images folder 2023-12-29 21:40:24 +08:00
Cell 48dc34cf11 ♻️ Refactor(i18n): hierarchize translation fields for supported languages 2023-01-02 13:31:27 +08:00
Cell 8db7727897 ♻️ Refactor: version.template.svg 2022-09-15 14:43:13 +08:00
Cell dcd93f7c6c 🎨 Style: add single newline at end of the file 2022-08-27 20:07:56 +08:00
Cell b9368668e4 🚚 Feat: ransfer repository from Lruihao to hugo-fixit 2022-08-02 16:37:33 +08:00
Cell e8a27da175 📝 Feat: change version shortcode alt 2022-07-23 14:09:14 +08:00
Abdul Halim Daud 48da281259 fix typo rel noreferrer
There are typos in the rel attribute. It should be [noreferrer](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types/noreferrer) instead of [noreffer](https://github.com/Lruihao/FixIt/search?q=noreffer).
2022-07-17 23:31:20 +08:00
Cell 2e54fd70fb 🎨 Style: tabsize 4 => 2 2022-01-11 12:39:25 +08:00
Cell 94e22bffd7 🔧 Chore: replace titles and names 2021-12-28 20:56:55 +08:00
Dillon aa48df5edd feat(content): support complete local resource references (#388) 2020-05-28 17:05:37 +08:00
Dillon 9c1244490f i18n: update i18n string format (#371) 2020-05-18 16:10:24 +08:00
Dillon e3e3bdf9ee feat(rss): add rssFullText param for RSS (#301) 2020-05-01 23:29:24 +08:00
Dillon 19c7da333d docs: update theme preview and translation (#262) 2020-04-26 23:00:29 +08:00
Dillon 87fbb05e86 feat(header): add Logo, pre and post config for header title (#252) 2020-04-23 16:49:30 +08:00
Dillon 8a0e61085c feat(code): add copy button for code (#239) 2020-04-18 20:54:54 +08:00
Dillon a9850f7df3 docs: improve version used for docs (#188) 2020-03-19 16:54:47 +08:00
Dillon 41c2d3a38e feat: add detection of the theme version and Hugo version (#173)
* feat: add detection of the theme version and Hugo version

* fix: hugo.IsProduction is incompatible in Hugo v0.62.0
2020-03-16 21:35:16 +08:00