From 092a67dfcb57260eeb91d2d6b016df3b27b208be Mon Sep 17 00:00:00 2001 From: junwufan Date: Tue, 24 Aug 2021 13:10:35 +0800 Subject: [PATCH 1/8] Set theme jekyll-theme-cayman --- _config.yml | 1 + index.md | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 _config.yml create mode 100644 index.md diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file diff --git a/index.md b/index.md new file mode 100644 index 0000000..374ee0a --- /dev/null +++ b/index.md @@ -0,0 +1,37 @@ +## Welcome to GitHub Pages + +You can use the [editor on GitHub](https://github.com/shelllet/cpp-example/edit/gh-pages/index.md) to maintain and preview the content for your website in Markdown files. + +Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. + +### Markdown + +Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for + +```markdown +Syntax highlighted code block + +# Header 1 +## Header 2 +### Header 3 + +- Bulleted +- List + +1. Numbered +2. List + +**Bold** and _Italic_ and `Code` text + +[Link](url) and ![Image](src) +``` + +For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). + +### Jekyll Themes + +Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/shelllet/cpp-example/settings/pages). The name of this theme is saved in the Jekyll `_config.yml` configuration file. + +### Support or Contact + +Having trouble with Pages? Check out our [documentation](https://docs.github.com/categories/github-pages-basics/) or [contact support](https://support.github.com/contact) and we’ll help you sort it out. From d4dae855f4d7747037bb30d1e8f24ce106a53b9b Mon Sep 17 00:00:00 2001 From: junwufan Date: Tue, 24 Aug 2021 13:11:12 +0800 Subject: [PATCH 2/8] Set theme jekyll-theme-cayman From 1db3a67488a95f64379b2e0676c9b8d1e7625932 Mon Sep 17 00:00:00 2001 From: junwufan Date: Tue, 24 Aug 2021 13:11:50 +0800 Subject: [PATCH 3/8] Create CNAME --- docs/CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/CNAME diff --git a/docs/CNAME b/docs/CNAME new file mode 100644 index 0000000..1e7654e --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +shelllet.com \ No newline at end of file From 0b5e2e9a6edbab762c91c4a3a843c693f8493e33 Mon Sep 17 00:00:00 2001 From: junwufan Date: Tue, 24 Aug 2021 13:25:59 +0800 Subject: [PATCH 4/8] Update CNAME --- docs/CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CNAME b/docs/CNAME index 1e7654e..fc60b70 100644 --- a/docs/CNAME +++ b/docs/CNAME @@ -1 +1 @@ -shelllet.com \ No newline at end of file +www.shelllet.com \ No newline at end of file From ffad5a4bc36669a4fc04399f08bec3f64f6311c6 Mon Sep 17 00:00:00 2001 From: junwufan Date: Wed, 25 Aug 2021 09:01:17 +0800 Subject: [PATCH 5/8] Update CNAME --- docs/CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CNAME b/docs/CNAME index fc60b70..1e7654e 100644 --- a/docs/CNAME +++ b/docs/CNAME @@ -1 +1 @@ -www.shelllet.com \ No newline at end of file +shelllet.com \ No newline at end of file From 26ccbaa4dd5604a88293de9a206881c530ba3222 Mon Sep 17 00:00:00 2001 From: junwufan Date: Wed, 25 Aug 2021 09:01:56 +0800 Subject: [PATCH 6/8] Update CNAME --- docs/CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CNAME b/docs/CNAME index 1e7654e..fc60b70 100644 --- a/docs/CNAME +++ b/docs/CNAME @@ -1 +1 @@ -shelllet.com \ No newline at end of file +www.shelllet.com \ No newline at end of file From 5a783c2c98edddb067375624c943240e56ed70db Mon Sep 17 00:00:00 2001 From: junwufan Date: Thu, 26 Aug 2021 10:01:47 +0800 Subject: [PATCH 7/8] Set theme jekyll-theme-hacker --- docs/_config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/_config.yml diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..fc24e7a --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-hacker \ No newline at end of file From 6327ac57a2c1f4ec074df5d21f0c3a97731ebdce Mon Sep 17 00:00:00 2001 From: junwufan Date: Thu, 26 Aug 2021 10:02:01 +0800 Subject: [PATCH 8/8] Set theme jekyll-theme-hacker