diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..d4e33a0 Binary files /dev/null and b/.DS_Store differ diff --git a/2024/.DS_Store b/2024/.DS_Store new file mode 100644 index 0000000..eacc077 Binary files /dev/null and b/2024/.DS_Store differ diff --git "a/2024/02/21/\344\270\212\345\261\202\347\233\256\345\275\225\347\232\204git\346\227\240\346\263\225\350\267\237\350\270\252\345\255\220\347\233\256\345\275\225\344\270\255clone-\344\270\213\347\232\204\351\241\271\347\233\256/index.html" "b/2024/02/21/\344\270\212\345\261\202\347\233\256\345\275\225\347\232\204git\346\227\240\346\263\225\350\267\237\350\270\252\345\255\220\347\233\256\345\275\225\344\270\255clone-\344\270\213\347\232\204\351\241\271\347\233\256/index.html" index 3451082..615a706 100644 --- "a/2024/02/21/\344\270\212\345\261\202\347\233\256\345\275\225\347\232\204git\346\227\240\346\263\225\350\267\237\350\270\252\345\255\220\347\233\256\345\275\225\344\270\255clone-\344\270\213\347\232\204\351\241\271\347\233\256/index.html" +++ "b/2024/02/21/\344\270\212\345\261\202\347\233\256\345\275\225\347\232\204git\346\227\240\346\263\225\350\267\237\350\270\252\345\255\220\347\233\256\345\275\225\344\270\255clone-\344\270\213\347\232\204\351\241\271\347\233\256/index.html" @@ -17,7 +17,7 @@ - + @@ -80,6 +80,7 @@ @@ -87,12 +88,38 @@ +
+ +
@@ -132,8 +159,9 @@
+ 2 - 标签 + 标签
@@ -315,7 +343,9 @@

3. - + + + diff --git "a/2024/02/21/\346\220\255\345\273\272\344\270\252\344\272\272\345\215\232\345\256\242\346\225\231\347\250\213\346\200\273\347\273\223/index.html" "b/2024/02/21/\346\220\255\345\273\272\344\270\252\344\272\272\345\215\232\345\256\242\346\225\231\347\250\213\346\200\273\347\273\223/index.html" index 78bc8d8..ccea8cf 100644 --- "a/2024/02/21/\346\220\255\345\273\272\344\270\252\344\272\272\345\215\232\345\256\242\346\225\231\347\250\213\346\200\273\347\273\223/index.html" +++ "b/2024/02/21/\346\220\255\345\273\272\344\270\252\344\272\272\345\215\232\345\256\242\346\225\231\347\250\213\346\200\273\347\273\223/index.html" @@ -17,7 +17,7 @@ - + @@ -80,6 +80,7 @@ @@ -87,12 +88,38 @@ +
+ +
@@ -132,8 +159,9 @@
+ 2 - 标签 + 标签
@@ -332,7 +360,9 @@

- + + + diff --git a/archives/.DS_Store b/archives/.DS_Store new file mode 100644 index 0000000..98d4f5a Binary files /dev/null and b/archives/.DS_Store differ diff --git a/archives/2024/02/index.html b/archives/2024/02/index.html index c8711ec..d2af35c 100644 --- a/archives/2024/02/index.html +++ b/archives/2024/02/index.html @@ -17,7 +17,7 @@ - + @@ -77,6 +77,7 @@

pxBang的个人博客

@@ -84,12 +85,38 @@

pxBang的个人博客

+
+ +
@@ -128,8 +155,9 @@

pxBang的个人博客

+ 2 - 标签 + 标签
@@ -254,7 +282,9 @@

pxBang的个人博客

- + + + diff --git a/archives/2024/index.html b/archives/2024/index.html index 82014c3..b239675 100644 --- a/archives/2024/index.html +++ b/archives/2024/index.html @@ -17,7 +17,7 @@ - + @@ -77,6 +77,7 @@

pxBang的个人博客

@@ -84,12 +85,38 @@

pxBang的个人博客

+
+ +
@@ -128,8 +155,9 @@

pxBang的个人博客

