forked from FOSScope/TranslateProject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
REPORULE
57 lines (47 loc) · 1.33 KB
/
REPORULE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
article_template = """---
title: {{title}}
date: {{release_date}}
abbrlink: {{abbrlink}}
author:
- fosscope-translation-team
- {{translator}}
- {{proofreader}}
banner: {{cover_image}}
cover: {{cover_image}}
categories:
- 翻译
- {{category}}
tags: {{tags}}
authorInfo: |
via: {{via}}
作者:[{{author}}]({{author_link}})
选题:[{{selector}}](https://github.com/{{selector}})
译者:[{{translator}}](https://github.com/{{translator}})
校对:[{{proofreader}}](https://github.com/{{proofreader}})
本文由 [FOSScope翻译组](https://github.com/FOSScope/TranslateProject) 原创编译,[开源观察](https://fosscope.com/) 荣誉推出
applied: false # 是否已被申领翻译
translated: false # 是否已翻译完成
proofread: false # 是否已校对完成
published: false # 是否已发布
---
<!-- 所有以 `{{variable}}` 形式展现的内容都需要替换为实际内容 -->
{{summary}}
<!-- more -->
{{content}}
"""
[[articles]]
type = "news"
description = "新闻"
directory = "{{step}}/news"
[[articles]]
type = "tech"
description = "技术"
directory = "{{step}}/tech"
[[articles]]
type = "talk"
description = "评论"
directory = "{{step}}/talk"
[git]
base = "main"
branch_naming = "{{action_name}}/{{type_name}}/{{article_id}}"
commit_message = "[{{action_desc}}][{{type_name}}] {{article_title}}"