Skip to content

Commit

Permalink
周六-03-09 9:56:09
Browse files Browse the repository at this point in the history
  • Loading branch information
asdqwe123456 committed Mar 9, 2024
1 parent 8a9d275 commit fd46536
Show file tree
Hide file tree
Showing 12 changed files with 58 additions and 21 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,6 @@



#### 生成网站图标

[**Chirpy**](https://github.com/cotes2020/jekyll-theme-chirpy/)[图标](https://www.favicon-generator.org/about/)放在目录中。您可能希望用自己的替换它们。以下部分将指导您创建和替换默认网站图标。`assets/img/favicons/`

#### 生成网站图标

准备一张大小为 512x512 或更大的方形图像(PNG、JPG 或 SVG),然后转到在线工具 [**Real Favicon Generator**](https://realfavicongenerator.net/) 并单击按钮上传您的图像文件。Select your Favicon image

在下一步中,网页将显示所有使用场景。您可以保留默认选项,滚动到页面底部,然后单击按钮以生成网站图标。Generate your Favicons and HTML code

#### 下载并替换

下载生成的包,解压并从解压文件中删除以下两个:

- `browserconfig.xml`
- `site.webmanifest`

然后复制剩余的图像文件 ( 和 ) 以覆盖 Jekyll 站点目录中的原始文件。如果您的 Jekyll 站点还没有此目录,只需创建一个。`.PNG``.ICO``assets/img/favicons/`




Expand Down
5 changes: 3 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.

title: li54426blog
email: your-email@domain.com
title: li54426 blog
email: li54426@126.com
author: li54426

# Copyright setting
Expand Down Expand Up @@ -56,6 +56,7 @@ favicon: "/assets/my/favicon.ico" # the favicon for your site
yat:
date_format: "%b %d, %Y"

# 目录组织方式
permalink: /:categories/:year/:title.html

# If you want more debug log, you can set true
Expand Down
Binary file added _drafts/20240305.zip
Binary file not shown.
1 change: 1 addition & 0 deletions _posts/API_software/2023-07-31-jekyll.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ permalink: /about/
- [博客模板 1](https://github.com/Liberxue/liberxue.github.io)
- [artemsheludko/bef: Bef is a responsive jekyll theme https://artemsheludko.github.io/bef/](https://github.com/artemsheludko/bef)
- [leopardpan/leopardpan.github.io: 个人博客,看效果进入](https://github.com/leopardpan/leopardpan.github.io)
- [再用 2023 依旧更新](https://github.com/jeffreytse/jekyll-theme-yat/tree/master)



Expand Down
Binary file added assets/123.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/20230801md.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/20230808101712.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/456.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cpp1_quick_book.pdf
Binary file not shown.
Binary file added assets/git_proGit.pdf
Binary file not shown.
Binary file added assets/style_cpp_google.pdf
Binary file not shown.
54 changes: 54 additions & 0 deletions assets/styles.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
# Use a comment to ensure Jekyll reads the file to be transformed into CSS later
# only main files contain this front matter, not partials.
---

//
// ___
// /\_ \
// _____ ___ ___\//\ \ __
// /\ '__`\ / __`\ / __`\\ \ \ /'__`\
// \ \ \_\ \/\ \_\ \/\ \_\ \\_\ \_/\ __/
// \ \ ,__/\ \____/\ \____//\____\ \____\
// \ \ \/ \/___/ \/___/ \/____/\/____/
// \ \_\
// \/_/
//
// Designed, built, and released under MIT license by @mdo. Learn more at
// https://github.com/poole/poole.

@import "variables";
@import "base";
@import "type";
@import "code";
@import "layout";
@import "sidebar";
@import "posts";
@import "archive";
@import "home-header";
@import "pagination";
@import "message";
@import "toc";
@import "alignment";

@import "syntax-light";
@media (prefers-color-scheme: dark) {
@import "syntax-dark";
}

// Sass for creating the swatches
.colors {
display: grid;
grid-template-columns: max-content 1fr;

dt {
width: 3rem;
height: 3rem;
border-radius: var(--border-radius);
box-shadow: inset 0 0 0 1px rgba(255,255,255,.15);
}

dd {
margin-left: var(--spacer);
}
}

0 comments on commit fd46536

Please sign in to comment.