├── CNAME
├── assets
├── icon
│ ├── favicon.ico
│ ├── icon192.png
│ ├── icon512.png
│ └── apple-touch-icon.png
└── flare.json
├── README.md
├── host.config.json
├── manifest.json
└── index.html
/CNAME:
--------------------------------------------------------------------------------
1 | content.phodal.com
2 |
--------------------------------------------------------------------------------
/assets/icon/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phodal/content-helper/master/assets/icon/favicon.ico
--------------------------------------------------------------------------------
/assets/icon/icon192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phodal/content-helper/master/assets/icon/icon192.png
--------------------------------------------------------------------------------
/assets/icon/icon512.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phodal/content-helper/master/assets/icon/icon512.png
--------------------------------------------------------------------------------
/assets/icon/apple-touch-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/phodal/content-helper/master/assets/icon/apple-touch-icon.png
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # content-helper
2 |
3 | [](https://github.com/phodal/markdown-improve)
4 |
5 | A PoC of Content Idea Generator
6 |
--------------------------------------------------------------------------------
/host.config.json:
--------------------------------------------------------------------------------
1 | {
2 | "hosting": {
3 | "headers": [
4 | {
5 | "source": "/build/p-*",
6 | "headers": [
7 | {
8 | "key": "Cache-Control",
9 | "value": "max-age=365000000, immutable"
10 | }
11 | ]
12 | }
13 | ]
14 | }
15 | }
--------------------------------------------------------------------------------
/manifest.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "content",
3 | "short_name": "content",
4 | "start_url": "/",
5 | "display": "standalone",
6 | "icons": [{
7 | "src": "assets/icon/icon192.png",
8 | "sizes": "192x192",
9 | "type": "image/png"
10 | },{
11 | "src": "assets/icon/icon512.png",
12 | "sizes": "512x512",
13 | "type": "image/png"
14 | }],
15 | "background_color": "#488aff",
16 | "theme_color": "#488aff"
17 | }
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
PWA Toolkit
--------------------------------------------------------------------------------
/assets/flare.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "${0}",
3 | "id": "0",
4 | "children": [
5 | {
6 | "name": "What",
7 | "id": "1",
8 | "children": [
9 | { "name": "什么不是${0}", "id": "1_1" },
10 | { "name": "什么是${0}", "id": "1_2" },
11 | { "name": "${0}是如何工作的", "id": "1_3" },
12 | { "name": "什么是${0}策略", "id": "1_4" },
13 | { "name": "什么是${0}示例", "id": "1_5" },
14 | { "name": "什么是${0} PDF", "id": "1_6" },
15 | { "name": "什么是${0} SEO", "id": "1_7" },
16 | { "name": "什么是${0} ${year}", "id": "1_8" },
17 | { "name": "什么是${0} 福布斯", "id": "1_9" },
18 | { "name": "什么是${0},它为什么重要", "id": "1_10" },
19 | { "name": "什么是${0} PPT", "id": "1_11" },
20 | { "name": "什么是${0}方法", "id": "1_12" },
21 | { "name": "什么是${0}经理", "id": "1_13" },
22 | { "name": "什么是${0}平台", "id": "1_14" },
23 | { "name": "什么是${0}视频", "id": "1_15" },
24 | { "name": "什么是${0}软件", "id": "1_16" },
25 | { "name": "什么是${0}写作", "id": "1_17" }
26 | ]
27 | },
28 | {
29 | "name": "Why",
30 | "id": "2",
31 | "children": [
32 | { "name": "为什么${0}很重要", "id": "2_1" },
33 | { "name": "为什么${0}失败了", "id": "2_2" },
34 | { "name": "为什么${0}在${year}很重要", "id": "2_3" },
35 | { "name": "为什么${0}在商业世界中非常重要", "id": "2_4" },
36 | { "name": "为什么做${0}策略", "id": "2_5" },
37 | { "name": "为什么${0}对于 B2B 是重要的", "id": "2_6" },
38 | { "name": "为什么${0}为王", "id": "2_7" },
39 | { "name": "为什么${0}", "id": "2_8" },
40 | { "name": "为什么使用${0}", "id": "2_9" },
41 | { "name": "为什么${0}可以生效", "id": "2_10" },
42 | { "name": "为什么可视化${0}", "id": "2_11" }
43 | ]
44 | },
45 | {
46 | "name": "How",
47 | "id": "3",
48 | "children": [
49 | { "name": "${0}是如何改变游戏规则的", "id": "3_1" },
50 | { "name": "${0}如何帮助于企业", "id": "3_2" },
51 | { "name": "如何用${0}扩展你的业务", "id": "3_3" },
52 | { "name": "${0}是如何工作的", "id": "3_4" },
53 | { "name": "如何做${0}", "id": "3_5" },
54 | { "name": "如何写${0}", "id": "3_6" },
55 | { "name": "如何度量${0}", "id": "3_7" },
56 | { "name": "如何开始${0}", "id": "3_8" },
57 | { "name": "如何让${0}高效", "id": "3_9" },
58 | { "name": "如何度量${0}的成功", "id": "3_10" },
59 | { "name": "如何提升${0}", "id": "3_11" },
60 | { "name": "如何制定${0}策略", "id": "3_12" },
61 | { "name": "如何学习${0}", "id": "3_13" }
62 | ]
63 | },
64 | {
65 | "name": "Are",
66 | "id": "4",
67 | "children": [
68 | { "name": "${0}死了吗", "id": "4_1" },
69 | { "name": "${0}是否值得", "id": "4_2" },
70 | { "name": "${0}是否高效", "id": "4_3" },
71 | { "name": "${0}是否重要", "id": "4_4" },
72 | { "name": "${0}是否值得学习", "id": "4_5" },
73 | { "name": "${0}是否合法", "id": "4_6" }
74 | ]
75 | },
76 | {
77 | "name": "Where",
78 | "id": "5",
79 | "children": [
80 | { "name": "${0}世界在哪里", "id": "4_1" },
81 | { "name": "从哪里开始${0}", "id": "4_2" },
82 | { "name": "从哪里学习${0}", "id": "4_3" }
83 | ]
84 | },
85 | {
86 | "name": "Who",
87 | "id": "6",
88 | "children": [
89 | { "name": "谁是${0}", "id": "4_1" }
90 | ]
91 | },
92 | {
93 | "name": "can",
94 | "id": "7",
95 | "children": [
96 | { "name": "谁能用${0}帮助于业务", "id": "4_1" }
97 | ]
98 | },
99 | {
100 | "name": "will",
101 | "id": "8",
102 | "children": [
103 | { "name": "谁将融合${0}", "id": "4_1" }
104 | ]
105 | },
106 | {
107 | "name": "when",
108 | "id": "9",
109 | "children": [
110 | { "name": "什么时候开始${0}", "id": "4_1" },
111 | { "name": "什么时候使用${0}", "id": "4_2" }
112 | ]
113 | },
114 | {
115 | "name": "which",
116 | "id": "10",
117 | "children": [
118 | { "name": "哪个是${0}", "id": "4_1" }
119 | ]
120 | }
121 | ]
122 | }
123 |
--------------------------------------------------------------------------------