Skip to content

Commit

Permalink
第一期播客节目 (#5)
Browse files Browse the repository at this point in the history
* Add the first episode audio
  • Loading branch information
LinuxSuRen authored Jun 5, 2022
1 parent c4f8916 commit 8eab610
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Generate RSS

on:
push:
branches: [ master ]

workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Generate RSS
uses: opensource-f2f/open-podcasts@master
with:
server: https://github.com/opensource-f2f/devops-talk/
- name: Update
run: |
git config --local user.email "[email protected]"
git config --local user.name "rick"
git add .
git commit -m "Auto commit by rick's bot, ci skip"
git push https://linuxsuren:${{ secrets.GH_SECRETS }}@github.com/opensource-f2f/devops-talk.git HEAD:master
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.rss
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Rss](https://img.shields.io/badge/rss-F88900?style=flat&logo=rss&logoColor=white)](https://linuxsuren-bot.github.io/devops-talk/test.rss)
![GitHub All Releases](https://img.shields.io/github/downloads/linuxsuren-bot/devops-talk/total)

播客作为一种音频节目,相比于视频,是一种无需同时占用你的视觉和听觉的灵活形式。我们可以在非常多的场合下,通过收听播客获取咨询、知识、观点,例如:

* 工作日的通勤时间
Expand Down
15 changes: 15 additions & 0 deletions item-001.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
title: DevOps 的内涵与外延
description: |
* 00:20 小马哥自我介绍
* 01:25 DevOps 涉及到哪些工作岗位p
* 06:51 小马哥的 DevOps 从业经历
* 18:10 今天要“发版”的潜台词就是要加班、熬夜了
* 21:38 只有用户在用的功能才是有价值的
* 40:03 聊聊配置管理岗位
* 46:04 Git 的流行对 DevOps 的推广有很大的帮助作用
* 49:29 从事 DevOps 领域相关的工作,需要哪些技能呢
* 57:36 可能有人以为 Jenkins 还需要破解
* 67:26 如何在开源社区中提问
index: 1
filename: "001.mp3"
localStorage: github-release
Binary file added kongfu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions show.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
title: DevOps Talk
description: 用声音传递 DevOps 业内信息
author: Rick
contact: [email protected]
image: "https://avatars.githubusercontent.com/u/1450685"
categories:
- Technology
localStorage: github-release

0 comments on commit 8eab610

Please sign in to comment.