Commit Graph

923 Commits

Author SHA1 Message Date
Cotes Chung 6ca66366d5
build(git-ignore): add missing item
When using the theme starter, which uses a git submodule,
assets loaded from that submodule are "untracked" files in the pages branch working tree.
The build can fail at this line due to Git, saying "the following untracked working tree files would be overwritten by checkout".

Adding `-f` forces the checkout, overwriting all files.
The other deploy steps then take over and rewrite the files as needed.
2022-04-02 19:18:32 +08:00
Cotes Chung 0740b857c6
build(deps): disables the rule `body-max-line-length` 2022-04-02 19:13:54 +08:00
Cotes Chung 0542b5149c
fix: remove whitespace from avatar URL (#537)
Fix #537
2022-03-22 21:13:39 +08:00
Cotes Chung e68108014a
style: add indentation 2022-03-22 21:13:39 +08:00
Camilo Martínez Burgos efe75adf27
feat: add es-ES support to locales (#533)
Using the already existing locales in the chirpy repository, I added a new locale file in Spanish.
2022-03-17 02:22:46 +08:00
Cotes Chung 3e64400246
Merge branch 'fix/seo-tag' 2022-03-17 02:11:47 +08:00
Cotes Chung f581b4395f
docs: update posts for author info 2022-03-17 02:05:45 +08:00
Cotes Chung 96a16c868e
fix: correct the `twitter:creator` of Twitter summary card 2022-03-17 01:40:38 +08:00
Cotes Chung 67d51d5df2
docs: update preview image's font-matter 2022-03-16 22:51:41 +08:00
Cotes Chung 9cefe58993
fix: when the `site.img_cdn` is set to the local path, the preview-image path loses the `baseurl` 2022-03-16 22:17:19 +08:00
Cotes Chung b8d1bcd3de
fix: resume the preview image SEO tag (#529)
Fix #529
2022-03-16 22:17:19 +08:00
Cotes Chung a60a4562bf
Merge branch 'feature/global-npm-bin' 2022-03-13 18:02:52 +08:00
Cotes Chung 03e4f575ba
build(npm, shell): use the global `standard-version` 2022-03-13 16:53:13 +08:00
Cotes Chung b58cab1c07
docs: update contributing guidelines 2022-03-13 16:50:12 +08:00
Cotes Chung da05d395fb
build(npm): use the global `commitlint` & `husky` 2022-03-13 16:47:22 +08:00
Cotes Chung f0a2e2f4e1
chore(gh-actions): resume the trigger branch 2022-03-12 22:29:15 +08:00
Cotes Chung c57238975a
docs: update bug report template 2022-03-12 22:27:39 +08:00
Paulo Freitas c2c503f633 feat: add pt-BR support to locales 2022-03-07 16:12:53 +08:00
Cotes Chung 5607a1755a
Merge branch 'feature/update-deps' 2022-03-05 00:09:22 +08:00
Cotes Chung 5a575613bb
build: update required ruby version & docs uri 2022-03-04 23:58:13 +08:00
Cotes Chung 00ad357033
ci: update matrix environment 2022-03-04 23:58:13 +08:00
Zak Kemble dd9d5a7207
fix: use `jsonify` to generate valid json (#521) 2022-03-03 21:49:05 +08:00
Cotes d2bbcb791f
Merge pull request #520 from ZakKemble/fix-script-location-and-url-encode 2022-03-03 21:06:48 +08:00
Zak Kemble 4c1c8d8b0e fix: correctly URL encode share links
Relates to #496
2022-03-03 12:55:27 +00:00
Zak Kemble 2103191b2f fix: script code should be in head or body, not in between 2022-03-03 12:54:44 +00:00
Cotes Chung 5d85ccb994
fix: table bypass refactoring when it contains IAL (#519)
Fix #519
2022-03-03 18:05:48 +08:00
Cotes Chung 7fef3fafec
Merge branch 'feature/auto-versioning' 2022-03-03 03:11:08 +08:00
Cotes Chung 887859dd32
docs: update contributing guidelines 2022-03-03 02:46:28 +08:00
Cotes Chung 42fe8f5d21
build(shell): update release tool to work with `standard-version` 2022-03-03 02:46:28 +08:00
HigherOrderLogic 171463d76d
Add Vietnamese locale (#517) 2022-03-02 02:16:31 +08:00
Cotes Chung dd264e793c
ci(gh-actions): add `commitlint` for PR 2022-03-01 23:26:07 +08:00
Cotes Chung 004ab6c56a
build(deps): add `commitlint`, `husky`, and `standard-version` 2022-03-01 23:26:07 +08:00
Cotes Chung 3969b28743 Bump version to 5.1.0 2022-02-14 23:59:48 +08:00
Cotes Chung 5f31fbcf72 Enhance versioning tools 2022-02-14 23:59:17 +08:00
Cotes Chung 4986db1204 Improve SCSS comment symbols: change `//` to `/* */` 2022-02-14 23:39:50 +08:00
Cotes Chung 508d3c5c6a Update docs 2022-02-14 22:15:38 +08:00
Cotes Chung 35e013f7fd Adapt the search input to Bootstrap 4.6 2022-02-14 22:15:38 +08:00
Cotes Chung e52dc9551c Beautify heading style (margin, anchor) 2022-02-14 22:15:38 +08:00
Cotes Chung 5753118d8b Keep the original image shadow of the theme
Bootstrap 4.6.x has its own class `.shadow`
2022-02-14 21:41:50 +08:00
Cotes Chung 5295bbf4f9 Merge branch 'feature/expand-prompt' 2022-02-14 21:39:10 +08:00
Cotes Chung cfd05d1aa5 Update prompt related docs 2022-02-14 20:14:39 +08:00
Cotes Chung 6c4d0e0def Rename prompt type `note` to `info` 2022-02-14 20:14:39 +08:00
Cotes Chung 15cfa84ddb Add `tip` type prompt 2022-02-13 03:08:57 +08:00
Cotes Chung 08a993be90 Bypass hidden posts in home page pagination (fix #504) 2022-02-12 06:10:21 +08:00
Cotes Chung 2b66ad0441 Update readme 2022-02-12 06:06:42 +08:00
Cotes Chung 0f6b170e24 Use constants to define resources for `utterances`
Self-host the JS for `utterances` is not necessary, because the list of comments cannot be loaded if the network is offline.
2022-02-12 05:47:48 +08:00
Cotes Chung 4df4f7f8db Add Giscus comments support (resolve #501) 2022-02-12 05:47:48 +08:00
Cotes Chung 09f1ded60c Merge branch 'feature/configurable-assets-cdn' 2022-02-10 04:14:03 +08:00
Cotes Chung 70e089c392 Add introduction to new features 2022-02-10 04:12:35 +08:00
Cotes Chung dc42b6f800 Add assets submodule 2022-02-10 04:12:35 +08:00