From 70e089c392f2bb111262fe8f697469113861fe53 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Thu, 10 Feb 2022 03:16:00 +0800 Subject: [PATCH] Add introduction to new features --- _posts/2019-08-09-getting-started.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_posts/2019-08-09-getting-started.md b/_posts/2019-08-09-getting-started.md index d1527ed..418abc2 100644 --- a/_posts/2019-08-09-getting-started.md +++ b/_posts/2019-08-09-getting-started.md @@ -76,6 +76,12 @@ If you need to customize the stylesheet, copy the theme's `assets/css/style.scss Starting from [`v4.1.0`][chirpy-4.1.0], if you want to overwrite the SASS variables defined in `_sass/addon/variables.scss`{: .filepath}, create a new file `_sass/variables-hook.scss`{: .filepath} and assign new values to the target variable in it. +### Customing Static Assets + +By default, the source of the static assets is defined by file `_data/assets/cross_origin.yml`{: .filepath }, and you can replace some of these CDNs according to the network conditions in the region where your website is published. + +Also, if you want to self-host the static assets, please refer to the [_chirpy-static-assets_](https://github.com/cotes2020/chirpy-static-assets#readme). + ### Running Local Server You may want to preview the site contents before publishing, so just run it by: