Skip to content

Commit 71bf393

Browse files
committed
1
1
1 parent 56a9f99 commit 71bf393

15 files changed

Lines changed: 12 additions & 75 deletions

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
This is an example site used for solely for testing purposes. **It is not meant to be used as a template for your site**.
2-
3-
To create a new site, please use the starter template: [CaiJimmy/hugo-theme-stack-starter](https://github.com/CaiJimmy/hugo-theme-stack-starter/)
1+
这是Bistuios的github,使用的主题是hugo-theme-stack
2+
添加文章在conten-page里

content/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ menu:
55
weight: -100
66
params:
77
icon: home
8-
---
8+
---
9+
欢迎大家来到iOS Club!iOS Club(北京信息科技大学苹果俱乐部)是一个跨越专业与课堂的苹果爱好者社团,力求培养出色的苹果产品开发者和设计师。iOS Club由研发、设计、运营三大团队组成,分别着眼于 iOS 应用开发、UI 设计、社交平台的运营以及活动的组织策划。同时,我们以中国高校计算机大赛・移动应用创新赛、Apple WWDC比赛为依托,面向竞赛和创业开展学习交流和实践活动,以拓展成员们的视野、锻炼成员们的综合能力。社团组织学习 iOS / macOS / watchOS / tvOS 等苹果公司产品的软件开发、工业设计以及产品运营知识;在课堂之外实践所学到的知识;帮助成员们拓展视野、锻炼能力;在合作中增进成员们的友谊。本社团主要进行以下活动:定期进行研发、设计、运营方面的培训活动;组织与苹果公司的交流活动;组织参加中国高校计算机大赛・移动应用创新赛;邀请国内外大公司的专家为成员们做分享。😊

content/_index.zh-cn.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

content/page/about/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ menu:
1414
params:
1515
icon: user
1616
---
17+
欢迎大家来到iOS Club!iOS Club(北京信息科技大学苹果俱乐部)是一个跨越专业与课堂的苹果爱好者社团,力求培养出色的苹果产品开发者和设计师。iOS Club由研发、设计、运营三大团队组成,分别着眼于 iOS 应用开发、UI 设计、社交平台的运营以及活动的组织策划。同时,我们以中国高校计算机大赛・移动应用创新赛、Apple WWDC比赛为依托,面向竞赛和创业开展学习交流和实践活动,以拓展成员们的视野、锻炼成员们的综合能力。社团组织学习 iOS / macOS / watchOS / tvOS 等苹果公司产品的软件开发、工业设计以及产品运营知识;在课堂之外实践所学到的知识;帮助成员们拓展视野、锻炼能力;在合作中增进成员们的友谊。本社团主要进行以下活动:定期进行研发、设计、运营方面的培训活动;组织与苹果公司的交流活动;组织参加中国高校计算机大赛・移动应用创新赛;邀请国内外大公司的专家为成员们做分享。😊
1718
Welcome to iOS Club! iOS Club (Beijing Information Science & Technology University Apple Club) is a cross-disciplinary and extracurricular community for Apple enthusiasts, dedicated to cultivating outstanding Apple product developers and designers. iOS Club consists of three major teams: ​Development, ​Design, and ​Operations, focusing respectively on iOS app development, UI design, social media management, and event organization. At the same time, we rely on competitions such as the ​China College Computer Competition - Mobile Application Innovation Contest and ​Apple WWDC Student Challenge to engage in learning exchanges and practical activities aimed at competition and entrepreneurship, broadening our members' horizons and enhancing their comprehensive abilities.
1819

1920
The club organizes learning in software development, industrial design, and product operations for Apple products such as ​iOS, ​macOS, ​watchOS, and ​tvOS. We apply the knowledge we’ve learned outside of the classroom, helping members expand their horizons and improve their skills while fostering friendships through collaboration.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 我们的活动
3-
image: /1activity.jpg
2+
title: Activity
3+
image: /1activity.jpg
44
menu:
55
main:
66
weight: -90

content/page/archives/index.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

content/page/links/index.md

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
---
22
title: Links
33
links:
4-
- title: GitHub
5-
description: GitHub is the world's largest software development platform.
6-
website: https://github.com
7-
image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
8-
- title: TypeScript
9-
description: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
10-
website: https://www.typescriptlang.org
11-
image: ts-logo-128.jpg
4+
- title: Bistu iOS GitHub
5+
description: This is our GitHub
6+
website: https://github.com/ifLab/bistuios.github.io
127
menu:
138
main:
149
weight: -50
@@ -17,21 +12,3 @@ menu:
1712

1813
comments: false
1914
---
20-
21-
To use this feature, add `links` section to frontmatter.
22-
23-
This page's frontmatter:
24-
25-
```yaml
26-
links:
27-
- title: GitHub
28-
description: GitHub is the world's largest software development platform.
29-
website: https://github.com
30-
image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
31-
- title: TypeScript
32-
description: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
33-
website: https://www.typescriptlang.org
34-
image: ts-logo-128.jpg
35-
```
36-
37-
`image` field accepts both local and external images.
-544 KB
Binary file not shown.
-13.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)