Skip to content

Commit 092ef07

Browse files
authored
Update README.md
1 parent 6cf2963 commit 092ef07

File tree

1 file changed

+1
-82
lines changed

1 file changed

+1
-82
lines changed

README.md

Lines changed: 1 addition & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -23,87 +23,6 @@ UNIC 实验室致力于泛在网络与智能计算领域的前沿研究,主要
2323
- 获得资深研究员的技术指导
2424
- 建立学术合作网络
2525

26-
## 🔧 网站部署和配置
27-
28-
### 快速开始
29-
30-
克隆或 fork 本仓库,编辑 `_config.yml` 文件:
31-
32-
```yaml
33-
title: "你的网站标题"
34-
description: "网站描述"
35-
url: "https://your-domain.github.io"
36-
github_profile: "https://github.com/your-username"
37-
user: "你的名称"
38-
contact_url: "https://your-contact-link.com"
39-
```
40-
41-
### 环境配置
42-
43-
本项目需要 Ruby 和 Jekyll。首先安装依赖:
44-
45-
```bash
46-
bundle install
47-
```
48-
49-
### 本地预览
50-
51-
运行以下命令在本地预览网站:
52-
53-
```bash
54-
bundle exec jekyll serve
55-
```
56-
57-
然后在浏览器中打开 `http://localhost:4000`
58-
59-
### 常用编辑文件
60-
61-
- **`_config.yml`** - 网站全局配置
62-
- **`about.md`** - 关于页面
63-
- **`contact.md`** - 联系方式页面
64-
- **`projects.md`** - 项目展示页面
65-
- **`_posts/`** - 博客文章目录
66-
- **`assets/css/`** - 样式表
67-
- **`assets/js/`** - JavaScript 脚本
68-
69-
### 配置文档
70-
71-
更多配置选项说明:
72-
73-
```yaml
74-
github_profile: "GitHub 个人/组织主页链接"
75-
user: "显示在侧边栏的用户名"
76-
user_email: "侧边栏展示的邮箱(可选,留空则不显示)"
77-
contact_url: "联系方式链接或表单链接(可选)"
78-
google_tracking_id: "Google Analytics 跟踪 ID(可选)"
79-
disqus_shortname: "Disqus 评论系统名称(可选)"
80-
```
81-
82-
### 添加文章
83-
84-
`_posts/` 目录下创建新文件,命名格式为 `YYYY-MM-DD-标题.md`:
85-
86-
```yaml
87-
---
88-
layout: post
89-
title: 文章标题
90-
date: 2025-10-28 12:00:00
91-
categories: 分类名
92-
tags: 标签1 标签2
93-
comments: 1
94-
---
95-
96-
# 文章内容
97-
你的文章内容写在这里...
98-
```
99-
100-
## 📦 依赖库
101-
102-
- [Materialize.css](http://materializecss.com/) - Material Design 框架
103-
- [GeoPattern](https://github.com/btmills/geopattern/) - 几何图案生成
104-
- [Animate.css](https://daneden.github.io/animate.css/) - 动画库
105-
- [Morphtext](http://morphext.fyianlai.com/) - 文本动画效果
106-
10726
## 📄 许可证
10827

10928
本主题采用 [GPL v3 License](https://www.gnu.org/licenses/gpl-3.0.en.html) 开源许可。
@@ -117,4 +36,4 @@ comments: 1
11736

11837
---
11938

120-
**更多信息**,请访问我们的 [官方网站](https://unicxidian.org/)
39+
**更多信息**请访问[官方网站](https://unicxidian.org/)

0 commit comments

Comments
 (0)