Robo-knowledge-web-theme 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 2f4d15c3887f3dfbdcbb5878e9517b0ec165a66ab70fb5a0dd7a9a689ba07a1c
4
+ data.tar.gz: '083e1b7249e4193f207d7e1f7c3def659836edc8e6b96e3abba34b447d028e84'
5
+ SHA512:
6
+ metadata.gz: e074cf88d548a9c27fdd0a270903c52209decd28adc6c027287b6a20fce1fad8e3bd9bfef9beda9fed3f510d7f7986d90b2f2ac02b622ed69edf899ccfc1b2c5
7
+ data.tar.gz: 30901935ebcc5b4209a291af57b28c66178c99614feb87d1b6bf18a37a60dfad5bfb8d3c8db29bcf2cbb1b1fedcf75bc5d8fe67498fbd89a3d582a1d24a4dc55
@@ -0,0 +1,3 @@
1
+ <div id="backToTop" class="back_to_top_container">
2
+ </div>
3
+ <script src="/assets/js/back_to_top.js"></script>
@@ -0,0 +1 @@
1
+ <script src="../assets/js/classify_fetcher_resolver.js"></script>
@@ -0,0 +1,22 @@
1
+ <div class="main_page_footer">
2
+ <div class="main_page_footer_item">
3
+ <img class="footer_img" src="/assets/images/general_svgs/footer_svgs/github.svg" alt="github"/>
4
+ <a href="https://github.com/TIMAVICIIX" class="bold_text color_4_black normal_a">
5
+ TIMAVICIIX
6
+ </a>
7
+ </div>
8
+ <div class="main_page_footer_item">
9
+ <img class="footer_img" src="/assets/images/general_svgs/footer_svgs/microsoftoutlook.svg" alt="mail"/>
10
+ <a href="mailto:timaviciix@outlook.com" class="bold_text color_4_black normal_a">
11
+ outlook交流
12
+ </a>
13
+ </div>
14
+ <div class="main_page_footer_item">
15
+ <img class="footer_img" src="/assets/images/general_svgs/footer_svgs/coffee.svg" alt="coffee"/>
16
+ <a id="robo_coffee" class="bold_text color_4_black normal_a">
17
+ 请Robo喝杯咖啡?
18
+ </a>
19
+ </div>
20
+ </div>
21
+ <script src="../assets/js/gottya.js"></script>
22
+ <script src="../../../../assets/js/gottya.js"></script>
@@ -0,0 +1,5 @@
1
+ <nav>
2
+ {% for item in site.data.navigation %}
3
+ <a href="{{ item.link }}" {% if page.url == item.link %}class="current"{% endif %}>{{ item.name }}</a>
4
+ {% endfor %}
5
+ </nav>
@@ -0,0 +1,2 @@
1
+ <script src="/assets/jquery/jquery-3.7.1.js"></script>
2
+ <script src="/assets/js/posts_fetcher_resolver.js"></script>
@@ -0,0 +1 @@
1
+ <script src="../assets/js/search_categories_fetcher_resolver.js"></script>
@@ -0,0 +1 @@
1
+ <script src="../assets/js/search_tags_fetcher_resolver.js"></script>
@@ -0,0 +1 @@
1
+ <script src="../assets/js/tags_fetcher_resolver.js"></script>
@@ -0,0 +1,149 @@
1
+ ---
2
+ layout: robo_content_layout
3
+ ---
4
+ <div class="author_info_space bold_text shallow_shadow">
5
+
6
+ <div class="author_avatar_space">
7
+ <img src="/assets/avatar/{{page.short_name}}.png" alt="No Avatar" class="author_avatar shallow_shadow" />
8
+ </div>
9
+
10
+ <div class="author_info_container">
11
+ <h1 class="color_4_black smaller_p_margin">{{page.name}}({{page.chinese_name}})</h1>
12
+ <h3 class="color_85_gray smaller_p_margin">{{page.motto}}</h3>
13
+ <div class="skilled_space color_85_gray">
14
+
15
+ <h3 class="color_4_black smaller_p_margin"> 擅长领域 </h3>
16
+ {{page.skilled}}
17
+ </div>
18
+ </div>
19
+
20
+ {% if page.github != "none" %}
21
+
22
+ <div class="author_github_space shallow_shadow background_color_4_black color_pure_white">
23
+ <a class="normal_a color_pure_white" href='{{page.github}}'>转到该作者的GitHub?</a>
24
+ </div>
25
+
26
+ {% else %}
27
+
28
+ <div class="author_github_space shallow_shadow background_color_4_black color_pure_white">
29
+ 该作者暂无GitHub
30
+ </div>
31
+
32
+ {% endif %}
33
+
34
+ <div class="enrolled_space color_4_black">
35
+ {{page.enrolled}}入站
36
+ </div>
37
+
38
+ </div>
39
+
40
+ <div class="contact_space">
41
+
42
+
43
+ <div class="contact_item_space">
44
+ <div class="contact_btn shallow_shadow normal_write_to_shallow">
45
+
46
+ <img src="/assets/images/author_avgs/gmail.svg" style="width: 40px; height: 40px;" class="contact_icon" />
47
+
48
+ {% if page.gmail != "none" %}
49
+
50
+ <h4>
51
+ <a class="normal_a color_4_black" href="mailto:{{page.gmail}}">{{page.gmail}}</a>
52
+ </h4>
53
+
54
+ {% else %}
55
+
56
+
57
+ <h4 class="bold_text color_4_black">该作者暂无Gmail</h4>
58
+
59
+ {% endif %}
60
+
61
+ </div>
62
+ </div>
63
+ <div class="fence">
64
+ <img src="/assets/images/general_svgs/fence.svg" style="width: 10px; height: 30px;" alt="fence" />
65
+ </div>
66
+ <div class="contact_item_space">
67
+ <div class="contact_btn shallow_shadow normal_write_to_shallow">
68
+
69
+ <img src="/assets/images/author_avgs/x.svg" style="width: 25px; height: 25px;" class="contact_icon" />
70
+
71
+ {% if page.x != "none" %}
72
+
73
+ <h4>
74
+ <a class="normal_a color_4_black" href="{{page.x}}">{{page.name}}</a>
75
+ </h4>
76
+
77
+ {% else %}
78
+
79
+
80
+ <h4 class="bold_text color_4_black">该作者暂无X(Twiiter)</h4>
81
+
82
+ {% endif %}
83
+
84
+ </div>
85
+ </div>
86
+
87
+ <div class="fence">
88
+ <img src="/assets/images/general_svgs/fence.svg" style="width: 10px; height: 30px;" alt="fence" />
89
+ </div>
90
+
91
+ <div class="contact_item_space">
92
+ <div class="contact_btn shallow_shadow normal_write_to_shallow">
93
+
94
+ <img src="/assets/images/author_avgs/outlook.svg" style="width: 25px; height: 25px;" class="contact_icon" />
95
+
96
+ {% if page.outlook != "none" %}
97
+
98
+ <h4>
99
+ <a class="normal_a color_4_black" href="malito:{{page.outlook}}">{{page.outlook}}</a>
100
+ </h4>
101
+
102
+ {% else %}
103
+
104
+
105
+ <h4 class="bold_text color_4_black">该作者暂无X(Twiiter)</h4>
106
+
107
+ {% endif %}
108
+
109
+ </div>
110
+ </div>
111
+
112
+ </div>
113
+
114
+ <div id="blog_container" class="blog_container" style="width: 60%;">
115
+
116
+ {% for post in site.posts | reverse %}
117
+
118
+ {% if post.author == page.short_name %}
119
+
120
+ <div class="blog_item">
121
+ <a href="{{post.url}}" class="blog_item_title bold_text color_4_black normal_a">{{post.title}}</a>
122
+ <a href="{{post.url}}" class="blog_item_content bold_text color_85_gray normal_a">{{post.description}}</a>
123
+ <div class="blog_item_footer">
124
+
125
+
126
+ {% for author in site.authors %}
127
+
128
+ {% if (post.author contains author.short_name) or (post.author == author.short_name) %}
129
+
130
+ <a href="{{author.url}}" class="bold_item_author bold_text color_4_black normal_a">{{post.author}}</a>
131
+
132
+ {% endif %}
133
+
134
+ {% endfor %}
135
+
136
+ <div class="blog_item_time bold_text color_4_black">{{post.date}}</div>
137
+
138
+
139
+ </div>
140
+ </div>
141
+
142
+ {% endif %}
143
+
144
+ {% endfor %}
145
+
146
+ </div>
147
+
148
+ {% include back_to_top.html %}
149
+ {% include footer.html %}
@@ -0,0 +1,28 @@
1
+ ---
2
+ layout: robo_search_layout
3
+ title: {{page.title}}
4
+ top_title: {{page.top_title}}
5
+ ---
6
+ <h1 class="bold_text color_4_black" style="text-align: center;">全部作者</h1>
7
+ <div id="search_post_container" class="search_post_container">
8
+
9
+ </div>
10
+
11
+ <div id="author_container" class="blog_container" style="width: 60%;">
12
+
13
+ {% for author in site.authors limit: 5 %}
14
+
15
+ <div class="blog_item">
16
+ <a href="{{author.url}}" class="blog_item_title bold_text color_4_black normal_a">{{author.name}}({{author.chinese_name}})</a>
17
+ <div class="blog_item_content bold_text color_85_gray normal_a">{{author.position}}</div>
18
+ <div class="blog_item_content bold_text color_85_gray normal_a">擅长领域:{{author.skilled}}</div>
19
+ <div class="blog_item_footer">
20
+ <div class="blog_item_time bold_text color_4_black">{{author.enrolled}}入站</div>
21
+ </div>
22
+
23
+ </div>
24
+
25
+ {% endfor %}
26
+
27
+ </div>
28
+ {% include footer.html %}
@@ -0,0 +1,16 @@
1
+ ---
2
+ layout: robo_search_layout
3
+ title: {{page.title}}
4
+ top_title: {{page.top_title}}
5
+ ---
6
+ <h1 class="bold_text color_4_black" style="text-align: center;">全部分类</h1>
7
+ <div id="categories_container" class="classify_container" style="width: 80%;">
8
+
9
+
10
+ </div>
11
+ <div id="search_post_container" class="search_post_container">
12
+
13
+ </div>
14
+
15
+ {% include search_categories_fetcher.html %}
16
+ {% include footer.html %}
@@ -0,0 +1,17 @@
1
+ <!doctype html>
2
+ <html>
3
+
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <title>{{ page.title }}</title>
7
+ <link rel="stylesheet" href="/assets/css/styles.css">
8
+ {% feed_meta %}
9
+ {% seo %}
10
+ </head>
11
+
12
+ <body>
13
+ {% include navigation.html %}
14
+ {{ content }}
15
+ </body>
16
+
17
+ </html>
@@ -0,0 +1,31 @@
1
+ ---
2
+ layout: robo_content_layout
3
+ ---
4
+
5
+ <div class="post_space shallow_shadow">
6
+
7
+ <div class="post_title bold_text color_34_black">
8
+ {{page.title}}
9
+ </div>
10
+
11
+ <div class="post_info">
12
+
13
+ <img src="/assets/avatar/{{page.author}}.png" width="60px" height="60px" style="border-radius: 99px;" alt="author_avatar"/>
14
+
15
+ <a href="/authors/{{page.author}}.html" class="normal_a color_4_black">
16
+ <h2 class="smaller_p_margin color_4_black" style="margin-left: 10px;">{{page.author}}</h2>
17
+ </a>
18
+
19
+ <div class="post_date color_4_black bold_text">
20
+ {{page.date | date: "%Y-%m-%d"}}
21
+ </div>
22
+ </div>
23
+
24
+ <div class="post_content">
25
+ {{content}}
26
+ </div>
27
+
28
+ </div>
29
+
30
+ {% include back_to_top.html %}
31
+ {% include footer.html %}
@@ -0,0 +1,49 @@
1
+ ---
2
+ layout: robo_search_layout
3
+ title: {{page.title}}
4
+ top_title: {{page.top_title}}
5
+ ---
6
+
7
+ <div class="search_input_container">
8
+ <input type="text" id="search_input" class="search_input shallow_shadow bold_text color_4_black" placeholder="合适的,才是最好的" />
9
+ <button id="search_btn" class="bold_text color_4_black normal_write_to_shallow shallow_shadow">搜索</button>
10
+ </div>
11
+
12
+ <div id="search_post_container" class="search_post_container">
13
+
14
+ {% for post in site.posts | reverse %}
15
+
16
+ <div class="blog_item">
17
+ <a href="{{post.url}}" class="blog_item_title bold_text color_4_black normal_a">{{post.title}}</a>
18
+ <a href="{{post.url}}"
19
+ class="blog_item_content bold_text color_85_gray normal_a">{{post.description}}</a>
20
+ <div class="blog_item_footer">
21
+
22
+
23
+ {% for author in site.authors %}
24
+
25
+ {% if (post.author contains author.short_name) or (post.author == author.short_name) %}
26
+
27
+ <a href="{{author.url}}"
28
+ class="bold_item_author bold_text color_4_black normal_a">{{post.author}}</a>
29
+
30
+ {% endif %}
31
+
32
+ {% endfor %}
33
+
34
+ <div class="blog_item_time bold_text color_4_black">{{post.date}}</div>
35
+
36
+
37
+ </div>
38
+ </div>
39
+
40
+ {% endfor %}
41
+
42
+ </div>
43
+
44
+
45
+ {{content}}
46
+
47
+ {% include posts_fetcher.html %}
48
+ {% include back_to_top.html %}
49
+ {% include footer.html %}
@@ -0,0 +1,45 @@
1
+ <!DOCTYPE html>
2
+ <html lang="UTF-8">
3
+
4
+ <head>
5
+ <title>{{page.title}}</title>
6
+ <meta charset="UTF-8">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
8
+ <script src="/assets/jquery/jquery-3.7.1.js"></script>
9
+ <link rel="icon" href="/assets/images/general_svgs/icon.svg" type="image/x-icon">
10
+ <link rel="stylesheet" href="/assets/css/styles.css">
11
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prismjs/1.24.0/prism.min.css">
12
+ </head>
13
+
14
+ <body class="back_ground_color">
15
+ <div class="content_top_container">
16
+ <div class="main_background_container"></div>
17
+ <div class="content_top_title color_pure_white bold_text">{{page.top_title}}</div>
18
+
19
+ {% if page.name contains ".md" %}
20
+
21
+ <div class="content_side_title color_pure_white bold_text">{{page.title}}</div>
22
+
23
+ {% else %}
24
+
25
+ <div class="content_side_title color_pure_white bold_text">{{page.name}}</div>
26
+
27
+ {% endif %}
28
+ </div>
29
+
30
+ <div id="content_space_container" class="middle_ground_color front_card background_deep_shadow">
31
+
32
+ <h3>
33
+ <a href="/" class="bold_text color_4_black normal_a">回到主页</a>
34
+ <a href="/staff.html" class="bold_text color_4_black normal_a">全部作者</a>
35
+ <a href="/blog.html" class="bold_text color_4_black normal_a">全部文章</a>
36
+ </h3>
37
+
38
+ {{content}}
39
+
40
+ </div>
41
+
42
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/prismjs/1.24.0/prism.min.js"></script>
43
+ </body>
44
+
45
+ </html>