From 5a999e67a2ffc21271325b51dbeedcc322252106 Mon Sep 17 00:00:00 2001 From: xuewei cao <36172337+xueweic@users.noreply.github.com> Date: Wed, 20 Sep 2023 23:28:27 -0400 Subject: [PATCH] ... --- _pages/portfolio.html | 14 -------------- _portfolio/portfolio-1.md | 7 ------- _portfolio/portfolio-2.html | 7 ------- _posts/2012-08-14-blog-post-1.md | 20 -------------------- _posts/2013-08-14-blog-post-2.md | 20 -------------------- _posts/2014-08-14-blog-post-3.md | 20 -------------------- _posts/2015-08-14-blog-post-4.md | 20 -------------------- _posts/2199-01-01-future-post.md | 11 ----------- 8 files changed, 119 deletions(-) delete mode 100644 _pages/portfolio.html delete mode 100644 _portfolio/portfolio-1.md delete mode 100644 _portfolio/portfolio-2.html delete mode 100644 _posts/2012-08-14-blog-post-1.md delete mode 100644 _posts/2013-08-14-blog-post-2.md delete mode 100644 _posts/2014-08-14-blog-post-3.md delete mode 100644 _posts/2015-08-14-blog-post-4.md delete mode 100644 _posts/2199-01-01-future-post.md diff --git a/_pages/portfolio.html b/_pages/portfolio.html deleted file mode 100644 index d5c93d2e408c9..0000000000000 --- a/_pages/portfolio.html +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: archive -title: "Portfolio" -permalink: /portfolio/ -author_profile: true ---- - -{% include base_path %} - - -{% for post in site.portfolio %} - {% include archive-single.html %} -{% endfor %} - diff --git a/_portfolio/portfolio-1.md b/_portfolio/portfolio-1.md deleted file mode 100644 index 847af9e4d962a..0000000000000 --- a/_portfolio/portfolio-1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Portfolio item number 1" -excerpt: "Short description of portfolio item number 1
" -collection: portfolio ---- - -This is an item in your portfolio. It can be have images or nice text. If you name the file .md, it will be parsed as markdown. If you name the file .html, it will be parsed as HTML. diff --git a/_portfolio/portfolio-2.html b/_portfolio/portfolio-2.html deleted file mode 100644 index 8a0c6ebb444e1..0000000000000 --- a/_portfolio/portfolio-2.html +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Portfolio item number 2" -excerpt: "Short description of portfolio item number 2
" -collection: portfolio ---- - -This is an item in your portfolio. It can be have images or nice text. If you name the file .md, it will be parsed as markdown. If you name the file .html, it will be parsed as HTML. diff --git a/_posts/2012-08-14-blog-post-1.md b/_posts/2012-08-14-blog-post-1.md deleted file mode 100644 index 8d4819a88d98c..0000000000000 --- a/_posts/2012-08-14-blog-post-1.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: 'Blog Post number 1' -date: 2012-08-14 -permalink: /posts/2012/08/blog-post-1/ -tags: - - cool posts - - category1 - - category2 ---- - -This is a sample blog post. Lorem ipsum I can't remember the rest of lorem ipsum and don't have an internet connection right now. Testing testing testing this blog post. Blog posts are cool. - -Headings are cool -====== - -You can have many headings -====== - -Aren't headings cool? ------- \ No newline at end of file diff --git a/_posts/2013-08-14-blog-post-2.md b/_posts/2013-08-14-blog-post-2.md deleted file mode 100644 index f5c960dba03e7..0000000000000 --- a/_posts/2013-08-14-blog-post-2.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: 'Blog Post number 2' -date: 2013-08-14 -permalink: /posts/2013/08/blog-post-2/ -tags: - - cool posts - - category1 - - category2 ---- - -This is a sample blog post. Lorem ipsum I can't remember the rest of lorem ipsum and don't have an internet connection right now. Testing testing testing this blog post. Blog posts are cool. - -Headings are cool -====== - -You can have many headings -====== - -Aren't headings cool? ------- \ No newline at end of file diff --git a/_posts/2014-08-14-blog-post-3.md b/_posts/2014-08-14-blog-post-3.md deleted file mode 100644 index 83175c722a327..0000000000000 --- a/_posts/2014-08-14-blog-post-3.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: 'Blog Post number 3' -date: 2014-08-14 -permalink: /posts/2014/08/blog-post-3/ -tags: - - cool posts - - category1 - - category2 ---- - -This is a sample blog post. Lorem ipsum I can't remember the rest of lorem ipsum and don't have an internet connection right now. Testing testing testing this blog post. Blog posts are cool. - -Headings are cool -====== - -You can have many headings -====== - -Aren't headings cool? ------- \ No newline at end of file diff --git a/_posts/2015-08-14-blog-post-4.md b/_posts/2015-08-14-blog-post-4.md deleted file mode 100644 index 9e882e6745c40..0000000000000 --- a/_posts/2015-08-14-blog-post-4.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: 'Blog Post number 4' -date: 2015-08-14 -permalink: /posts/2012/08/blog-post-4/ -tags: - - cool posts - - category1 - - category2 ---- - -This is a sample blog post. Lorem ipsum I can't remember the rest of lorem ipsum and don't have an internet connection right now. Testing testing testing this blog post. Blog posts are cool. - -Headings are cool -====== - -You can have many headings -====== - -Aren't headings cool? ------- \ No newline at end of file diff --git a/_posts/2199-01-01-future-post.md b/_posts/2199-01-01-future-post.md deleted file mode 100644 index e96eb5e065c8f..0000000000000 --- a/_posts/2199-01-01-future-post.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: 'Future Blog Post' -date: 2199-01-01 -permalink: /posts/2012/08/blog-post-4/ -tags: - - cool posts - - category1 - - category2 ---- - -This post will show up by default. To disable scheduling of future posts, edit `config.yml` and set `future: false`.