+ 2 - 标签 + 标签
@@ -254,7 +282,9 @@

pxBang的个人博客

- + + + diff --git a/archives/index.html b/archives/index.html index 53f32fe..e7d24a6 100644 --- a/archives/index.html +++ b/archives/index.html @@ -17,7 +17,7 @@ - + @@ -77,6 +77,7 @@

pxBang的个人博客

@@ -84,12 +85,38 @@

pxBang的个人博客

+
+ +
@@ -128,8 +155,9 @@

pxBang的个人博客

+ 2 - 标签 + 标签
@@ -254,7 +282,9 @@

pxBang的个人博客

- + + + diff --git a/css/main.css b/css/main.css index c25263c..6a3bf8c 100644 --- a/css/main.css +++ b/css/main.css @@ -2268,6 +2268,114 @@ ul.breadcrumb li:last-child { border-bottom-color: #111; color: #111; } +.search-active { + overflow: hidden; +} +.search-pop-overlay { + background: rgba(0,0,0,0); + display: flex; + height: 100%; + left: 0; + position: fixed; + top: 0; + transition: visibility 0.4s, background 0.4s; + visibility: hidden; + width: 100%; + z-index: 40; +} +.search-active .search-pop-overlay { + background: rgba(0,0,0,0.3); + visibility: visible; +} +.search-popup { + background: var(--card-bg-color); + border-radius: 5px; + height: 80%; + margin: auto; + transform: scale(0); + transition: transform 0.4s; + width: 700px; +} +.search-active .search-popup { + transform: scale(1); +} +@media (max-width: 767px) { + .search-popup { + border-radius: 0; + height: 100%; + width: 100%; + } +} +.search-popup .search-icon, +.search-popup .popup-btn-close { + color: #999; + font-size: 18px; + padding: 0 10px; +} +.search-popup .popup-btn-close { + cursor: pointer; +} +.search-popup .popup-btn-close:hover .fa { + color: #222; +} +.search-popup .search-header { + background: #eee; + border-top-left-radius: 5px; + border-top-right-radius: 5px; + display: flex; + padding: 5px; +} +.search-popup input.search-input { + background: transparent; + border: 0; + outline: 0; + width: 100%; +} +.search-popup input.search-input::-webkit-search-cancel-button { + display: none; +} +.search-popup .search-result-container { + height: calc(100% - 55px); + overflow: auto; + padding: 5px 25px; +} +.search-popup .search-result-container hr { + margin: 5px 0 10px; +} +.search-popup .search-result-container hr:first-child { + display: none; +} +.search-popup .search-result-list { + margin: 0 5px; + padding: 0; +} +.search-popup a.search-result-title { + font-weight: bold; +} +.search-popup p.search-result { + border-bottom: 1px dashed #ccc; + padding: 5px 0; +} +.search-popup .search-input-container { + flex-grow: 1; + padding: 2px; +} +.search-popup .no-result { + display: flex; +} +.search-popup .search-result-list { + width: 100%; +} +.search-popup .search-result-icon { + color: #ccc; + margin: auto; +} +mark.search-keyword { + background: transparent; + border-bottom: 1px dashed #ff2a2a; + color: #ff2a2a; + font-weight: bold; +} .use-motion .animated { animation-fill-mode: none; visibility: inherit; @@ -2449,7 +2557,7 @@ header.header { vertical-align: middle; } .links-of-author a::before { - background: #09e9bd; + background: #d4f2a6; display: inline-block; margin-right: 3px; transform: translateY(-2px); diff --git a/index.html b/index.html index a6b90f0..c3efe91 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@ - + @@ -77,6 +77,7 @@

pxBang的个人博客

@@ -84,12 +85,38 @@

pxBang的个人博客

+
+ +
@@ -128,8 +155,9 @@

pxBang的个人博客

+ 2 - 标签 + 标签
@@ -359,7 +387,9 @@

- + + + diff --git a/search.xml b/search.xml new file mode 100644 index 0000000..92f1bcc --- /dev/null +++ b/search.xml @@ -0,0 +1,68 @@ + + + + 搭建个人博客教程总结 + /2024/02/21/%E6%90%AD%E5%BB%BA%E4%B8%AA%E4%BA%BA%E5%8D%9A%E5%AE%A2%E6%95%99%E7%A8%8B%E6%80%BB%E7%BB%93/ + 前言

本人个人博客的搭建,是通过搜索学习前人的学习教程,基本是“东拼西凑”完成的个人博客搭建,不居功,谦让不辞,故本文主旨并不是表达博主的贡献,而是将各方资源整合。

+ +

blog本地搭建

见参考文章

+ +

本地blog部署至github pages

见参考文章

+ +

git问题

+
+

待完成的任务

+
+
+

本篇文章不提供具体的教程,具体教程见参考文献,保姆教程推荐“攻城狮杰森”个人博客

+
+]]> + + blog + + + + 上层目录的git无法跟踪子目录中clone 下的项目 + /2024/02/21/%E4%B8%8A%E5%B1%82%E7%9B%AE%E5%BD%95%E7%9A%84git%E6%97%A0%E6%B3%95%E8%B7%9F%E8%B8%AA%E5%AD%90%E7%9B%AE%E5%BD%95%E4%B8%ADclone-%E4%B8%8B%E7%9A%84%E9%A1%B9%E7%9B%AE/ + 正式提交一次blog。内容呢?思来想去,不如就以搭建项目过程中遇到的git问题及解法为内容吧!

