Commit Graph

706 Commits

Author SHA1 Message Date
curben 80c9e584f2
chore(hexo): update hexo from 4.1.0 to 4.1.1 2019-12-18 02:15:30 +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 163b8cd307
build: pretty_urls.trailing_html
https://github.com/hexojs/hexo/pull/3917
2019-12-12 08:50:01 +00:00
curben 9d5644b2bc
post: source of header setting 2019-12-08 03:20:57 +00:00
curben 1c89559326
post: 'GitHub now requires web browser to send referer' 2019-12-08 02:48:35 +00:00
curben 88fcd4c8e6
post: multi-account-container addon feature 2019-11-17 09:05:54 +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 e96eae0f97
post: use internal link for images 2019-10-24 08:57:25 +01: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 fb78e67e55
post: mention Streisand 2019-10-22 12:44:18 +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 b26dee22f5
post: fix markdown syntax 2019-10-18 07:18:51 +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 3ca86f563c
style: trailing new line 2019-10-18 03:51:04 +01:00
curben 96ba831659
page: add dates 2019-10-18 03:50:18 +01:00
curben 71a41c6c79
chore: replace hexo-nofollow with hexo-filter-nofollow 2019-10-18 03:34:20 +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
curben 774346e67d
fix(css): set table heading colours 2019-10-17 12:10:01 +01:00
curben c3ed7a9840
style: http to https 2019-10-17 11:24:55 +01:00
curben 7bc55954d6
refactor(css): remove unused class 2019-10-17 11:19:42 +01:00
curben bda9bdfbc5
fix(css): align badge to the left 2019-10-17 11:16:06 +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 ce9ebeb1bf
fix(layout): add homepage link and remove redirect 2019-10-17 06:48:36 +01:00
curben 772fc46cee
feat(layout): remove about layout and associated configs 2019-10-17 06:44:57 +01:00