83e59fb385
merge latest upstream changes
Build and Deploy Test Version - next.asandikci.com / build_deploy (push) Failing after 1m2s
2024-11-15 20:12:22 +03:00
Cotes Chung
fc3d101258
build: improve the JS build for PWA ( #1923 )
2024-08-26 16:49:48 +08:00
Julius Gamanyi
befc4ce9c5
feat(analytics): add fathom analytics ( #1913 )
2024-08-22 01:21:29 +08:00
Cotes Chung
fbba0a4204
chore: fix typos in project files and docs
2024-07-02 08:44:07 +08:00
Cotes Chung
7ca9c59784
build(deps-dev): remove package rollup-plugin-license
( #1796 )
...
The `rollup-plugin-license` has been using too many deprecated dependencies, so it is necessary to remove it.
As an alternative, this changes uses Rollup `output.banner` to insert copyright information. Since `terser` runs after `output`, it is not possible to insert the Front Matter defining permlink for `sw.js` through the same way (Jekyll Front Matter is YAML rather than JS, which would cause errors with terser).
Therefore, _Jekyll Collection_ is now used to add permlink to `sw.js`, with the collection named `app`, and the directory placed in `_app`. This directory is not tracked by git, but it will be included when building the gem.
2024-06-05 23:51:10 +08:00
Cotes Chung
363a3d936b
perf: tree shaking Bootstrap CSS ( #1736 )
2024-05-11 11:15:12 +08:00
Hieu D
c17fba44f5
feat: add cloudflare web analytics ( #1723 )
2024-05-04 08:46:17 +08:00
Huanyu Shi
8608147fb5
fix: prevent footnote back arrow from becoming an emoji ( #1716 )
2024-05-01 23:12:46 +08:00
Aliberk Sandıkçı
299c8f830c
use static pp url to fix bugs
2024-04-13 13:51:59 +03:00
Aliberk Sandıkçı
d89e755aff
pp image path correction
2024-04-13 13:47:29 +03:00
Aliberk Sandıkçı
a1919b5abd
update
2024-04-13 12:54:20 +03:00
Aliberk Sandıkçı
dfb9ccf483
update website
2024-04-13 12:34:20 +03:00
Aliberk Sandıkçı
74abd40483
update configurations
2024-04-13 02:00:37 +03:00
Aliberk Sandıkçı
c1c46e6db9
chore: initialize the environment
2024-04-13 01:43:02 +03:00
Azamat Mambetov
9f8aeaadbf
refactor!: rename media-url file and related parameters ( #1651 )
...
- Changed variable `img_cdn` to `cdn` in site configuration file.
- Changed the variable defining the relative path of the image in the post from `img_url` to `media_subpath`
2024-04-13 05:14:55 +08:00
Filippo
61bdca2db4
feat(analytics): add Umami and Matomo tracking codes ( #1658 )
2024-04-09 22:57:06 +08:00
GetOutOfMyBakery
700fd5bad7
feat: add support for giscus strict title matching ( #1614 )
2024-03-18 19:08:05 +08:00
Cotes Chung
f8390d4384
perf!: rename comment setting parameter ( #1563 )
...
Rename `site.comments.active` to `site.comments.provider`
2024-02-27 01:39:04 +08:00
Alexander Fuks
e4363871b5
feat: change site verification settings ( #1561 )
2024-02-26 22:17:18 +08:00
Alexander Fuks
b641b3f1f2
feat(analytics)!: add post pageviews for GoatCounter ( #1543 )
...
---------
Co-authored-by: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
2024-02-26 02:50:41 +08:00
Benjamin van den Hout
90693ff95e
feat: add analytics support for GoatCounter ( #1526 )
2024-02-06 22:19:28 +08:00
Cotes Chung
1127c43823
feat: add pwa.cache.*
option to precisely control caching ( #1501 )
2024-01-28 02:22:33 +08:00
Cotes Chung
241bb4df78
feat: add site-wide social preview image settings ( #1463 )
...
- Add configuration field `social_preview_image` that sets the site-wide default social preview image.
For pages that do not have `page.image` set in font matter, the seo tag will use the image specified by `site.social_preview_image` as the Open Graph image.
- Refactored the generation of image URLs to reduce redundant code and enhance fault tolerance for missing or repeated slash `/` when defining image paths.
2024-01-10 09:04:27 +08:00
Cotes Chung
575dc87d83
chore: update comments for configuration options baseurl
and url
...
Avoid newbies from misusing these two options
2023-10-06 21:02:48 +08:00
Cotes Chung
bbd92d11cc
chore: move CHANGELOG.md
to docs/
2023-10-04 18:15:22 +08:00
Cotes Chung
2a5c184373
refactor(core): remove redundant config options
...
`node_modules` is already part of the default exclusions.
See also: <https://jekyllrb.com/docs/configuration/options/#global-configuration >
2023-09-03 20:12:27 +08:00
Cotes Chung
7b43a83c40
refactor: move project files to docs
folder
2023-08-19 12:55:24 +08:00
ItsNiceCraft
0fd4c0bd0f
docs: new timezone picker ( #1152 )
2023-07-31 23:42:42 +08:00
Cotes Chung
83625644ea
refactor(core): remove GA page views report ( #1071 )
...
- Google Analytics superProxy has been archived and is no longer maintained.
- Google Analytics UA end of life.
See also: https://support.google.com/analytics/answer/11583528?hl=en
2023-06-04 10:56:31 +08:00
Cotes Chung
02b7bd5095
feat: change TOC plugin to tocbot
( #774 )
2023-03-16 03:00:29 +08:00
Cotes Chung
b69d3d7edd
refactor(build): modularize JS code
...
- replace gulp with rollup
- remove JS output from repo
2023-03-15 21:51:37 +08:00
Cotes Chung
7e6c667e7a
chore: update project description
2023-03-02 03:56:39 +08:00
Cotes Chung
e7426ec67e
chore: update image source
2022-12-05 03:50:51 +08:00
Cotes Chung
b3de722778
chore: migrate resource URLs
2022-11-22 18:11:05 +08:00
svenskithesource
3c44a1ff71
chore: correct spelling of example ( #718 )
...
`doamin` -> `domain`
2022-10-22 03:26:22 +08:00
Cotes Chung
6852ceb280
refactor: remove site config option prefer_datetime_locale
2022-10-19 04:22:12 +08:00
Petr Ruzicka
70662a0365
chore(giscus): add reactions-enabled
option ( #712 )
2022-10-15 04:31:44 +08:00
Cotes Chung
971fe03ec3
fix: exclude CHANGELOG from output
2022-06-10 23:28:40 +08:00
Cotes Chung
106c981bac
feat: add option to turn off PWA ( #527 )
2022-06-05 00:10:20 +08:00
Cotes Chung
4df4f7f8db
Add Giscus comments support ( resolve #501 )
2022-02-12 05:47:48 +08:00
Cotes Chung
3685685b28
Make the source of the static assets configurable
...
- Easy to switch between different CDN
- Allow self-host static assets
2022-02-10 04:12:35 +08:00
Cotes Chung
3db6de0abb
Update project description
2022-02-04 06:23:09 +08:00
Cotes Chung
b27258899b
Clear references to deleted folder docs
2022-02-04 06:23:09 +08:00
Cotes Chung
2c5e67f02b
Improve the SW cache list
2022-02-04 06:23:09 +08:00
Cotes Chung
85fe258b20
Migrate the images from jsDelivr CDN to GitHub
...
jsDelivr does not allow caching of website images to their CDN!
see: <https://www.jsdelivr.com/terms/acceptable-use-policy-jsdelivr-net#2-hard-limits-and-restrictions >
2022-01-29 01:08:52 +08:00
Cotes Chung
a5d38e7fbc
Improve local datetime display
...
- Protect author's location privacy
- Reduce locale configuration parameters
2022-01-28 23:45:29 +08:00
Tamme Schichler
4a2016a9e3
Don't include Google Analytics scripts without analytics id ( #482 )
2022-01-14 19:03:16 +08:00
Cotes Chung
ee7266ff0d
Update mockup image
2022-01-03 00:17:30 +08:00
Cotes Chung
d315bf57e7
Integrate utterances comments
2021-12-13 04:40:05 +08:00
Cotes Chung
75176522e3
Prepare for multiple comment systems
2021-12-13 03:34:46 +08:00