add ignore for legacy_site

This commit is contained in:
Peter 2023-08-05 01:55:39 +08:00
parent 39aeed4f27
commit 20ccd30179
3 changed files with 5 additions and 2 deletions

View File

@ -183,6 +183,7 @@ exclude:
- rollup.config.js - rollup.config.js
- node_modules - node_modules
- package*.json - package*.json
- legacy_site
jekyll-archives: jekyll-archives:
enabled: [categories, tags] enabled: [categories, tags]

View File

@ -4,7 +4,7 @@ title: "Hello world"
description: Finally cleaned up my website. description: Finally cleaned up my website.
--- ---
Welcome to my blog, about time I got one of these since there's a lot of random thoughts and technical experiences I have that might be useful Welcome to my blog, about time I got one of these since there's a lot of random thoughts and technical experiences I have that might be useful. **The legacy site is still available if you want to see that crap at https://peter-tanner.github.com/legacy_site**
The site is using the [chirpy](https://chirpy.cotes.page/) theme, which I chose due to it's good use of screen space. The site is using the [chirpy](https://chirpy.cotes.page/) theme, which I chose due to it's good use of screen space.

View File

@ -5,4 +5,6 @@ order: 4
--- ---
> Add Markdown syntax content to file `_tabs/about.md`{: .filepath } and it will show up on this page. > Add Markdown syntax content to file `_tabs/about.md`{: .filepath } and it will show up on this page.
{: .prompt-tip } > {: .prompt-tip }
Legacy homepage: https://peter-tanner.github.com/legacy_site