Commit Graph

623 Commits

Author SHA1 Message Date
ranshers 2536b3aabb changed partials/head.html for fix for Google analytics change to .Site.Config.Services.GoogleAnalytics.ID 2024-09-02 12:31:01 -04:00
Reorx 5e73b0ea72 move the line from .post-footer to .comment-separator 2023-01-27 20:59:36 +08:00
Reorx e13eb19368 newsletter: use english title for h2 2023-01-27 20:54:16 +08:00
Reorx 666e655554 enhance newsletter form default UI 2023-01-27 00:51:04 +08:00
Reorx bfd1c4c880 update default newsletter_sub_form.html 2023-01-27 00:33:09 +08:00
Reorx 08aad5370e enhance subscribe form styling 2023-01-19 18:59:49 +08:00
Reorx bd3529a534 enhance newsletter styles 2023-01-18 00:36:09 +08:00
Reorx 345bea16cb add custom sitemap to ignore nositemap pages 2022-12-08 14:53:28 +08:00
Reorx d7986e71bf remove twitter:image meta tag
according to https://developer.twitter.com/en/docs/twitter-for-websites/cards/guides/getting-started,
twitter:image is not needed when og:image appears
2022-09-10 01:44:16 +08:00
Reorx 5a324267dc add fixedWith for image-size-control 2022-09-10 00:50:11 +08:00
Reorx a461f6d44f add essays section layout 2022-09-09 11:30:49 +08:00
Reorx 7a7486c112 fix header logo width inconsistancy 2022-09-09 11:30:32 +08:00
Reorx 886aafac1f inline_links partial
finally find a way to determine whether a section/term page has archives or not
by conquering hugo's faultiness of .RelPermalink
2022-09-08 23:36:35 +08:00
Reorx bb02a60990 newsletter section: only show list when there are pages 2022-09-08 21:55:35 +08:00
Reorx e14673bee7 subtle adjustments 2022-09-08 21:08:03 +08:00
Reorx deb675dace clear debug code 2022-09-08 02:37:44 +08:00
Reorx 2faf1cc852 finish newsletter archives 2022-09-08 02:35:11 +08:00
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