Skip to content

Commit 8eab610

Browse files
authored
第一期播客节目 (#5)
* Add the first episode audio
1 parent c4f8916 commit 8eab610

File tree

6 files changed

+52
-0
lines changed

6 files changed

+52
-0
lines changed

.github/workflows/blank.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Generate RSS
2+
3+
on:
4+
push:
5+
branches: [ master ]
6+
7+
workflow_dispatch:
8+
9+
jobs:
10+
build:
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- uses: actions/checkout@v3
15+
- name: Generate RSS
16+
uses: opensource-f2f/open-podcasts@master
17+
with:
18+
server: https://github.com/opensource-f2f/devops-talk/
19+
- name: Update
20+
run: |
21+
git config --local user.email "[email protected]"
22+
git config --local user.name "rick"
23+
git add .
24+
git commit -m "Auto commit by rick's bot, ci skip"
25+
git push https://linuxsuren:${{ secrets.GH_SECRETS }}@github.com/opensource-f2f/devops-talk.git HEAD:master

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.rss

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![Rss](https://img.shields.io/badge/rss-F88900?style=flat&logo=rss&logoColor=white)](https://linuxsuren-bot.github.io/devops-talk/test.rss)
2+
![GitHub All Releases](https://img.shields.io/github/downloads/linuxsuren-bot/devops-talk/total)
3+
14
播客作为一种音频节目,相比于视频,是一种无需同时占用你的视觉和听觉的灵活形式。我们可以在非常多的场合下,通过收听播客获取咨询、知识、观点,例如:
25

36
* 工作日的通勤时间

item-001.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
title: DevOps 的内涵与外延
2+
description: |
3+
* 00:20 小马哥自我介绍
4+
* 01:25 DevOps 涉及到哪些工作岗位p
5+
* 06:51 小马哥的 DevOps 从业经历
6+
* 18:10 今天要“发版”的潜台词就是要加班、熬夜了
7+
* 21:38 只有用户在用的功能才是有价值的
8+
* 40:03 聊聊配置管理岗位
9+
* 46:04 Git 的流行对 DevOps 的推广有很大的帮助作用
10+
* 49:29 从事 DevOps 领域相关的工作,需要哪些技能呢
11+
* 57:36 可能有人以为 Jenkins 还需要破解
12+
* 67:26 如何在开源社区中提问
13+
index: 1
14+
filename: "001.mp3"
15+
localStorage: github-release

kongfu.png

69.4 KB
Loading

show.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
title: DevOps Talk
2+
description: 用声音传递 DevOps 业内信息
3+
author: Rick
4+
5+
image: "https://avatars.githubusercontent.com/u/1450685"
6+
categories:
7+
- Technology
8+
localStorage: github-release

0 commit comments

Comments
 (0)