From f527271fe23b356ad17b0cabb9ebeb252ed52a37 Mon Sep 17 00:00:00 2001 From: thinkdancer Date: Sun, 15 Sep 2024 15:34:47 +0800 Subject: [PATCH] update post --- _posts/2024-09-15-bookmark-vol-001.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_posts/2024-09-15-bookmark-vol-001.md b/_posts/2024-09-15-bookmark-vol-001.md index 41f104c04..9477a08ec 100644 --- a/_posts/2024-09-15-bookmark-vol-001.md +++ b/_posts/2024-09-15-bookmark-vol-001.md @@ -8,23 +8,30 @@ date: 2024-09-15 站点收藏 1. [www.staticfile.net](https://www.staticfile.net/) + 在整理dpuio.net的过程中,将https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js替换为https://cdn.staticfile.org/jquery/1.11.2/jquery.min.js,后来又将cdn.staticfile.org更新为cdn.staticfile.net,解决了dpuio.net加载慢的问题。在该问题的解决过程中,参考了站点[https://arthurchiao.art/](https://arthurchiao.art/)。 2. [jekyllrb.com](https://jekyllrb.com/) + jekyll官方站点,本站使用的就是jekyll构建的,jekyllrb.com本身是托管在[]github](https://github.com/jekyll/jekyll)上,而且github pages官方也推荐使用jekyll构建博客站点,具体看[这里](https://pages.github.com/)和[这里](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll)。 3. [ma.tt](http://ma.tt/) + 在搜索wordpress资料偶然找到的一个站点,域名很有意思,内容看起来也不错。 4. [chegva.com](https://chegva.com/) + 在这里找到了gitlab重定向explore和help页面的方法,具体见[这里](https://chegva.com/3413.html),csdn上的很多文章也是引用这篇文章。但是[Disable "explore" and "help"](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/32387)这个issue已经是7年前的了,现在有没有官方的关闭方法呢? 5. [工作站使用指南](http://faculty.bicmr.pku.edu.cn/~wenzw/pages/index.html) + 北京大学国际数学中心微型工作站使用指南,这种利用开源软件为学术研究服务的案例,估计有很多,这里介绍了一些具体实践方法,包括gitlab和seafile服务。 软件收藏 1. [https://www.sourcetreeapp.com/](https://www.sourcetreeapp.com/) + 在[这个页面](http://faculty.bicmr.pku.edu.cn/~wenzw/pages/services.html#gitlab)的推荐中知道的这个软件,还没使用过。除此之外,还可以使用[gitforwindows](https://gitforwindows.org/),或者[tortoisegit](https://tortoisegit.org/),其中前者的git bash更接近与linux下git的使用,后者类似于tortoise svn的使用体验。 2. [https://www.seafile.com/home/](https://www.seafile.com/home/) + Seafile 是一个开源的私人文件云平台,功能上与 Dropbox 相似。也是从上面的地址中找到的,具体看[这里](http://faculty.bicmr.pku.edu.cn/~wenzw/pages/services.html#seafile)。