Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
m的13寸mbp committed Feb 22, 2024
1 parent 087f406 commit 191e167
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _posts/2022-12-13-latex搞公式.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,9 @@ l\widetilde a
{\overline{A \cup B}}
$$

### 除法

$$
\frac{\alpha \cup \beta}{b}
$$

9 changes: 9 additions & 0 deletions _posts/2023-03-04-github针对yekyll玩命报安全警告.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,13 @@ bundle exec jekyll serve --livereload
### 20240208

> github再次报错, 报jquery的错误
* 但是我找不到引入jquery的地方

```sh
bundle update # 这个报一堆问题
bundle update github-pages # pages官方建议这个 https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll#keeping-your-site-up-to-date-with-the-github-pages-gem
# 然后报错
Installing commonmarker 0.23.10 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
# copilot建议安装command-tools, 但是, 本身command-tools已经安装好了. 至此, 走到了死胡同
```

0 comments on commit 191e167

Please sign in to comment.