Skip to content

Commit

Permalink
chore: update directory
Browse files Browse the repository at this point in the history
  • Loading branch information
shit-hub committed Mar 15, 2024
1 parent 38002f1 commit 5799c3c
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Env
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
hugo-version: '0.80.0'
extended: true

- name: Build
Expand Down
45 changes: 40 additions & 5 deletions content/docs/dev/_index.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,51 @@
---
title: "Dev"

title: Dev(开发)

weight: 1

bookFlatSection: false

bookToc: true

bookHidden: false

bookCollapseSection: true

bookComments: false

---

<!--more-->

## Development
Record something about software development.
## Directory
{{<section>}}
## 简介

Go是一个开源的编程工具。于2017年末开始研发,至2012年推出Go 1稳定版本。

## 特色

- 简洁、快速、安全
- 并行、有趣、开源
- 内存管理、数组安全、编译迅速

## 特性

- 自动垃圾回收
- 丰富的内置类型
- 函数多返回值
- 错误处理
- 匿名函数和闭包
- 类型和接口
- 并发编程
- 反射
- 语言交互性

## 应用场景

- web服务器
- 存储集群
- 高性能分布式系统

## 目录

{{< section >}}
17 changes: 12 additions & 5 deletions content/docs/ops/_index.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
---
title: "Ops"

title: Ops(运维)

weight: 2

bookFlatSection: false

bookToc: true

bookHidden: false

bookCollapseSection: true

bookComments: false

---

<!--more-->

## Operations
Record something about software platform operations.
## Directory
{{<section>}}
## 目录

{{< section >}}
17 changes: 12 additions & 5 deletions content/docs/sec/_index.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
---
title: "Sec"

title: Sec(安全)

weight: 3

bookFlatSection: false

bookToc: true

bookHidden: false

bookCollapseSection: true

bookComments: false

---

<!--more-->

## Security
Record something about software security.
## Directory
{{<section>}}
## 目录

{{< section >}}

0 comments on commit 5799c3c

Please sign in to comment.