From fd19fed528449b8c82ccee6ed7913ec35846451f Mon Sep 17 00:00:00 2001 From: riwon <137711369+cherry-p0p@users.noreply.github.com> Date: Sun, 25 Aug 2024 23:46:57 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20::=20Delete=20basic=20p?= =?UTF-8?q?osts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 2 + _includes/head.html | 2 + _posts/2019-08-08-text-and-typography.md | 200 --------- _posts/2019-08-08-write-a-new-post.md | 505 ----------------------- _posts/2019-08-09-getting-started.md | 138 ------- assets/img/favicons/favicon-16x16.png | Bin 1247 -> 14504 bytes assets/img/favicons/favicon-32x32.png | Bin 2312 -> 0 bytes assets/img/favicons/mstile-150x150.png | Bin 12172 -> 0 bytes 8 files changed, 4 insertions(+), 843 deletions(-) delete mode 100644 _posts/2019-08-08-text-and-typography.md delete mode 100644 _posts/2019-08-08-write-a-new-post.md delete mode 100644 _posts/2019-08-09-getting-started.md delete mode 100644 assets/img/favicons/favicon-32x32.png delete mode 100644 assets/img/favicons/mstile-150x150.png diff --git a/_config.yml b/_config.yml index 564bda3cab1..88b2f6df80b 100644 --- a/_config.yml +++ b/_config.yml @@ -18,6 +18,8 @@ title: cherry-p0p's tech blog # the main titlec tagline: iOS Developer # it will display as the sub-title +favicon: "/assets/img/favicons/favicon-16x16" + description: >- # used by seo meta and the atom feed Write down what I learned diff --git a/_includes/head.html b/_includes/head.html index fd260c0e22b..6fba8d8664f 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -57,6 +57,8 @@ {{ site.title }} + + {% include_cached favicons.html %} diff --git a/_posts/2019-08-08-text-and-typography.md b/_posts/2019-08-08-text-and-typography.md deleted file mode 100644 index a8db26a00ff..00000000000 --- a/_posts/2019-08-08-text-and-typography.md +++ /dev/null @@ -1,200 +0,0 @@ ---- -title: Text and Typography -description: Examples of text, typography, math equations, diagrams, flowcharts, pictures, videos, and more. -author: cotes -date: 2019-08-08 11:33:00 +0800 -categories: [Blogging, Demo] -tags: [typography] -pin: true -math: true -mermaid: true -image: - path: /commons/devices-mockup.png - lqip: data:image/webp;base64,UklGRpoAAABXRUJQVlA4WAoAAAAQAAAADwAABwAAQUxQSDIAAAARL0AmbZurmr57yyIiqE8oiG0bejIYEQTgqiDA9vqnsUSI6H+oAERp2HZ65qP/VIAWAFZQOCBCAAAA8AEAnQEqEAAIAAVAfCWkAALp8sF8rgRgAP7o9FDvMCkMde9PK7euH5M1m6VWoDXf2FkP3BqV0ZYbO6NA/VFIAAAA - alt: Responsive rendering of Chirpy theme on multiple devices. ---- - -## Headings - - - -# H1 — heading -{: .mt-4 .mb-0 } - -## H2 — heading -{: data-toc-skip='' .mt-4 .mb-0 } - -### H3 — heading -{: data-toc-skip='' .mt-4 .mb-0 } - -#### H4 — heading -{: data-toc-skip='' .mt-4 } - - -## Paragraph - -Quisque egestas convallis ipsum, ut sollicitudin risus tincidunt a. Maecenas interdum malesuada egestas. Duis consectetur porta risus, sit amet vulputate urna facilisis ac. Phasellus semper dui non purus ultrices sodales. Aliquam ante lorem, ornare a feugiat ac, finibus nec mauris. Vivamus ut tristique nisi. Sed vel leo vulputate, efficitur risus non, posuere mi. Nullam tincidunt bibendum rutrum. Proin commodo ornare sapien. Vivamus interdum diam sed sapien blandit, sit amet aliquam risus mattis. Nullam arcu turpis, mollis quis laoreet at, placerat id nibh. Suspendisse venenatis eros eros. - -## Lists - -### Ordered list - -1. Firstly -2. Secondly -3. Thirdly - -### Unordered list - -- Chapter - - Section - - Paragraph - -### ToDo list - -- [ ] Job - - [x] Step 1 - - [x] Step 2 - - [ ] Step 3 - -### Description list - -Sun -: the star around which the earth orbits - -Moon -: the natural satellite of the earth, visible by reflected light from the sun - -## Block Quote - -> This line shows the _block quote_. - -## Prompts - - - -> An example showing the `tip` type prompt. -{: .prompt-tip } - -> An example showing the `info` type prompt. -{: .prompt-info } - -> An example showing the `warning` type prompt. -{: .prompt-warning } - -> An example showing the `danger` type prompt. -{: .prompt-danger } - - -## Tables - -| Company | Contact | Country | -| :--------------------------- | :--------------- | ------: | -| Alfreds Futterkiste | Maria Anders | Germany | -| Island Trading | Helen Bennett | UK | -| Magazzini Alimentari Riuniti | Giovanni Rovelli | Italy | - -## Links - - - -## Footnote - -Click the hook will locate the footnote[^footnote], and here is another footnote[^fn-nth-2]. - -## Inline code - -This is an example of `Inline Code`. - -## Filepath - -Here is the `/path/to/the/file.extend`{: .filepath}. - -## Code blocks - -### Common - -```text -This is a common code snippet, without syntax highlight and line number. -``` - -### Specific Language - -```bash -if [ $? -ne 0 ]; then - echo "The command was not successful."; - #do the needful / exit -fi; -``` - -### Specific filename - -```sass -@import - "colors/light-typography", - "colors/dark-typography"; -``` -{: file='_sass/jekyll-theme-chirpy.scss'} - -## Mathematics - -The mathematics powered by [**MathJax**](https://www.mathjax.org/): - -$$ -\begin{equation} - \sum_{n=1}^\infty 1/n^2 = \frac{\pi^2}{6} - \label{eq:series} -\end{equation} -$$ - -We can reference the equation as \eqref{eq:series}. - -When $a \ne 0$, there are two solutions to $ax^2 + bx + c = 0$ and they are - -$$ x = {-b \pm \sqrt{b^2-4ac} \over 2a} $$ - -## Mermaid SVG - -```mermaid - gantt - title Adding GANTT diagram functionality to mermaid - apple :a, 2017-07-20, 1w - banana :crit, b, 2017-07-23, 1d - cherry :active, c, after b a, 1d -``` - -## Images - -### Default (with caption) - -![Desktop View](/posts/20190808/mockup.png){: width="972" height="589" } -_Full screen width and center alignment_ - -### Left aligned - -![Desktop View](/posts/20190808/mockup.png){: width="972" height="589" .w-75 .normal} - -### Float to left - -![Desktop View](/posts/20190808/mockup.png){: width="972" height="589" .w-50 .left} -Praesent maximus aliquam sapien. Sed vel neque in dolor pulvinar auctor. Maecenas pharetra, sem sit amet interdum posuere, tellus lacus eleifend magna, ac lobortis felis ipsum id sapien. Proin ornare rutrum metus, ac convallis diam volutpat sit amet. Phasellus volutpat, elit sit amet tincidunt mollis, felis mi scelerisque mauris, ut facilisis leo magna accumsan sapien. In rutrum vehicula nisl eget tempor. Nullam maximus ullamcorper libero non maximus. Integer ultricies velit id convallis varius. Praesent eu nisl eu urna finibus ultrices id nec ex. Mauris ac mattis quam. Fusce aliquam est nec sapien bibendum, vitae malesuada ligula condimentum. - -### Float to right - -![Desktop View](/posts/20190808/mockup.png){: width="972" height="589" .w-50 .right} -Praesent maximus aliquam sapien. Sed vel neque in dolor pulvinar auctor. Maecenas pharetra, sem sit amet interdum posuere, tellus lacus eleifend magna, ac lobortis felis ipsum id sapien. Proin ornare rutrum metus, ac convallis diam volutpat sit amet. Phasellus volutpat, elit sit amet tincidunt mollis, felis mi scelerisque mauris, ut facilisis leo magna accumsan sapien. In rutrum vehicula nisl eget tempor. Nullam maximus ullamcorper libero non maximus. Integer ultricies velit id convallis varius. Praesent eu nisl eu urna finibus ultrices id nec ex. Mauris ac mattis quam. Fusce aliquam est nec sapien bibendum, vitae malesuada ligula condimentum. - -### Dark/Light mode & Shadow - -The image below will toggle dark/light mode based on theme preference, notice it has shadows. - -![light mode only](/posts/20190808/devtools-light.png){: .light .w-75 .shadow .rounded-10 w='1212' h='668' } -![dark mode only](/posts/20190808/devtools-dark.png){: .dark .w-75 .shadow .rounded-10 w='1212' h='668' } - -## Video - -{% include embed/youtube.html id='Balreaj8Yqs' %} - -## Reverse Footnote - -[^footnote]: The footnote source -[^fn-nth-2]: The 2nd footnote source diff --git a/_posts/2019-08-08-write-a-new-post.md b/_posts/2019-08-08-write-a-new-post.md deleted file mode 100644 index 69eaf34acbe..00000000000 --- a/_posts/2019-08-08-write-a-new-post.md +++ /dev/null @@ -1,505 +0,0 @@ ---- -title: Writing a New Post -author: cotes -date: 2019-08-08 14:10:00 +0800 -categories: [Blogging, Tutorial] -tags: [writing] -render_with_liquid: false ---- - -This tutorial will guide you how to write a post in the _Chirpy_ template, and it's worth reading even if you've used Jekyll before, as many features require specific variables to be set. - -## Naming and Path - -Create a new file named `YYYY-MM-DD-TITLE.EXTENSION`{: .filepath} and put it in the `_posts`{: .filepath} of the root directory. Please note that the `EXTENSION`{: .filepath} must be one of `md`{: .filepath} and `markdown`{: .filepath}. If you want to save time of creating files, please consider using the plugin [`Jekyll-Compose`](https://github.com/jekyll/jekyll-compose) to accomplish this. - -## Front Matter - -Basically, you need to fill the [Front Matter](https://jekyllrb.com/docs/front-matter/) as below at the top of the post: - -```yaml ---- -title: TITLE -date: YYYY-MM-DD HH:MM:SS +/-TTTT -categories: [TOP_CATEGORIE, SUB_CATEGORIE] -tags: [TAG] # TAG names should always be lowercase ---- -``` - -> The posts' _layout_ has been set to `post` by default, so there is no need to add the variable _layout_ in the Front Matter block. -{: .prompt-tip } - -### Timezone of Date - -To accurately record the release date of a post, you should not only set up the `timezone` of `_config.yml`{: .filepath} but also provide the post's timezone in variable `date` of its Front Matter block. Format: `+/-TTTT`, e.g. `+0800`. - -### Categories and Tags - -The `categories` of each post are designed to contain up to two elements, and the number of elements in `tags` can be zero to infinity. For instance: - -```yaml ---- -categories: [Animal, Insect] -tags: [bee] ---- -``` - -### Author Information - -The author information of the post usually does not need to be filled in the _Front Matter_ , they will be obtained from variables `social.name` and the first entry of `social.links` of the configuration file by default. But you can also override it as follows: - -Adding author information in `_data/authors.yml` (If your website doesn't have this file, don't hesitate to create one). - -```yaml -: - name: - twitter: - url: -``` -{: file="_data/authors.yml" } - -And then use `author` to specify a single entry or `authors` to specify multiple entries: - -```yaml ---- -author: # for single entry -# or -authors: [, ] # for multiple entries ---- -``` - -Having said that, the key `author` can also identify multiple entries. - -> The benefit of reading the author information from the file `_data/authors.yml`{: .filepath } is that the page will have the meta tag `twitter:creator`, which enriches the [Twitter Cards](https://developer.twitter.com/en/docs/twitter-for-websites/cards/guides/getting-started#card-and-content-attribution) and is good for SEO. -{: .prompt-info } - -### Post Description - -By default, the first words of the post are used to display on the home page for a list of posts, in the _Further Reading_ section, and in the XML of the RSS feed. If you don't want to display the auto-generated description for the post, you can customize it using the `description` field in the _Front Matter_ as follows: - -```yaml ---- -description: Short summary of the post. ---- -``` - -Additionally, the `description` text will also be displayed under the post title on the post's page. - -## Table of Contents - -By default, the **T**able **o**f **C**ontents (TOC) is displayed on the right panel of the post. If you want to turn it off globally, go to `_config.yml`{: .filepath} and set the value of variable `toc` to `false`. If you want to turn off TOC for a specific post, add the following to the post's [Front Matter](https://jekyllrb.com/docs/front-matter/): - -```yaml ---- -toc: false ---- -``` - -## Comments - -The global switch of comments is defined by variable `comments.active` in the file `_config.yml`{: .filepath}. After selecting a comment system for this variable, comments will be turned on for all posts. - -If you want to close the comment for a specific post, add the following to the **Front Matter** of the post: - -```yaml ---- -comments: false ---- -``` - -## Media - -We refer to images, audio and video as media resources in _Chirpy_. - -### URL Prefix - -From time to time we have to define duplicate URL prefixes for multiple resources in a post, which is a boring task that you can avoid by setting two parameters. - -- If you are using a CDN to host media files, you can specify the `cdn` in `_config.yml`{: .filepath }. The URLs of media resources for site avatar and posts are then prefixed with the CDN domain name. - - ```yaml - cdn: https://cdn.com - ``` - {: file='_config.yml' .nolineno } - -- To specify the resource path prefix for the current post/page range, set `media_subpath` in the _front matter_ of the post: - - ```yaml - --- - media_subpath: /path/to/media/ - --- - ``` - {: .nolineno } - -The option `site.cdn` and `page.media_subpath` can be used individually or in combination to flexibly compose the final resource URL: `[site.cdn/][page.media_subpath/]file.ext` - -### Images - -#### Caption - -Add italics to the next line of an image, then it will become the caption and appear at the bottom of the image: - -```markdown -![img-description](/path/to/image) -_Image Caption_ -``` -{: .nolineno} - -#### Size - -To prevent the page content layout from shifting when the image is loaded, we should set the width and height for each image. - -```markdown -![Desktop View](/assets/img/sample/mockup.png){: width="700" height="400" } -``` -{: .nolineno} - -> For an SVG, you have to at least specify its _width_, otherwise it won't be rendered. -{: .prompt-info } - -Starting from _Chirpy v5.0.0_, `height` and `width` support abbreviations (`height` → `h`, `width` → `w`). The following example has the same effect as the above: - -```markdown -![Desktop View](/assets/img/sample/mockup.png){: w="700" h="400" } -``` -{: .nolineno} - -#### Position - -By default, the image is centered, but you can specify the position by using one of the classes `normal`, `left`, and `right`. - -> Once the position is specified, the image caption should not be added. -{: .prompt-warning } - -- **Normal position** - - Image will be left aligned in below sample: - - ```markdown - ![Desktop View](/assets/img/sample/mockup.png){: .normal } - ``` - {: .nolineno} - -- **Float to the left** - - ```markdown - ![Desktop View](/assets/img/sample/mockup.png){: .left } - ``` - {: .nolineno} - -- **Float to the right** - - ```markdown - ![Desktop View](/assets/img/sample/mockup.png){: .right } - ``` - {: .nolineno} - -#### Dark/Light mode - -You can make images follow theme preferences in dark/light mode. This requires you to prepare two images, one for dark mode and one for light mode, and then assign them a specific class (`dark` or `light`): - -```markdown -![Light mode only](/path/to/light-mode.png){: .light } -![Dark mode only](/path/to/dark-mode.png){: .dark } -``` - -#### Shadow - -The screenshots of the program window can be considered to show the shadow effect: - -```markdown -![Desktop View](/assets/img/sample/mockup.png){: .shadow } -``` -{: .nolineno} - -#### Preview Image - -If you want to add an image at the top of the post, please provide an image with a resolution of `1200 x 630`. Please note that if the image aspect ratio does not meet `1.91 : 1`, the image will be scaled and cropped. - -Knowing these prerequisites, you can start setting the image's attribute: - -```yaml ---- -image: - path: /path/to/image - alt: image alternative text ---- -``` - -Note that the [`media_subpath`](#url-prefix) can also be passed to the preview image, that is, when it has been set, the attribute `path` only needs the image file name. - -For simple use, you can also just use `image` to define the path. - -```yml ---- -image: /path/to/image ---- -``` - -#### LQIP - -For preview images: - -```yaml ---- -image: - lqip: /path/to/lqip-file # or base64 URI ---- -``` - -> You can observe LQIP in the preview image of post \"[Text and Typography](../text-and-typography/)\". - -For normal images: - -```markdown -![Image description](/path/to/image){: lqip="/path/to/lqip-file" } -``` -{: .nolineno } - -### Video - -#### Social Media Platform - -You can embed videos from social media platforms with the following syntax: - -```liquid -{% include embed/{Platform}.html id='{ID}' %} -``` - -Where `Platform` is the lowercase of the platform name, and `ID` is the video ID. - -The following table shows how to get the two parameters we need in a given video URL, and you can also know the currently supported video platforms. - -| Video URL | Platform | ID | -| -------------------------------------------------------------------------------------------------- | ---------- | :------------- | -| [https://www.**youtube**.com/watch?v=**H-B46URT4mg**](https://www.youtube.com/watch?v=H-B46URT4mg) | `youtube` | `H-B46URT4mg` | -| [https://www.**twitch**.tv/videos/**1634779211**](https://www.twitch.tv/videos/1634779211) | `twitch` | `1634779211` | -| [https://www.**bilibili**.com/video/**BV1Q44y1B7Wf**](https://www.bilibili.com/video/BV1Q44y1B7Wf) | `bilibili` | `BV1Q44y1B7Wf` | - -#### Video Files - -If you want to embed a video file directly, use the following syntax: - -```liquid -{% include embed/video.html src='{URL}' %} -``` - -Where `URL` is a URL to a video file e.g. `/path/to/sample/video.mp4`. - -You can also specify additional attributes for the embedded video file. Here is a full list of attributes allowed. - -- `poster='/path/to/poster.png'` — poster image for a video that is shown while video is downloading -- `title='Text'` — title for a video that appears below the video and looks same as for images -- `autoplay=true` — video automatically begins to play back as soon as it can -- `loop=true` — automatically seek back to the start upon reaching the end of the video -- `muted=true` — audio will be initially silenced -- `types` — specify the extensions of additional video formats separated by `|`. Ensure these files exist in the same directory as your primary video file. - -Consider an example using all of the above: - -```liquid -{% - include embed/video.html - src='/path/to/video.mp4' - types='ogg|mov' - poster='poster.png' - title='Demo video' - autoplay=true - loop=true - muted=true -%} -``` - -### Audios - -If you want to embed an audio file directly, use the following syntax: - -```liquid -{% include embed/audio.html src='{URL}' %} -``` - -Where `URL` is a URL to an audio file e.g. `/path/to/audio.mp3`. - -You can also specify additional attributes for the embedded audio file. Here is a full list of attributes allowed. - -- `title='Text'` — title for an audio that appears below the audio and looks same as for images -- `types` — specify the extensions of additional audio formats separated by `|`. Ensure these files exist in the same directory as your primary audio file. - -Consider an example using all of the above: - -```liquid -{% - include embed/audio.html - src='/path/to/audio.mp3' - types='ogg|wav|aac' - title='Demo audio' -%} -``` - -## Pinned Posts - -You can pin one or more posts to the top of the home page, and the fixed posts are sorted in reverse order according to their release date. Enable by: - -```yaml ---- -pin: true ---- -``` - -## Prompts - -There are several types of prompts: `tip`, `info`, `warning`, and `danger`. They can be generated by adding the class `prompt-{type}` to the blockquote. For example, define a prompt of type `info` as follows: - -```md -> Example line for prompt. -{: .prompt-info } -``` -{: .nolineno } - -## Syntax - -### Inline Code - -```md -`inline code part` -``` -{: .nolineno } - -### Filepath Highlight - -```md -`/path/to/a/file.extend`{: .filepath} -``` -{: .nolineno } - -### Code Block - -Markdown symbols ```` ``` ```` can easily create a code block as follows: - -````md -``` -This is a plaintext code snippet. -``` -```` - -#### Specifying Language - -Using ```` ```{language} ```` you will get a code block with syntax highlight: - -````markdown -```yaml -key: value -``` -```` - -> The Jekyll tag `{% highlight %}` is not compatible with this theme. -{: .prompt-danger } - -#### Line Number - -By default, all languages except `plaintext`, `console`, and `terminal` will display line numbers. When you want to hide the line number of a code block, add the class `nolineno` to it: - -````markdown -```shell -echo 'No more line numbers!' -``` -{: .nolineno } -```` - -#### Specifying the Filename - -You may have noticed that the code language will be displayed at the top of the code block. If you want to replace it with the file name, you can add the attribute `file` to achieve this: - -````markdown -```shell -# content -``` -{: file="path/to/file" } -```` - -#### Liquid Codes - -If you want to display the **Liquid** snippet, surround the liquid code with `{% raw %}` and `{% endraw %}`: - -````markdown -{% raw %} -```liquid -{% if product.title contains 'Pack' %} - This product's title contains the word Pack. -{% endif %} -``` -{% endraw %} -```` - -Or adding `render_with_liquid: false` (Requires Jekyll 4.0 or higher) to the post's YAML block. - -## Mathematics - -We use [**MathJax**][mathjax] to generate mathematics. For website performance reasons, the mathematical feature won't be loaded by default. But it can be enabled by: - -[mathjax]: https://www.mathjax.org/ - -```yaml ---- -math: true ---- -``` - -After enabling the mathematical feature, you can add math equations with the following syntax: - -- **Block math** should be added with `$$ math $$` with **mandatory** blank lines before and after `$$` - - **Inserting equation numbering** should be added with `$$\begin{equation} math \end{equation}$$` - - **Referencing equation numbering** should be done with `\label{eq:label_name}` in the equation block and `\eqref{eq:label_name}` inline with text (see example below) -- **Inline math** (in lines) should be added with `$$ math $$` without any blank line before or after `$$` -- **Inline math** (in lists) should be added with `\$$ math $$` - -```markdown - - -$$ -LaTeX_math_expression -$$ - - - -$$ -\begin{equation} - LaTeX_math_expression - \label{eq:label_name} -\end{equation} -$$ - -Can be referenced as \eqref{eq:label_name}. - - - -"Lorem ipsum dolor sit amet, $$ LaTeX_math_expression $$ consectetur adipiscing elit." - - - -1. \$$ LaTeX_math_expression $$ -2. \$$ LaTeX_math_expression $$ -3. \$$ LaTeX_math_expression $$ -``` - -> Starting with `v7.0.0`, configuration options for **MathJax** have been moved to file `assets/js/data/mathjax.js`{: .filepath }, and you can change the options as needed, such as adding [extensions][mathjax-exts]. -> If you are building the site via `chirpy-starter`, copy that file from the gem installation directory (check with command `bundle info --path jekyll-theme-chirpy`) to the same directory in your repository. -{: .prompt-tip } - -[mathjax-exts]: https://docs.mathjax.org/en/latest/input/tex/extensions/index.html - -## Mermaid - -[**Mermaid**](https://github.com/mermaid-js/mermaid) is a great diagram generation tool. To enable it on your post, add the following to the YAML block: - -```yaml ---- -mermaid: true ---- -``` - -Then you can use it like other markdown languages: surround the graph code with ```` ```mermaid ```` and ```` ``` ````. - -## Learn More - -For more knowledge about Jekyll posts, visit the [Jekyll Docs: Posts](https://jekyllrb.com/docs/posts/). diff --git a/_posts/2019-08-09-getting-started.md b/_posts/2019-08-09-getting-started.md deleted file mode 100644 index 3cad3839a0d..00000000000 --- a/_posts/2019-08-09-getting-started.md +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: Getting Started -description: >- - Get started with Chirpy basics in this comprehensive overview. - You will learn how to install, configure, and use your first Chirpy-based website, as well as deploy it to a web server. -author: cotes -date: 2019-08-09 20:55:00 +0800 -categories: [Blogging, Tutorial] -tags: [getting started] -pin: true -media_subpath: '/posts/20180809' ---- - -## Prerequisites - -Follow the instructions in the [Jekyll Docs](https://jekyllrb.com/docs/installation/) to complete the installation of the basic environment. [Git](https://git-scm.com/) also needs to be installed. - -## Installation - -### Creating a New Site - -There are two ways to create a new repository for this theme: - -- [**Using the Chirpy Starter**](#option-1-using-the-chirpy-starter) — Easy to upgrade, isolates irrelevant project files so you can focus on writing. -- [**GitHub Fork**](#option-2-github-fork) — Convenient for custom development, but difficult to upgrade. Unless you are familiar with Jekyll and are determined to tweak or contribute to this project, this approach is not recommended. - -#### Option 1. Using the Chirpy Starter - -Sign in to GitHub and browse to [**Chirpy Starter**][starter], click the button Use this template > Create a new repository, and name the new repository `USERNAME.github.io`, where `USERNAME` represents your GitHub username. - -#### Option 2. GitHub Fork - -Sign in to GitHub to [fork **Chirpy**](https://github.com/cotes2020/jekyll-theme-chirpy/fork), and then rename it to `USERNAME.github.io` (`USERNAME` means your username). - -Next, clone the repository to your local machine, make sure it has [Node.js][nodejs] installed, then go to the root directory of the repo and run the following command: - -```console -$ bash tools/init.sh -``` - -> If you don't want to deploy your site on GitHub Pages, append option `--no-gh` at the end of the above command. -{: .prompt-info } - -The above command will: - -1. Check out the code to the [latest tag][latest-tag] (to ensure the stability of your site: as the code for the default branch is under development). -2. Remove non-essential sample files and take care of GitHub-related files. -3. Build CSS/JS assets files and then make them tracked by Git. -4. Automatically create a new commit to save the changes above. - -### Installing Dependencies - -Before running local server for the first time, go to the root directory of your site and run: - -```console -$ bundle -``` - -## Usage - -### Configuration - -Update the variables in `_config.yml`{: .filepath} as needed. Some typical options include: - -- `url` -- `avatar` -- `timezone` -- `lang` - -### Social Contact Options - -Social contact options are displayed at the bottom of the sidebar. You can enable or disable specific contacts in the `_data/contact.yml`{: .filepath} file. - -### Customizing the Stylesheet - -To customize the stylesheet, copy the theme's `assets/css/jekyll-theme-chirpy.scss`{: .filepath} file to the same path in your Jekyll site, and add your custom styles at the end of the file. - -Starting with version `6.2.0`, if you want to overwrite the SASS variables defined in `_sass/addon/variables.scss`{: .filepath}, copy the main SASS file `_sass/main.scss`{: .filepath} to the `_sass`{: .filepath} directory in your site's source, then create a new file `_sass/variables-hook.scss`{: .filepath} and assign your new values there. - -### Customizing Static Assets - -Static assets configuration was introduced in version `5.1.0`. The CDN of the static assets is defined in `_data/origin/cors.yml`{: .filepath }. You can replace some of them based on to the network conditions in the region where your website is published. - -Also, if you'd like 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: - -```console -$ bundle exec jekyll s -``` - -After a few seconds, the local service will be published at __. - -## Deployment - -Before deploying, check the `_config.yml`{: .filepath} file and ensure the `url` is configured correctly. If you prefer a [**project site**](https://help.github.com/en/github/working-with-github-pages/about-github-pages#types-of-github-pages-sites) and don't use a custom domain, or if you want to visit your website with a base URL on a web server other than **GitHub Pages**, remember to set the `baseurl` to your project name, starting with a slash, e.g., `/project-name`. - -Now you can choose _ONE_ of the following methods to deploy your Jekyll site. - -### Deploy Using GitHub Actions - -Prepare the following: - -- If you're on the GitHub Free plan, keep your site repository public. -- If you have committed `Gemfile.lock`{: .filepath} to the repository, and your local machine is not running Linux, update the platform list of the lock file: - - ```console - $ bundle lock --add-platform x86_64-linux - ``` - -Next, configure the _Pages_ service: - -1. Go to your repository on GitHub. Select the _Settings_ tab, then click _Pages_ in the left navigation bar. In the **Source** section (under _Build and deployment_), select [**GitHub Actions**][pages-workflow-src] from the dropdown menu. - ![Build source](pages-source-light.png){: .light .border .normal w='375' h='140' } - ![Build source](pages-source-dark.png){: .dark .normal w='375' h='140' } - -2. Push any commits to GitHub to trigger the _Actions_ workflow. In the _Actions_ tab of your repository, you should see the workflow _Build and Deploy_ running. Once the build is complete and successful, the site will be deployed automatically. - -You can now visit the URL provided by GitHub to access your site. - -### Manual Build and Deployment - -For self-hosted servers, you will need to build the site on your local machine and then upload the site files to the server. - -Navigate to the root of the source project, and build your site with the following command: - -```console -$ JEKYLL_ENV=production bundle exec jekyll b -``` - -Unless you specified the output path, the generated site files will be placed in the `_site`{: .filepath} folder of the project's root directory. Upload these files to your target server. - -[nodejs]: https://nodejs.org/ -[starter]: https://github.com/cotes2020/chirpy-starter -[pages-workflow-src]: https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-with-a-custom-github-actions-workflow -[latest-tag]: https://github.com/cotes2020/jekyll-theme-chirpy/tags diff --git a/assets/img/favicons/favicon-16x16.png b/assets/img/favicons/favicon-16x16.png index f44237a9a42f93a98c435c3fc958cc9a52c2e38c..a0c3a8a4be0fb1c5e9e319874d5284bdaf4becd9 100644 GIT binary patch literal 14504 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 Tmbv}kDM3k5Igu(My@3A%jq}gS literal 1247 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJOS+@4BLl<6e(pbstU$g(vPY0F z14ES>14Ba#1H&(%P{RubhEf9thF1v;3|2E37{m+a>YRSpT$B!RBc<^9PPY+N*S63I%ZFY8c zWo2cjPoH*ianaDwsIRYYsBf4%ckbcChbK&!z{SfhAi%@M!45PbJUm=bP%x+4yW7Xl zPhMMDKvcs-cCt&rNsp`;YqOv(2cVgidERRZlk*Ea7&IAX9?iV^e=@%~pQ4tes=kbw zr{>~|g>z2i0Dao9))(l_$@`P197yrcGRm3k6kBVV+2uCvaN5Lui8GI8fx=;(A5cx} zrr^4j{%xB>dUwVEg9Rc8Br6tq=1p~}UFnlE$q7gTRo1Ton&}G+cA(3FUenUj0(x!s z?AceYTmgCw7&89;{+^zmz_{4Fd2?lDWl&I%gM)*Qj}I_pmMvT6dZ*~uuJ9?G;p&rS2#igev$wwjJ=t0k-RjftT|)dbe^xNF zu{-Qpp(4%B!YEm=d}?d&x`R2zq6)iy{QG@Vjoq$n_QqWsXO~&CXwLGN90NPZ!4!iOb0e z2?;4v!UIxLLW05)Q<8w(q@*Q&-OKA04+s*Ddbe=9-$ne|{!h`^3(2j*m-BAf<_uqqXH6CwIR<8+V6` z+u7c}PSIA*j-yA_Rn%0MFIm><&A_U1+1P0FrsAT{pSZcYmozY4I;y(#^E3U39V^!C zSro+fBL3#8SF>*In)Ivf*s^D0mTU~uW|=--XIj_*^s;J+YeY#(Vo9o1a#1RfVlXl= zGSoFN(KRv)F*LI>Ft9SQ&^9mvGD6KA{7^LH=BH$)RpQp5lJ(;gP(yfCNJL3cV!1*= zQGQxxPO3slWkIS!W2I`Q&6e6=(&6r>mdKI;Vst0Gj@< AT>t<8 diff --git a/assets/img/favicons/favicon-32x32.png b/assets/img/favicons/favicon-32x32.png deleted file mode 100644 index d5d021d85c808e4ae23408203e5e34223d752de2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2312 zcmZ`*dpHyN8~@tGvXRR=R-!Snj>(3fTr+G3IU8e2_2=)8-}652`+1+w`+T1Fc|Onk$D89rbyrv0tOfv3 z_w*q7DiHlMVJeDxn8TSv4_^uZ91{Sz*#ImlDDDRUlJNjc zg#loH0RY{^;%1toVxV%s%bf()enzRNimzbSCwlBV3;~ zPqnF$DNz%1&=fNnKK3-``T2{7Uo5_sHAe05nieDSPggX4DaGbOfB}eAT86i71b770 z+bjmNUXx&Rr5o1j3e3R{s4Z+n8_c+z)CvYz$W10`&B7bMmETR|zxOO7i2KhmD}1Z-fn@==6(v6<9$lz@J6kf7(lQtw zLZ)S-VLtwSuoL1czv|uu7tMso&BslZZoYf>j^W zHn3(urlDbw?vHbJ!BRbA&t^ePU|Tf`BgBP&efJo zvx!mpsZ$z54e@${eYbhkVp|u7luu|EO)Lu0ebFlFnm|y{+}w=4O!ad#sQSmfP^07T zoh+uC8`O4E2l|C0O0>T$+n{fcEFc*nb4bxEOY^-010H-6O8Ha1X-_6pwSD$SPi=5Z zv~1$}d)Z?2ppehl)k>c zkN?JVOhfG)G*Zn_6NWy!d$hOO4^Po)YHG4Qx@_@)#P%r4PIJ`gv^xoFh#!0Zl>cFN zRux>RT;FMDJBg~(Fvvg-HwbdeF9Zb!E(yB3efRkJ9eed^Ki%J-(Njr@PDp60kCpla z1?6RBLFVS>(59xU!*^Nk6pH%iH=?{eU5k)}m>9c*!zn}7&vW`Rhi6o{pOUBh^&Jnr z_o%pio6q5JuGQC{-BTArp;qxpw2G#~likPRx<9?H4H50WR7qp8Ec6{x;=-O5Z8J-q zedCm%b!r%sPtZK=6A-X)Pcm+gC^gp3X%*tyg@|D3DBGS!r)MuMap-jVUon^5q;;VW z4y`UPmXtVUe1DOJ9vD;qC;#~2`>x2x-iq7ZqM^F@$1cUKy#Jc!QDj`i+$UT7;{jad z*xN5@j&DR6KX!?FXf)(HicSanB=s3)YMd8-xAkaOzgB$x$r&(U1MSf zcYOwzjk}uMlzT;`Lob{?8+yekwsLaVZXsFT|9ze0Setxyb!^%zQ#?wPpV)c20rzK} zRh~s%F;8u;!GVbtYEshE`Ps4zKe1s(pRWGO3BTq|@<0qa*QlGf-l_VD+1}1C&hl4x z)C!;3NntixJehg+1SZ|RV5ViE>c!gB)1(pp;m`)-0>y<<5uQku&S&wA~Pv0I;_!(aINkn zFTCuog~)_}Ru^_Peh^ftrpd>o01ZcUu2`(Cnwg(VF`*yHi>K|GI z_vTa6YRsCeuuGk1Jc*-{G&Flq(2(H71w(nEAQQgx=<(wg)J*irCgmDP*V0wJiH`e8 zyzV;p)mg>yTJk1()r@Al42RdDDXFBs&ZhT zk3h7RAV)cGNPhUnxfU|EW$TgenQ=k=$U=u{^4(#XTKGLu&z-cs+@j(8Pdi_&>P_`8 z$AmoGJs9xKw<%3l!YHhb-B)z25hp>A$ENymtOj$~I|vuoHV_Fh+OVVt{lf2&FfJj0 z|6c`Lt=eLFe6bQJ!tPeM@{GvpU`3n6$yamS5oky`)RUe1y*!#@)7UEO{@6RsV-RVm zxZ%%vro7^OC&!IX?%j&lFyeA8K|RRLiQ7)ta$<8~dCQ8;>d^@=*nb1u$~(UHohK~M zY$(ClSm)D+fR^DE9|B69;h~T8t)`!5I4mZ=&iD11yCR6Xtv5t(9h`m{Ns`J+>Jx|u ze2!JXjI@LgN5Z)!aGX@w4mUC#XixwBW@D>0APfst9|oYZ@hJN69m-?Fu>yb7Cj(nW zSJrgp__WyvTB$$Zgl%kc06T)gX4;1zVk!Vw;w=g0cx!V@8#=+p9*?)Twl%|BDjNTt zMC$(t;#m`ln?kUcLl0p4GE&irhggv@aZEHjJ&}oyNo0oukXAhQ4FOBq zgT+4cmUMWI`vNEiz9Ss2gVFKgBcVEI64zQB0ma;=qa_2q?Tst@nM`+AHd{rV_~m+6N#Ih(twMK?elFBK`MEh!0%( zP^56x5{+NS6Vrd}I z6PK(;Z3*B5{C8?f3ZVOcKY1<1Nx&5XcNGmqf^}S4au8o~WTznr#LcCmAglXfZg%IRO0jf`?;W+&9kSRY6g^Ylp}eO-*6v|x^`xN`et0gNq9`kd@*kE5EV>> zWvOsm@{J=8r}r`LFUneS>};7{#j@fN+wlJD@n^Y}kbjY;l8a^J@rq>cTt^gM>( zDPmrd*Ep)r3zK#JcmJH)r@Je?&ySa7F!dRp4ARrldH28{{Aa7std%9QM(9BnQ5MNV zoYVG})_vy}Cza0&ub$dFb{YDn*VN7$a%Kkx*LWt>cpB%&YcZHC$T0=YN#|^46Ww5c z`+Hc0^$JIO`1pV!Db23jl8~7##vl98^MqEzf=&{vB?!d3g)d2lAP%>(+-?c})iP#aPk=MG5yycA%+jw&ig+{{=U+(;sQnlC)3uq?r|tZ~wIr>9IS~=-I?7#_AM{FR0ize0)*1e;vrZ zR-;Go3I|2eW4MF;Xf3eC>#8+(q0?ry{j$9+VL1OM_B2TNvNhK`6;TSl5IN98TQW~w z>J$9P_8WSqbt*6)M0VYJ?}x=xs`EXj#xuI+ta3<-seEd#Vbu2I)4hR#y;kMa-K1gW zo_c9H{~~93jg4Z#D0FHr_pLo#@+uEl@t;%NKc?p7%s2~m$)@IjkCeojCI+YG&Y8aZ zD-~#?41Iwm*W0`spPIWatAUr*tT)js71o@+u-{d+-$e{L2D~dTe|{pUqq-|=GlZEO zinu1S-~Hs(IIPUNYG5zzT)sHguzWf-=lqwJ*He^q+EDzLp>JZ1XL5~x6As5DV2QLv zx#RXrM&kg&v-3ViS&X9nu5Ve5p-s_*%)9cqxAynN$FgP=G2IAng6jDfqz8`w`9*xNk1YMxlxY(6&m#?q@}PH|~{LH5=@ zhV&g%F18ftYcSJwYg_#Ydm*Vb3B3}<^0_}6>qt_)7(}3JTsbv`W%g8hYE24F_ECym zkJ_-*|HPYOMy}QV>RL=ZhUBTVvGf!MzPl#w^f;zF zHWK_y+6+a1BtJ(mei`}{61j$IrK!GtBdgG8w!D6ek2Xa+LymOWlHPNjG<@$=!$E

_nQW8n*?}ESWU%R`ze^O_AZ*R}?Sv8@5 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 Q14DpR6g3r)a^@lb2j