Commit Graph

44 Commits

Author SHA1 Message Date
Ming Di Leom 4f26c5e813
style(slugize): follow gfm & vscode
lowercase & remove dot
2024-06-08 04:45:34 +00:00
Ming Di Leom 772df1da56
fix(heading-link): detect repeat heading per post 2024-06-08 02:46:12 +00:00
Ming Di Leom 24c1b84e33
fix(heading-link): compatibility with marked v12
https://github.com/hexojs/hexo-renderer-marked/pull/280
2024-06-07 12:38:33 +00:00
Ming Di Leom 3ef2918a74
fix(page): replace section svg with sign
- https://en.wikipedia.org/wiki/Section_sign
2021-11-30 08:18:07 +00:00
Ming Di Leom 875d3b0540
fix(svg): <use> element no longer allows path
somehow path is considered as cross-origin resource,
though not mentioned in the doc
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/use
perhaps full URL (with protocol & domain) must be used?
but that will break mirror sites if used
2021-11-18 08:31:04 +00:00
MDLeom c422ff91ee
refactor: utilise full_url_for()
- https://github.com/hexojs/hexo-generator-feed/pull/149
2020-08-21 12:37:10 +00:00
MDLeom 25aab0be28
refactor(titleCase): String index & String.substring()
- String.substr() is a deprecated API
- Convert the rest to lowercase
2020-08-19 08:41:57 +00:00
MDLeom 9490884b5a
feat(helper): titleCase
- simpler version of https://github.com/rvagg/titlecase
  * no exceptions
2020-08-19 03:29:17 +00:00
MDLeom 1e590c15af
chore: make css build to be optional 2020-08-15 13:26:27 +00:00
MDLeom 93c5ad783e
fix(theme): check dependencies 2020-08-10 08:29:36 +00:00
MDLeom 317704fcb2
refactor(sitemap): utilise full_url_for() 2020-07-01 08:34:40 +01:00
MDLeom 8c8dfef58a
refactor(sitemap): de-duplicate date formatting 2020-07-01 08:27:26 +01:00
MDLeom c0c8c846d1
fix(feed): published data should be formatted correctly
- rename 'data' function to 'formatDate' for clarity
2020-07-01 08:23:48 +01:00
MDLeom 88a26ab144
refactor(feed): object shorthand 2020-07-01 08:21:24 +01:00
MDLeom d0de387829
refactor(sitemap): object shorthand 2020-07-01 07:52:00 +01:00
MDLeom a2a68d3291
fix(sitemap): use latest post's date as <lastmod>
- posts[0] is used instead of posts.first() because first()
is not available after posts.toArray()
2020-07-01 07:46:16 +01:00
MDLeom d0ac052b59
feat: 'updated_option' config
- post.updated will be null if not set in front-matter
- https://github.com/hexojs/hexo/pull/4278
2020-06-23 05:27:55 +01:00
MDLeom 9b8498b791
feat: share button
- web share API
- https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share
- https://web.dev/web-share/
- https://github.com/luruke/browser-2020
- move height property to css
- add left margin to headerlink button
2020-03-20 05:18:36 +00:00
MDLeom 1a9ed39332
fix(config): remove unused theme config
- remove theme.nickname and theme.description
- config.subtitle and config.description should suffice
2020-03-09 02:35:47 +00:00
MDLeom 81e08296fa
fix(image-embed): handle embedding external image
- move to site script to make theme more generic
2020-03-08 09:39:14 +00:00
MDLeom b59dd4406a
fix: display badges in one line 2020-02-19 07:50:26 +00:00
curben 8a3c90641b
fix(image): avoid prepending '/img/' to svg path 2020-02-15 21:32:47 +00:00
curben e8b76e3ae9
fix(feed): remove new lines from summary 2020-01-03 01:30:46 +00:00
curben 8e421b9202
refactor: replace 'image' tag plugin with marked:renderer filter plugin 2019-12-26 06:14:26 +00:00
curben 3beca85f47
refactor(heading-link): replace cheerio with marked:renderer filter
- https://github.com/hexojs/hexo-renderer-marked/pull/129
2019-12-24 04:38:02 +00:00
curben ff34956550
feat: use page's screenshot as og:image
- Some microbrowser loads all "og:image" images before choosing one
- Now there is only one "og:image" tag and it's a screenshot of the page
- https://24ways.org/2019/microbrowsers-are-everywhere/
2019-12-18 02:46:39 +00:00
curben 80fec3c2f4
refactor(feed): replace encodeURI with encodeURL 2019-12-12 09:00:03 +00:00
curben d70dea4097
refactor(sitemap): let to const 2019-12-12 08:58:09 +00:00
curben 5e5ef3fe47
fix(feed,sitemap): namespace should not be https
- https://github.com/hexojs/hexo-generator-feed/pull/105
2019-11-17 04:45:26 +00:00
curben 887f9ec116
refactor(helpers): js() and css() helpers now support custom attributes
- https://github.com/hexojs/hexo/pull/3681
- https://github.com/hexojs/hexo/pull/3690
2019-11-14 02:27:25 +00:00
curben 8b510a0380
refactor(sitemap): Array.concat() to Array.push() 2019-11-04 10:44:30 +00:00
curben 98d2ed587e fix: set language to en-GB 2019-10-27 03:30:36 +00:00
curben ffa9c8c5be
fix(copy_button): enable dotAll/'s' flag
- <pre> could span multiple lines
2019-10-19 04:12:15 +01:00
curben eeec6b5838
fix(copy_button): compatibility with hljs newer syntax 2019-10-19 04:07:59 +01:00
curben 2f062354fa
fix(open_graph): escape html characters in description 2019-10-18 03:31:47 +01:00
curben d6cccfb940
fix(open_graph): remove trailing index.html from url 2019-10-18 02:17:59 +01:00
curben d122f5fa6e
style(open_graph): move image-related function to continuous lines 2019-10-18 02:12:43 +01:00
curben 1b6841e9ef
feat(open_graph): add article:author 2019-10-18 02:10:57 +01:00
curben b545b38c1e
feat(open_graph): remove duplicate twitter tags
- https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/markup
- prioritise site.config than theme.config
2019-10-18 02:04:31 +01:00
curben 07b342bb27
feat(open_graph): replace keywords with article:tag
- https://yoast.com/meta-keywords/
- add date-related tags to all pages
2019-10-18 01:53:01 +01:00
curben c3ed7a9840
style: http to https 2019-10-17 11:24:55 +01:00
curben 8c8c334eaa
fix(feed): compatibility with hexo 4
- permalink variable is now encoded by default
- es6-fy
- remove categories list
2019-10-17 10:28:40 +01:00
curben c61fdab84f
fix(sitemap): modernise
- 'index.html' removal function is replaced by pretty_urls config
- add homepage
- remove uriencode, permalink is now encoded by default in Hexo v4+
- es6-fy
2019-10-17 07:01:35 +01:00
curben 14c57d7009
fix: move scripts to theme
- portability
2019-10-06 10:52:28 +01:00