Commit Graph

606 Commits

Author SHA1 Message Date
Reorx edf0ed0258 add newsletter sub box in single 2022-09-08 01:41:33 +08:00
Reorx 51d8dca83c enhance inline links 2022-09-08 00:47:08 +08:00
Reorx ea6560465b fix rss pages query 2022-09-08 00:46:41 +08:00
Reorx d9c228117b fix all pages query issues in: list, archives, newsletter section, post_nav_links 2022-09-08 00:25:50 +08:00
Reorx a32112651b finish newsletter section styling 2022-09-07 22:51:34 +08:00
Reorx ce0c027304 styling newsletter section list 2022-09-07 22:29:52 +08:00
Reorx b816797316 rename .list to .list-page 2022-09-07 21:47:14 +08:00
Reorx c33e025fe2 styling newsletter sub form 2022-09-07 16:49:18 +08:00
Reorx ceede2988a move .first-entry css to main.css, styling newsletter section 2022-09-07 16:20:55 +08:00
Reorx ea271b5651 split partial newsletter_brand 2022-09-07 15:37:31 +08:00
Reorx 2f47e7cff8 class name change: main-logo -> main-icon 2022-09-07 15:25:44 +08:00
Reorx ca373fd003 add type- and kind- classes to body, styling newsletter single and section 2022-09-07 15:19:46 +08:00
Reorx a016d83663 home page filter pages use "Section in" instead of "Type in"
distinguish .Section and .Type
2022-09-07 13:53:15 +08:00
Reorx 44533c76bb menu link is active for being the prefix of current url 2022-09-07 12:22:54 +08:00
Reorx 13a2c8742c WIP: newsletter section page and archives page can work 2022-09-07 02:06:21 +08:00
Reorx cd0381f6d3 move blogroll style to css file
prevent instantclick from ignoring the style
2022-09-07 01:45:22 +08:00
Reorx 3bc70e9a2c fix hidden is shown in list.html (section page) 2022-09-07 00:38:45 +08:00
Reorx 8bbb2ac5b5 add blogroll type of section page 2022-09-06 22:38:40 +08:00
Reorx 8d679ad58d add shortcode tweet-ref for creating tweet reference in footnotes 2022-09-06 01:43:08 +08:00
Reorx 51d922a535 use params.socialAccounts.twitter.username to change twitter meta tag
<meta name=twitter:site> and <meta name=twitter:creator>
2022-09-05 22:55:05 +08:00
Reorx 0935880bf3 fix markdown image render hook, handle third party image url 2022-09-03 21:36:36 +08:00
Reorx d88771adee use height instead of max-height to control img size on parent div
this change happens on both image-size-control and figure-img-size
2022-08-11 01:18:18 +08:00
Reorx 61452c190b add figure-img-size shortcode
for controlling image size with <figure>
2022-07-01 11:47:10 +08:00
Reorx 9d28a0e5f7 add admonition for remark42 2022-06-03 01:21:56 +08:00
Reorx a2a26eb189 update render-image to support video embed
just like embed an image, use ![](/path/to/video.mov)
2022-06-02 11:44:11 +08:00
Reorx 88b2584d06 add title for comments, enhance styles 2022-06-01 22:03:01 +08:00
Reorx b67d5df2e0 ensure the toggle theme click event listener is only added once 2022-06-01 17:42:42 +08:00
Reorx 07c4add7be refactor toggleThemeCallbacks
- use object instead of array to ensure uniqueness for each callback
- do not use <script data-no-instant> to add callback, they won't be called if the page is not loaded first time;
  instead, try to set the callback each time the page is loaded
2022-06-01 17:15:04 +08:00
Reorx 0aa7a35ee0 add .comment-box class, comment system use id; remove unused comments_script.html 2022-06-01 16:55:45 +08:00
Reorx 375281fd60 fix shortcodes rendering markdown img
replace markdownify with .Page.RenderString, the latter trigger render hook properly

see: https://gohugo.io/functions/markdownify/#readout
> Note: if you need Render Hooks, which markdownify doesn’t currently support, use .RenderString instead.
2022-06-01 16:21:06 +08:00
Reorx 82a79a8354 fix ShowToc true but no toc is generated 2022-06-01 16:07:37 +08:00
Reorx 80f443ec36 add mark and .telegram-channel style for home page entry 2022-06-01 00:51:18 +08:00
Reorx 5c47607d23 support specifying comment system in both config and front matter
in config: site.Params.defaultCommentSystems
in front matter: pageCommentSystems
2022-05-31 22:41:10 +08:00
Reorx 81f885a7b9 subtle updates 2022-05-31 22:25:48 +08:00
Reorx 50a832771e remove delegate-js
since it's not actually used, revert this commit if needed again in the futures
2022-05-31 22:25:25 +08:00
Reorx 1efab6714a make rss page query the same as list.html 2022-05-31 00:43:13 +08:00
Reorx 338bc70774 support remark42 in comments 2022-05-31 00:25:27 +08:00
Reorx 3b964af770 ensure menu item url has / suffix 2022-05-29 21:54:18 +08:00
Reorx 3398b4c6ab support adding `no-zoom` class to img 2022-05-29 17:54:37 +08:00
Seth For Privacy b562454b3e Add "[Pinned]" text after title when a post is pinned using `weight`
Also updates "draft" to "Draft" to properly capitalize the word (IMO).
2022-05-29 17:54:37 +08:00
Reorx c60eaeb535 instantclick: support updating head tags
only for meta and link (not stylesheet) tags
2022-05-28 02:10:33 +08:00
Reorx bf8b09ed0e add telegram_widget.html 2022-05-27 23:41:24 +08:00
Reorx 47a2fc8153 refactor theme toggle; add delegate-it 2022-05-27 23:39:55 +08:00
Reorx 28511efd08 control comment system in partials/comments.html 2022-05-27 21:33:40 +08:00
Reorx 9f8b0c3194 use max-width, max-height for image-size-control 2022-05-27 20:33:17 +08:00
Reorx b215127186 add figure-img shortcode 2022-05-27 01:24:34 +08:00
Reorx 8502ea49d4 add apple-touch-icon in headers 2022-05-25 01:13:27 +08:00
Reorx 9e54118235 warn if image is not found 2022-05-20 23:04:58 +08:00
Reorx 228cf0d83f use RelPermalink for markdown images 2022-05-20 18:19:35 +08:00
Reorx 3f1e99e8b4 fixup! split page_footer.html from footer.html 2022-05-19 22:41:42 +08:00