757 Commits

Author SHA1 Message Date
iBug
6e94773083 Release 4.25.0 💎 2024-04-23 01:50:35 +08:00
iBug
4c38bab95b Remove remainders of browser-upgrade.html 2024-04-23 01:43:16 +08:00
iBug
6f1cbfb3be Fix bad Liquid include syntax 2024-04-23 01:34:27 +08:00
iBug
8d3592ff70 Consolidate hard-coded version numbers where possible
Now only 4 files left untouchable.
Search README.md for "Dev note" for details.
2024-04-23 01:28:03 +08:00
iBug
aae8dac76c Add Rakefile for automatically syncing CHANGELOG with history 2024-04-23 00:24:44 +08:00
iBug
b604e2a686 Sync CHANGELOG with history 2024-04-23 00:24:35 +08:00
iBug
02d989370a Update CHANGELOG and history
Call it a day for now
2024-04-22 23:58:40 +08:00
Michael Rose
9770b663f9 Update CHANGELOG and history 2024-04-22 10:46:09 -04:00
Tirthankar Mazumder
830595d967
Fixed a grammar mistake. (#3890) 2024-04-22 10:33:21 -04:00
Michael Rose
f18799a0c9 Update CHANGELOG and history 2024-04-22 10:30:23 -04:00
Michael Rose
18e89666a6 Update CHANGELOG and history 2022-05-30 12:18:57 -04:00
Michael Rose
3d65710bf7 Update CHANGELOG and history 2022-05-29 14:35:04 -04:00
Michael Rose
6f0ba5e363 Update CHANGELOG and history 2022-05-27 14:08:00 -04:00
Michael Rose
2f5af9050b Update CHANGELOG and history 2022-05-27 12:25:20 -04:00
Michael Rose
f92670442f Update CHANGELOG and history 2022-05-27 12:03:17 -04:00
iBug
cee4c86ee3
Update link to Font Awesome gallery (#3599) 2022-05-27 12:02:21 -04:00
Michael Rose
58d1ba8293 Update CHANGELOG and history 2022-05-27 12:01:06 -04:00
Michael Rose
daf51177f8 Update 2022-05-27 11:59:38 -04:00
Benson Muite
416933d98a
Add Kiswahili translation (#3489)
* Add Kiswahili translation

* Add Kiswahli to README

* Add Kiswahili to documentation
2022-05-27 11:58:09 -04:00
Michael Rose
55f6e8fae5 Exclude main.scss from Lunr search index 2022-05-27 11:48:46 -04:00
Michael Rose
bcb15f80e7 Update CHANGELOG and history 2022-05-27 11:41:13 -04:00
Nicholas Perry
00b86b1ff8
add optinal lunr searching of pages (#3352) 2022-05-27 11:39:47 -04:00
Michael Rose
a66bf7e317 Update CHANGELOG and history 2022-05-27 10:38:07 -04:00
Nicholas Perry
3f36d171bb
fix typo about loading javascript in footer (#3350) 2022-05-27 10:34:47 -04:00
Michael Rose
4ef57be787 Update CHANGELOG and history 2022-05-27 10:18:51 -04:00
Michael Rose
a499b0dcae Update CHANGELOG and history 2022-05-27 10:07:45 -04:00
Michael Rose
7aa8c7b5dc Update CHANGELOG and history 2022-05-27 10:03:02 -04:00
Michael Rose
a19dbdbf78 Update CHANGELOG and history 2022-05-27 09:50:20 -04:00
Michael Rose
2632ff650a Update CHANGELOG and history 2022-01-10 07:59:54 -05:00
Michael Rose
9539e3bd84 Update CHANGELOG and history 2022-01-05 10:34:32 -05:00
Yuchen
d6c84c9508
Add missing comma (#3318)
Co-authored-by: Yuchen Zhong <yuchen21@fb.com>
2022-01-05 10:33:50 -05:00
Michael Rose
5ef199a3eb Update CHANGELOG and history 2022-01-05 10:33:27 -05:00
Sander Holvoet
d639c605c8
✏ fix typo (#3232) 2022-01-05 10:32:35 -05:00
Michael Rose
a431dd5cc3 Update CHANGELOG and history 2022-01-05 10:32:14 -05:00
Michael Rose
9ab55b6c54 Update CHANGELOG and history 2021-10-19 11:26:54 -04:00
Michael Rose
bdcfd791a0 Update CHANGELOG and history 2021-10-19 11:25:32 -04:00
Jason Hemann
6bd64ffd47
Link clarifying adding plugins (#3181)
The phrase "put them here!" doesn't sufficiently clarify what to do; I add link to the Jekyll documentation with the proper syntax.
2021-10-19 11:21:55 -04:00
Nathan Cho
a6b51ed91e
Fix broken link & Add Baidu site verification (#3139)
* Fix broken link
Link to Bing Webmaster Tools was broken.

* Fix broken link
Link to Open Graph debug tool was broken.

* Add Baidu site verification (mmistakes#2830)
Added `baidu_site_verification` to `_config.yml`
2021-10-19 11:19:29 -04:00
John Scott
642ec7b20f
Added optional label attribute (#3128)
Added label attribute as per utterances optional label setting.
2021-10-19 11:18:00 -04:00
Michael Rose
20cd63c05b Update CHANGELOG and history 2021-08-15 19:04:16 -04:00
Michael Rose
62c123c6b5 Update CHANGELOG and history 2021-08-15 18:57:12 -04:00
Michael Rose
9cf80336b3 Update CHANGELOG and history 2021-08-08 14:10:49 -04:00
Michael Rose
0629bb770d Update CHANGELOG and history 2021-08-08 13:47:01 -04:00
Michael Rose
aa5dab277e Update CHANGELOG and history 2021-08-08 13:44:41 -04:00
Michael Rose
9269842e9d Update CHANGELOG and history 2021-07-30 15:58:05 -04:00
Michael Rose
89de4d46db Update CHANGELOG and history 2021-07-23 14:17:50 -04:00
Michael Rose
42f7512702
Update 01-quick-start-guide.md 2021-07-23 12:08:08 -04:00
Michael Rose
cc18679227 Make small grammar changes 2021-07-23 09:34:04 -04:00
Michael Rose
5094a4092a Update CHANGELOG and history 2021-07-23 09:33:51 -04:00
Erik Westrup
6ade4536f7
Add instructions on how to unminify main.js for easier browser debugging (#3055)
* Add instructions on how to unminify main.js for easier browser debugging

* Fixed Markdown style like sggested by @iBug
2021-07-23 09:30:38 -04:00