-
Notifications
You must be signed in to change notification settings - Fork 2
/
doczrc.js
134 lines (133 loc) · 3.54 KB
/
doczrc.js
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
export default {
title: "Pearson Tests of English",
description: 'I hate English at all!',
htmlContext: {
favicon: '/public/favicon.png',
},
editBranch: "master",
repository: "https://github.com/nguyenletan/PTE",
menu: [
"Pearson Tests of English",
{
name: "Write From Dictation",
menu: [
"1. Write From Dictation",
"2. Write From Dictation",
"3. Write From Dictation",
"4. Write From Dictation",
"5. Write From Dictation",
"6. Write From Dictation",
"7. Write From Dictation",
"8. Write From Dictation",
"9. Write From Dictation",
"10. Write From Dictation",
]
},
"Repeat Sentence",
"Summarize Spoken Text",
"Listen Fill In The Blanks",
"Describe Image",
"Retell Lecture",
{
name: "Collocations",
menu: [
"Introduction",
"1. Family",
"2. Relationships",
"3. Appearance",
"4. Character and Behaviour",
"5. Feeling",
"6. Houses and Apartments",
"7. Eating",
"8. Movies and Books",
"9. Music",
"10. Sports",
"11. Health and Sickness",
"12. Computers",
"13. Study",
"14. Academic English",
"15. Work",
"16. Business",
"17. Money",
"18. Travel",
"19. Weather",
"20. City",
"21. Countryside",
"22. Crime",
"23. Law/Justice",
"24. War & Peace",
"25. Global Problems",
"26. Time",
"27. Sound",
"28. Size",
"29. Light",
"30. Color",
"31. Texture",
"32. Smell",
"33. Taste",
"34. Statistics",
"35. Movement & Speed",
"36. Changes",
"37. Speaking",
"38. Starting & Finishing",
"39. Success & Failure",
"40. Cause & Effect",
"41. Memories",
"42. Agreeing & Disagreeing",
"43. Beliefs & Doubts",
"44. Deciding & Choosing",
"45. Claiming & Denying",
"46. Liking & Disliking",
"47. Praising & Criticizing",
"48. Metaphor",
"49. Confusing Words",
"50. Everyday Verbs"
]
},
],
themeConfig: {
head: {},
styles: {
h1: {
/*textTransform: 'uppercase'*/
},
},
colors: {
"text": "#01053F",
"background": "#FAFCFB",
"primary": "#47c1bf",
"secondary": "lightseagreen",
"highlight": "#b7ecec",
"muted": "#e6e6e6",
"gray": "#dfe3e8",
"accent": "#f49342",
"darken": "#00044c",
modes: {
dark: {
"text": "hsl(210, 50%, 96%)",
"background": "hsl(230, 25%, 18%)",
"primary": "hsl(260, 100%, 80%)",
"secondary": "hsl(290, 100%, 80%)",
"highlight": "hsl(260, 20%, 40%)",
"purple": "hsl(290, 100%, 80%)",
"muted": "hsla(230, 20%, 0%, 20%)",
"gray": "hsl(210, 50%, 60%)"
}
}
},
fonts: {
body: '"IBM Plex Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif',
heading:
'"IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serifif',
monospace: "Menlo, monospace",
size: "16px"
},
lineHeights: {
body: 1.66,
heading: 1.125
},
fontSizes: [13, 14, 15, 20, 22, 26, 34, 40, 60],
space: [0, 4, 8, 16, 38, 64, 128, 256, 512],
},
ignore: ['README.md', 'changelog.md', 'code_of_conduct.md', 'contributing.md', 'license.md']
};