Skip to content

Commit 17f921e

Browse files
committed
add post
1 parent df4bd7d commit 17f921e

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

_posts/2024-09-15-bookmark-vol-001.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: post
3+
title: "bookmark vol 001"
4+
date: 2024-09-15
5+
---
6+
7+
本来是计划在gitlab上使用jekyll托管收藏站点,怎奈使用https://gitlab.com/pages/jekyll生成的站点总是显示有问题,简单看了一下css返回404错误,和template对比没有发现问题,gitlab的pipe输出也没有异常,而且template的最后一次构建也是正常的,也就是说https://pages.gitlab.io/jekyll/和https://gitlab.com/pages/jekyll确实对应的,这个问题目前看没有眉目,所以暂时在这里放一下bookmark资源,后续gitlab弄好了再搬过去。另外也因为目前对[]jekyll](https://jekyllrb.com/)是,所以问题解决起来也颇费周折。
8+
9+
站点收藏
10+
1. [www.staticfile.net](https://www.staticfile.net/)
11+
在整理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/)
12+
13+
2. [jekyllrb.com](https://jekyllrb.com/)
14+
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)
15+
16+
3. [ma.tt](http://ma.tt/)
17+
在搜索wordpress资料偶然找到的一个站点,域名很有意思,内容看起来也不错。
18+
19+
4. [chegva.com](https://chegva.com/)
20+
在这里找到了gitlab重定向explore和help页面的方法,具体见[这里](https://chegva.com/3413.html),csdn上的很多文章也是引用这篇文章。但是[Disable "explore" and "help"](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/32387)这个issue已经是7年前的了,现在有没有官方的关闭方法呢?
21+
22+
5. [工作站使用指南](http://faculty.bicmr.pku.edu.cn/~wenzw/pages/index.html)
23+
北京大学国际数学中心微型工作站使用指南,这种利用开源软件为学术研究服务的案例,估计有很多,这里介绍了一些具体实践方法,包括gitlab和seafile服务。
24+
25+
软件收藏
26+
1. [https://www.sourcetreeapp.com/](https://www.sourcetreeapp.com/)
27+
[这个页面](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的使用体验。
28+
29+
2. [https://www.seafile.com/home/](https://www.seafile.com/home/)
30+
Seafile 是一个开源的私人文件云平台,功能上与 Dropbox 相似。也是从上面的地址中找到的,具体看[这里](http://faculty.bicmr.pku.edu.cn/~wenzw/pages/services.html#seafile)

_posts/2024-09-15-post-template.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: post
3+
title: "Post template"
4+
date: 2024-09-15
5+
---
6+
7+
There is post template.

0 commit comments

Comments
 (0)