+ +

1.问题描述:

上层目录的git无法跟踪子目录中clone 下的项目

+

2.目录树形图:

.
└── A
├── B
│   └── .git
│   ├── branches
│   ├── hooks
│   ├── info
│   ├── objects
│   │   ├── info
│   │   └── pack
│   └── refs
│   ├── heads
│   └── tags
└── .git
├── branches
├── hooks
├── info
├── objects
│   ├── info
│   └── pack
└── refs
├── heads
└── tags
+

3.解法

    +
  1. 想办法删B文件夹下的.git文件夹
      +
    • git rm -r path
    • +
    +
  2. +
  3. 清空A文件夹git缓存中B文件夹,再手动添加B文件夹
      +
    • git rm -r –cached path
    • +
    • git add path
    • +
    +
  4. +
+

解法1,2均可

+]]>
+ + git + +
+ diff --git a/tags/.DS_Store b/tags/.DS_Store index 0b54e70..0d9f5fa 100644 Binary files a/tags/.DS_Store and b/tags/.DS_Store differ diff --git a/tags/blog/index.html b/tags/blog/index.html index 08afbc4..629ed55 100644 --- a/tags/blog/index.html +++ b/tags/blog/index.html @@ -17,7 +17,7 @@ - + @@ -77,6 +77,7 @@ @@ -84,12 +85,38 @@ +
+ +
@@ -128,8 +155,9 @@
+ 2 - 标签 + 标签
@@ -235,7 +263,9 @@

blog - + + + diff --git a/tags/git/index.html b/tags/git/index.html index 3d50700..80826d5 100644 --- a/tags/git/index.html +++ b/tags/git/index.html @@ -17,7 +17,7 @@ - + @@ -77,6 +77,7 @@ @@ -84,12 +85,38 @@ +
+ +
@@ -128,8 +155,9 @@
+ 2 - 标签 + 标签
@@ -235,7 +263,9 @@

git - + + + diff --git a/tags/index.html b/tags/index.html new file mode 100644 index 0000000..9101c86 --- /dev/null +++ b/tags/index.html @@ -0,0 +1,277 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +标签页 | pxBang的个人博客 + + + + + + + + + + + + + + +
+ +
+
+
+ + + + + +
+ + + + + + + +
+ +
+ +
+ + + + + +
+ +
+ + + + + +
+ +

标签页 +

+ + + +
+ + + +
+
+ 目前共计 2 个标签 +
+
+ blog git +
+
+ +
+ + + +
+ + + + + +
+
+ + + + + + +
+ + 0% +
+ + + + + + + + + + + + + + + + + + + + + + + + +