Commit Graph

166 Commits

Author SHA1 Message Date
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
MDLeom 4099637c84
fix(css): set svg icons hover colour 2020-03-25 01:50:47 +00:00
MDLeom 80a95935f5
refactor(layout): call Date() directly 2020-03-25 01:48:04 +00:00
MDLeom 5debe1419d
docs(svg): add credit 2020-03-22 17:51:49 +00:00
MDLeom 92e89467da
chore(deps): update clipboard.js to 2.0.6 2020-03-20 07:53:40 +00:00
MDLeom 1cccb619a0
fix(search): consistent class name style 2020-03-20 05:37:09 +00:00
MDLeom 2284440a7d
fix(search): change search button colour to link 2020-03-20 05:22:49 +00: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 5a79bf82a8
fix(css): reduce mobile header height
- disable line break for site title
- remove menu button label
- increase size of menu button
2020-03-20 04:21:29 +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 397eadae2a
fix(footer): propagate footer links from config 2020-03-06 11:05:51 +00:00
MDLeom 46cca09188
feat: add .onion mirror 2020-03-06 10:55:46 +00:00
MDLeom a3739cf6de
feat: use duckduckgo onion address if site is .onion 2020-03-06 08:47:37 +00:00
MDLeom 0e2799edbf
fix(css): alternating colour rows
- https://www.textfixer.com/tutorials/css-table-alternating-rows.php
2020-03-06 07:32:53 +00:00
MDLeom c020a300e1
fix(css): change link underline colour to logo's colour 2020-02-26 07:37:33 +00:00
MDLeom 8793eda7cc
fix(favicon): move to site source/ folder
- make chameleon theme more generic
2020-02-26 05:31:36 +00:00
MDLeom b59dd4406a
fix: display badges in one line 2020-02-19 07:50:26 +00:00
MDLeom a4adf75d05
feat: add canonical tag
- https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types
2020-02-18 23:54:00 +00:00
MDLeom d4875be40d
chore: mdleom.com in site assets 2020-02-18 23:40:10 +00:00
curben 8a3c90641b
fix(image): avoid prepending '/img/' to svg path 2020-02-15 21:32:47 +00:00
curben 6bb55a6bde Revert "feat(search): use duckduckgo lite/no-js"
This reverts commit 159960da02.
Only usable as a browser search engine, otherwise shows "forbidden" error message
2020-01-18 05:46:01 +00:00
curben 159960da02
feat(search): use duckduckgo lite/no-js 2020-01-18 05:32:52 +00:00
curben 10d9ebd6b3
fix(css): remove background colour for codeblock
- inspired by https://sscaffold-css.com/
- fix copy button's hover colours
2020-01-04 02:42:15 +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 a36b361d3b
feat(favicon): add svg
- https://blog.chromium.org/2019/12/chrome-80-content-indexing-es-modules.html
- https://caniuse.com/#feat=link-icon-svg
2019-12-20 04:50:17 +00:00
curben feeaca491f
fix(js): load copy button script in post only 2019-12-20 02:44:20 +00:00
curben e59bfdbca6
refactor(css): custom properties
- https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
- https://css-irl.info/7-uses-for-css-custom-properties/
2019-12-20 02:33:57 +00:00
curben 763f7dc008
fix(mobile-menu): background-color 2019-12-18 06:19:47 +00:00
curben f2c46c4a11 fix(svg): xml namespace should use http, not https 2019-12-18 05:57:25 +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 1df434b5e6
fix(font-color): compatibility with light theme 2019-12-18 01:22:38 +00:00
curben f2169903ea
fix(svg): xml namespace should use http, not https
- https://github.com/hexojs/hexo-generator-feed/pull/105
2019-12-18 01:12:47 +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 5cd412bda6
fix(css): add homepage link to mobile-nav
- mistakenly removed in 78397dad37
2019-11-14 02:22:14 +00:00
curben 1524f00c05
fix(css): header-hr set to straight line 2019-11-14 02:17:48 +00:00
curben 8f5ae5ee9d
fix(css): make blockquote more obvious 2019-11-14 02:11:14 +00:00
curben 248ab79ac4
fix(css): codeblock background width 2019-11-14 02:06:15 +00:00
curben 8bfbe48148
fix(search): use config.url instead of hardcoded url 2019-11-12 10:19:27 +00:00
curben 78397dad37
fix(search): do not send referrer
- https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types
- https://github.com/whatwg/html/issues/2983
- https://github.com/whatwg/html/pull/4332
2019-11-12 10:10:30 +00:00
curben 740e671023
page(about): add npm handle 2019-11-11 01:54:06 +00:00
curben bed321c987
fix(theme): rename js and css to 'chameleon'
- Continuation of 5a381f7032
2019-11-09 08:54:48 +00:00
curben 8b510a0380
refactor(sitemap): Array.concat() to Array.push() 2019-11-04 10:44:30 +00:00
curben 6d18a37e09
fix(css): set list-style to disc for toc 2019-10-28 05:32:24 +00:00
curben 98d2ed587e fix: set language to en-GB 2019-10-27 03:30:36 +00:00
curben 313daae655
refactor(layout): remove unused variable 2019-10-24 08:53:06 +01:00
curben e953758c88
fix(paginator): disable escape 2019-10-24 05:03:12 +01: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 66211e7d9c
fix(css): set codeblock width to minimum 2019-10-18 07:12:59 +01:00
curben 07c59dc42a
fix(css): remove unused class 2019-10-18 07:09:51 +01:00
curben 3170c9f88d
feat(code_highlight): update to newer syntax
- use Dracula theme
- https://github.com/hexojs/hexo-util/issues/19
- https://github.com/dracula/highlightjs
2019-10-18 07:06:18 +01:00
curben 1986365f37
fix(layout): head layout shouldn't be cached due to Open Graph 2019-10-18 03:32:28 +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