Skip to content

Commit

Permalink
Fix about page (#56)
Browse files Browse the repository at this point in the history
* fix: fix README and about

* fix: rename hitsz to HITSZ

* fix: remove broken conda env
  • Loading branch information
SoraShu authored Sep 2, 2023
1 parent 77038cb commit 7302218
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 53 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,17 @@ Wiki 上有 [更详细的 Markdown 约定](https://wiki.hitsz.org/about/contribu
可用以下命令安装:

``` shell
# According to PEP 668, you should not use pip directly.
python -m venv venv
# Activate the venv, bash for example
source venv/bin/activate
pip install -r requirements.txt
```

或者如果按照了 conda 的话,推荐使用以下命令安装并激活环境:

``` shell
conda env create --name lug-wiki -f environment.yml
conda activate lug-wiki
```

## 本地预览

``` shell
mkdocs serve

# mkdocs serve -a <ip:port>
# or mkdocs serve -a <ip:port>
```
6 changes: 3 additions & 3 deletions docs/about.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# HITSZ 开源技术协会

我们是 HITSZ 开源技术协会(a.k.a. OSA),哈尔滨工业大学深圳校区里的一个兴趣结社 ~~地下组织~~,旨在联合本校的 GNU/Linux 使用者,推广 GNU/Linux 的使用,提高大众对 GNU/Linux 的了解,宣传自由软件的价值并推广其使用,提升自由软件社区文化氛围
我们是 HITSZ 开源技术协会(a.k.a. HITSZ OSA),是由哈尔滨工业大学(深圳)学生中的 Linux 用户和开源软件爱好者自发组建的学生社团

在这里,你可以讨论跟 Linux 有关的一切,传各种 Geek 神教(Arch/Gentoo/Haskell/Lisp/C/Rust 等),交流 Linux 使用过程中的喜怒哀乐等等等等
我们致力于维护学校的开源基础建设,提升学校开源氛围,为开源技术爱好者提供交流平台

欢迎哈工大深圳的各位小伙伴加入
欢迎哈尔滨工业大学(深圳)的各位小伙伴加入

- 我们的 QQ 群:811633021 [![QQ 加群链接](https://img.shields.io/badge/%E7%82%B9%E5%87%BB%E5%8A%A0%E7%BE%A4-blue?logo=tencent%20qq&logoColor=white&style=flat-square)](https://qm.qq.com/cgi-bin/qm/qr?k=EmOyWeZrOaOeSoVrVLoozyKYdvjOia_t)
- 我们的 B 站账号(偶尔会放一些 talk 的视频/直播):[![https://space.bilibili.com/1124374292](https://img.shields.io/badge/dynamic/json?label=&logo=bilibili&logoColor=white&style=flat-square&query=%24.data.card.name&url=https%3A%2F%2Fapi.bilibili.com%2Fx%2Fweb-interface%2Fcard%3Fmid%3D1124374292)](https://space.bilibili.com/1124374292)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Copyleft 2001 by D.H.Grand(nOBODY/Ginux), 2010 by Gasolin, 2015 by Ryan Wu
- 在太多的不同新闻群组上重复转贴同样的问题(cross-post)。
- 向既非熟人也没有义务解决你问题的人发送私人电邮。

> O4: 是的,一般来讲直接私聊别人问问题而不先经过公共渠道问询被认为是失礼的; 但在一般的中文社区,或者是像我们这种有区域性的社区 (hitsz) 而言,这貌似其实也不是那么失礼
> O4: 是的,一般来讲直接私聊别人问问题而不先经过公共渠道问询被认为是失礼的; 但在一般的中文社区,或者是像我们这种有区域性的社区 (HITSZ) 而言,这貌似其实也不是那么失礼
黑客会剔除掉那些搞错场合的问题,以保护他们沟通的渠道不被无关的东西淹没。你不会想让这种事发生在自己身上的。

Expand Down
41 changes: 0 additions & 41 deletions environment.yml

This file was deleted.

0 comments on commit 7302218

Please sign in to comment.