From 20ccd3017900eaaf05f7d7d843f4dee18cc937a6 Mon Sep 17 00:00:00 2001 From: Peter Date: Sat, 5 Aug 2023 01:55:39 +0800 Subject: [PATCH] add ignore for legacy_site --- _config.yml | 1 + _posts/2023-08-05_hello_world.md | 2 +- _tabs/about.md | 4 +++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 32ac4cc..ddb9b56 100644 --- a/_config.yml +++ b/_config.yml @@ -183,6 +183,7 @@ exclude: - rollup.config.js - node_modules - package*.json + - legacy_site jekyll-archives: enabled: [categories, tags] diff --git a/_posts/2023-08-05_hello_world.md b/_posts/2023-08-05_hello_world.md index fa275c2..53e325a 100644 --- a/_posts/2023-08-05_hello_world.md +++ b/_posts/2023-08-05_hello_world.md @@ -4,7 +4,7 @@ title: "Hello world" 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. diff --git a/_tabs/about.md b/_tabs/about.md index ddb2bc4..e3b64d2 100644 --- a/_tabs/about.md +++ b/_tabs/about.md @@ -5,4 +5,6 @@ order: 4 --- > 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