22021775b6
move draft blogs to _drafts folder
Build and Deploy Test Version - next.asandikci.com / build_deploy (push) Successful in 1m8s
2024-11-15 22:37:18 +03:00
dd99a9b433
remove placeholder posts
Build and Deploy Test Version - next.asandikci.com / build_deploy (push) Successful in 1m7s
2024-11-15 20:44:10 +03:00
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
8b7dba71e3
docs: update tutorial and readme
...
Change Dev Containers logo in README:
Simple Icons has removed all Microsoft icons due to copyright restrictions, see <https://github.com/simple-icons/simple-icons/issues/11236 >
2024-08-27 15:18:52 +08:00
Aliberk Sandıkçı
83689021be
initial draft
2024-08-23 00:36:41 +03:00
Cotes Chung
35fdea0c4f
docs: add devcontainers tutorial ( #1844 )
2024-08-19 05:10:33 +08:00
Cotes Chung
fbba0a4204
chore: fix typos in project files and docs
2024-07-02 08:44:07 +08:00
Cotes Chung
1c5fa0880d
refactor: restore shell script extensions
...
Without an extension, the shell script configuration in `.gitattribute` will not work.
2024-06-01 04:15:09 +08:00
Cotes Chung
64ae7a3671
docs: correct markdown syntax of tutorial ( #1787 )
2024-05-30 03:33:35 +08:00
Alexander Fuks
00a27a1b85
fix: audio/video path apply variable media_subpath
( #1745 )
2024-05-18 18:47:12 +08:00
Cotes Chung
f87fdd0ea0
build(deps): upgrade html-proofer
to v5.x
2024-05-11 14:08:39 +08:00
Cotes Chung
363a3d936b
perf: tree shaking Bootstrap CSS ( #1736 )
2024-05-11 11:15:12 +08:00
Cotes Chung
44f552cbce
feat(deps): move MathJax
configuration to a separate file ( #1670 )
...
Move `MathJax` configuration to file `assets/js/data/mathjax.js` will help add extensions.
2024-04-14 04:34:32 +08:00
Aliberk Sandıkçı
dfb9ccf483
update website
2024-04-13 12:34:20 +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
Azamat Mambetov
23be4162b3
feat(media): support audio and video tag with multi sources ( #1618 )
2024-04-05 00:54:50 +08:00
Alexander Fuks
f865336c89
feat: make post description customizable ( #1602 )
...
---------
Co-authored-by: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
2024-03-18 18:50:05 +08:00
Cotes Chung
25c4166722
style(markdown): resolve markdownlint
warnings
2024-03-02 02:14:17 +08:00
Alexander Fuks
9592146ca3
feat: add support for embed video files ( #1558 )
2024-02-27 23:51:33 +03:00
Piotr Held
c13ec31163
perf: enable equation numbering in MathJax ( #1520 )
...
If you place your equations inside $$\begin{equation}...\end{equation}$$
you will get MathJax equation numbering. As described here:
https://docs.mathjax.org/en/latest/input/tex/eqnumbers.html
BREAKING CHANGES: if you used \begin{equation} inside $$ you will
get equation numbering which was not previously present.
2024-01-31 03:44:19 +08:00
TroubleDog54
ea3a22e13c
docs: fix typo in the "Getting Started" post ( #1502 )
2024-01-23 15:23:53 +08:00
Mill Haruto
4a2b89d0b6
feat: add bilibili embed video support ( #1406 )
...
---------
Co-authored-by: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
2023-12-09 21:48:19 +08:00
Zheng Yuan
d71711d2d3
docs: add more content in Mathematics and fix some typos ( #1306 )
...
1. Add docs for block math and inline math
2. Change a grammar mistake at line 137, the single form should be used
3. Change the comma from Chinese to English for consistency of the doc.
---------
Co-authored-by: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
2023-10-08 19:17:59 +08:00
Denny Korsukéwitz
3a022bc816
docs: fix the stylesheet name in tutorial ( #1260 )
...
Fixes stylesheet name in post `2019-08-09-getting-started.md`
---------
Co-authored-by: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
2023-09-23 17:44:44 +08:00
Cotes Chung
9b74070d45
docs: delete the usage guide for jekyll-docker
...
The project [`jekyll-docker`](https://github.com/envygeeks/jekyll-docker/ ) has not been updated for more than a year and is not supported by `sass-cover-3.x` (`sass-embedded`) in Jekyll `4.3` due to the old OS version.
When developing sass code, we have to consider `sass-cover-2.x` (`sassc`) compatibility, which reduces web rendering performance and increases syntax maintenance costs.
Therefore, it makes no sense to maintain this awkward situation and the use of the deprecated image `jekyll/jekyll` should be removed from the documentation.
See also:
- https://github.com/envygeeks/jekyll-docker/issues/363
- https://github.com/jekyll/jekyll-sass-converter#migrate-from-2x-to-3x
2023-09-23 05:04:31 +08:00
Cotes Chung
af4102476e
docs: compress heading example
2023-09-23 05:01:29 +08:00
Cotes Chung
3f9f5c79e8
docs: update tutorial & readme ( #1222 )
...
* docs(tutorials): add social options settings
* docs: update features in README
2023-09-10 20:35:10 +08:00
Cotes Chung
229c2a2e2b
feat(posts): render heading 4 in TOC ( #1023 )
2023-09-03 20:20:14 +08:00
Cotes Chung
926d1ca068
docs: update tutorial & readme ( #1110 )
...
- update feature list in README
- add screenshots to tutorial
2023-06-27 00:39: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
129c4b3fa6
docs: update tutorial & demo content
2023-05-13 07:48:57 +08:00
Cotes Chung
6e6b6479f5
docs: migrate upgrade details to the wiki
2023-03-18 02:07:14 +08:00
Cotes Chung
d921b981f7
docs: update tutorial
...
docs: update tutorial
2023-02-20 05:57:37 +08:00
Cotes Chung
dd339aea2b
chore: ignore gem lock file in user-end
2023-01-30 03:01:02 +08:00
Cotes Chung
e8d20bf7b0
docs: update tutorials
...
- remove outdated content
- append instructions for SASS overrides (#827 )
2023-01-12 05:12:04 +08:00
Cotes Chung
8440d42984
docs: add tutorial and example for new features
2022-12-28 01:24:31 +08:00
Cotes Chung
5fc428353c
build(cd): migrate CD to GitHub
2022-12-05 00:51:38 +08:00
Cotes Chung
782a930fdf
docs: update tutorial for defining preview image
2022-11-18 22:18:04 +08:00
Cotes Chung
ae2669fedc
docs: restore some tutorial content ( #721 )
2022-11-12 18:41:44 +08:00
Cotes Chung
65f722fb04
docs: update typography demo post
2022-10-09 20:10:03 +08:00
Cotes Chung
8bcdd87891
chore(docs, cd): correct workflow name in tutorial
2022-09-25 01:58:54 +08:00
Cotes Chung
e55ebadeb2
docs: add PV feature deprecation note
...
close #682
2022-09-23 21:01:25 +08:00
Michael Tan
f1d9e99bc0
feat: add multiple authors to a post ( #677 )
...
Resolves #675
2022-09-14 05:05:01 +08:00
Cotes Chung
163c5761e9
docs: update deployment tutorial
2022-09-11 00:41:15 +08:00
Galen Rice
e993ac872a
docs: update deployment notes
2022-09-07 22:59:19 +08:00
Galen Rice
21c8c2b70d
docs: switch the reference of deploy.sh
to test.sh
2022-09-07 22:53:11 +08:00
Martin Pfundmair
b78a2d85bd
docs: fix a typo of the tutorial ( #676 )
2022-09-07 13:51:29 +08:00
Josh Johanning
20b7fe3a53
docs: adding a note about preview images and v5.2.0
( #632 )
2022-07-02 18:16:02 +08:00
Cotes Chung
097bb23530
docs: add description for preview image
2022-04-26 04:55:38 +08:00