Commit Graph

129 Commits

Author SHA1 Message Date
MDLeom 520cafa35c
fix(css): consistent font-size across phone screen
- avoid reducing font size in smaller screen
2020-12-05 11:42:01 +00:00
MDLeom c01dd395b1
fix(layout): enable zoom
- https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag#Viewport_width_and_screen_width
2020-12-03 22:23:30 +00:00
MDLeom d9077aaf1c
fix(assets): remove cache-buster 2020-11-13 05:17:23 +00:00
MDLeom e1dbedc2ce
fix(css): contrast on parts of codeblock 2020-11-10 03:19:03 +00:00
MDLeom 62ebd35ae1
feat(theme): add post's source 2020-11-08 11:37:21 +00:00
MDLeom a6a13ffac8
fix(theme): alias default language to en-GB 2020-11-08 11:22:27 +00:00
MDLeom 3617597281
fix(css): underline site links when hover 2020-10-22 05:14:22 +00:00
MDLeom 97929bb41d
fix(css): remove 'ul' 'ol' left margin 2020-10-21 09:02:55 +00:00
MDLeom 4d0398a04f
fix(css): unset colour of 'mark'-ed line 2020-10-21 05:57:51 +00:00
MDLeom c6d0369b95
chore(dev-deps): update autoprefixer from 9.6.1 to 10.0.0
- add postcss as devDep due to new requirement
- Closes !26
2020-09-21 09:07:52 +00:00
MDLeom 4f69beea5f
fix(css): set background colour of inline codeblock highlight 2020-08-30 09:53:08 +00:00
MDLeom df475584ae
fix(css): update to sanitize.css v12.0.1 2020-08-24 00:58:14 +00:00
curben-bot 457da8603e chore(deps): update dependency sanitize.css to v12 2020-08-23 04:06:59 +00:00
MDLeom bdfc32e449
fix(css): remove unused style
- continue b37693b142
2020-08-21 12:48:25 +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 b37693b142
fix(css): caption class
- 23372e0f11
2020-08-17 08:42:11 +00:00
MDLeom 2bbca77471
fix(css): caption class
- 23372e0f11
2020-08-17 08:40:45 +00:00
MDLeom cdb8dc5c28
fix(css): make permalink icon appears centre 2020-08-16 06:34:21 +00:00
MDLeom e1cdcf5f33
fix(layout): add default mobile menu 2020-08-16 03:46:16 +00:00
MDLeom f28c920fad
fix(layout): add default menu 2020-08-16 03:41:50 +00:00
MDLeom a8a23d535c
fix: move theme icons to theme's folder 2020-08-16 03:33:07 +00:00
MDLeom 75cc2a8dc9
fix(css): compatibility with hexojs/hexo-util#229
- https://github.com/hexojs/hexo-util/pull/229
2020-08-15 13:38:31 +00:00
MDLeom 9b3b9d569d
fix: move logos from theme to site 2020-08-15 13:28:30 +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 6c9179a388
fix(layout): utilise url_for() to prepend root value 2020-08-09 11:56:09 +00:00
MDLeom 54d1a3856d
refactor: utilise feed_tag() helper
- https://hexo.io/docs/helpers#feed-tag
2020-08-09 11:51:22 +00:00
MDLeom a852f0e8ce
feat: add tag index page
- https://github.com/hexojs/hexo-generator-tag/pull/44
2020-08-09 11:46:13 +00:00
MDLeom 757534f5d4
fix(css): switch dracula to visual studio light+dark theme 2020-07-30 12:29:50 +01:00
MDLeom 6173a10818
fix(layout): remove unnecessary newline 2020-07-21 08:52:52 +01: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 dc6535aa7e
fix(css): add margin to figcaption and copy-button 2020-05-24 06:57:44 +01:00
MDLeom e8a914d984
fix(layout): deduplicate class name 2020-05-09 09:54:36 +01:00
MDLeom 7bc2bb6a94
fix(css): remove code block padding 2020-05-06 02:13:02 +01:00
MDLeom c1c0d7abce
fix(css): increase font size of 'h4' element 2020-04-22 12:00:25 +01:00
MDLeom 3b4b06e64b
fix(css): use default style of 'em' element 2020-04-22 11:40:44 +01:00
MDLeom adb9d92218
fix(js): only show share button if web share API is supported 2020-04-22 11:38:30 +01:00
MDLeom 7ce52e381a
fix(mobile-menu): ignore click if mobile menu is hidden 2020-04-12 10:18:12 +01:00
MDLeom b36b898a17
feat(js): remove SRI since 3rd-party libs are now served locally 2020-04-08 01:05:33 +01:00
MDLeom 713a6ef730
feat: serve third-party libs locally 2020-04-08 01:02:42 +01:00
MDLeom 17c1ad06a0
feat(js): hide mobile menu when click outside
- https://htmldom.dev/detect-clicks-outside-of-an-element
2020-04-04 06:53:32 +01:00
MDLeom 2a9756acd8
fix(layout): archives-wrap should be inside archive-container 2020-04-04 06:22:18 +01:00