diff --git a/_config.yml b/_config.yml index 393eefa..5585a4e 100644 --- a/_config.yml +++ b/_config.yml @@ -9,37 +9,37 @@ theme: jekyll-theme-chirpy lang: en # Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker -timezone: +timezone: Asia/Shanghai # jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md # ↓ -------------------------- -title: Chirpy # the main title +title: Island # the main title -tagline: A text-focused Jekyll theme # it will display as the sub-title +tagline: El Psy Kongroo # it will display as the sub-title description: >- # used by seo meta and the atom feed - A minimal, responsive and feature-rich Jekyll theme for technical writing. + What is mind? No matter. What is matter? Never mind. # Fill in the protocol & hostname for your site. # e.g. 'https://username.github.io', note that it does not end with a '/'. -url: "" +url: "https://kanren3.github.io" github: - username: github_username # change to your github username + username: kanren3 # change to your github username -twitter: - username: twitter_username # change to your twitter username +#twitter: +# username: twitter_username # change to your twitter username social: # Change to your full name. # It will be displayed as the default author of the posts and the copyright owner in the Footer - name: your_full_name - email: example@domain.com # change to your email address + name: kanren3 + email: 760917197@qq.com # change to your email address links: # The first element serves as the copyright owner's link - - https://twitter.com/username # change to your twitter homepage - - https://github.com/username # change to your github homepage + # - https://twitter.com/username # change to your twitter homepage + - https://github.com/kanren3 # change to your github homepage # Uncomment below to add more social links # - https://www.facebook.com/username # - https://www.linkedin.com/in/username @@ -73,17 +73,17 @@ theme_mode: # [light|dark] img_cdn: # the avatar on sidebar, support local or CORS resources -avatar: +avatar: "/assets/img/misc/avatar.jpg" # The URL of the site-wide social preview image used in SEO `og:image` meta tag. # It can be overridden by a customized `page.image` in front matter. social_preview_image: # string, local or CORS resources -# boolean type, the global switch for TOC in posts. +# boolean type, the global switch for ToC in posts. toc: true comments: - active: # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable + active: giscus # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable # The active options are as follows: disqus: shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname @@ -93,13 +93,12 @@ comments: issue_term: # < url | pathname | title | ...> # Giscus options › https://giscus.app giscus: - repo: # / - repo_id: - category: - category_id: - mapping: # optional, default to 'pathname' - input_position: # optional, default to 'bottom' - lang: # optional, default to the value of `site.lang` + repo: kanren3/comment # / + repo_id: R_kgDOIwzdzA + category: General + category_id: DIC_kwDOIwzdzM4CTi7f + mapping: pathname # optional, default to 'pathname' + input_position: bottom # optional, default to 'bottom' reactions_enabled: # optional, default to the value of `1` # Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets diff --git a/_posts/2024-01-11-hello-world.md b/_posts/2024-01-11-hello-world.md new file mode 100644 index 0000000..a54a34a --- /dev/null +++ b/_posts/2024-01-11-hello-world.md @@ -0,0 +1,17 @@ +--- +title: Hello world +date: 2024-01-11 +categories: + - "Test" +tags: + - "Test" +comments: true +image: + path: ../../assets/img/2024-01-11-hello-world/summer.jpg +--- +Hello world + +## Hello world + +> Hello world +> {: .prompt-tip } \ No newline at end of file diff --git a/assets/img/2024-01-11-hello-world/amenohi.jpg b/assets/img/2024-01-11-hello-world/amenohi.jpg new file mode 100644 index 0000000..4b9e2d1 Binary files /dev/null and b/assets/img/2024-01-11-hello-world/amenohi.jpg differ diff --git a/assets/img/2024-01-11-hello-world/cumulonimbus.jpg b/assets/img/2024-01-11-hello-world/cumulonimbus.jpg new file mode 100644 index 0000000..45753ae Binary files /dev/null and b/assets/img/2024-01-11-hello-world/cumulonimbus.jpg differ diff --git a/assets/img/2024-01-11-hello-world/morinoeki.jpg b/assets/img/2024-01-11-hello-world/morinoeki.jpg new file mode 100644 index 0000000..fda9951 Binary files /dev/null and b/assets/img/2024-01-11-hello-world/morinoeki.jpg differ diff --git a/assets/img/2024-01-11-hello-world/summer.jpg b/assets/img/2024-01-11-hello-world/summer.jpg new file mode 100644 index 0000000..b96a233 Binary files /dev/null and b/assets/img/2024-01-11-hello-world/summer.jpg differ diff --git a/assets/img/favicons/android-chrome-192x192.png b/assets/img/favicons/android-chrome-192x192.png new file mode 100644 index 0000000..ad46964 Binary files /dev/null and b/assets/img/favicons/android-chrome-192x192.png differ diff --git a/assets/img/favicons/android-chrome-256x256.png b/assets/img/favicons/android-chrome-256x256.png new file mode 100644 index 0000000..73f2cbd Binary files /dev/null and b/assets/img/favicons/android-chrome-256x256.png differ diff --git a/assets/img/favicons/apple-touch-icon.png b/assets/img/favicons/apple-touch-icon.png new file mode 100644 index 0000000..06b94fd Binary files /dev/null and b/assets/img/favicons/apple-touch-icon.png differ diff --git a/assets/img/favicons/browserconfig.xml b/assets/img/favicons/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/assets/img/favicons/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/assets/img/favicons/favicon-16x16.png b/assets/img/favicons/favicon-16x16.png new file mode 100644 index 0000000..9f223c0 Binary files /dev/null and b/assets/img/favicons/favicon-16x16.png differ diff --git a/assets/img/favicons/favicon-32x32.png b/assets/img/favicons/favicon-32x32.png new file mode 100644 index 0000000..3da490b Binary files /dev/null and b/assets/img/favicons/favicon-32x32.png differ diff --git a/assets/img/favicons/favicon.ico b/assets/img/favicons/favicon.ico new file mode 100644 index 0000000..17695aa Binary files /dev/null and b/assets/img/favicons/favicon.ico differ diff --git a/assets/img/favicons/mstile-150x150.png b/assets/img/favicons/mstile-150x150.png new file mode 100644 index 0000000..73b8448 Binary files /dev/null and b/assets/img/favicons/mstile-150x150.png differ diff --git a/assets/img/misc/avatar.jpg b/assets/img/misc/avatar.jpg new file mode 100644 index 0000000..c6b3fef Binary files /dev/null and b/assets/img/misc/avatar.jpg differ