瀏覽代碼

sync theme with master

dev
Alej 2 年之前
父節點
當前提交
8a37f0dc5c
共有 46 個文件被更改,包括 2036 次插入374 次删除
  1. 638
    1
      cvd-theme/README.md
  2. 二進制
      cvd-theme/assets/images/DAT-CVD-small01a.png
  3. 二進制
      cvd-theme/assets/images/wheel-throwing-P1066586-scaled.jpg
  4. 46
    38
      cvd-theme/functions.php
  5. 23
    0
      cvd-theme/parts/footer-copy.html
  6. 1
    25
      cvd-theme/parts/footer.html
  7. 5
    0
      cvd-theme/parts/header-copy.html
  8. 1
    9
      cvd-theme/parts/header.html
  9. 0
    3
      cvd-theme/parts/tparagraph.html
  10. 29
    0
      cvd-theme/patterns/front-page.php
  11. 31
    0
      cvd-theme/patterns/header-copy-2.php
  12. 25
    0
      cvd-theme/patterns/header.php
  13. 7
    0
      cvd-theme/readme.txt
  14. 2
    2
      cvd-theme/style.css
  15. 68
    4
      cvd-theme/templates/404.html
  16. 10
    18
      cvd-theme/templates/archive.html
  17. 37
    0
      cvd-theme/templates/category-asmr.html
  18. 37
    0
      cvd-theme/templates/category-making-of.html
  19. 33
    0
      cvd-theme/templates/category-technique.html
  20. 15
    15
      cvd-theme/templates/category.html
  21. 1
    23
      cvd-theme/templates/front-page.html
  22. 5
    11
      cvd-theme/templates/home.html
  23. 11
    15
      cvd-theme/templates/index.html
  24. 9
    0
      cvd-theme/templates/page-welcome.html
  25. 6
    6
      cvd-theme/templates/page.html
  26. 15
    22
      cvd-theme/templates/search.html
  27. 7
    1
      cvd-theme/templates/single.html
  28. 27
    0
      cvd-theme/templates/taxonomy-artist-name.html
  29. 0
    27
      cvd-theme/templates/taxonomy-artist.html
  30. 27
    0
      cvd-theme/templates/taxonomy-discipline.html
  31. 33
    0
      cvd-theme/templates/taxonomy-location.html
  32. 15
    15
      cvd-theme/templates/taxonomy-material.html
  33. 27
    0
      cvd-theme/templates/taxonomy-medium.html
  34. 33
    0
      cvd-theme/templates/taxonomy-place.html
  35. 27
    0
      cvd-theme/templates/taxonomy-process.html
  36. 27
    0
      cvd-theme/templates/taxonomy-sub-process.html
  37. 15
    15
      cvd-theme/templates/taxonomy-technique.html
  38. 15
    15
      cvd-theme/templates/taxonomy-tool.html
  39. 10
    18
      cvd-theme/templates/taxonomy.html
  40. 19
    0
      cvd-theme/templates/wp-custom-template-page-alt.html
  41. 13
    0
      cvd-theme/templates/wp-custom-template-post-artist.html
  42. 23
    0
      cvd-theme/templates/wp-custom-template-post-technique.html
  43. 29
    0
      cvd-theme/templates/wp-custom-template-post-template-alt.html
  44. 15
    0
      cvd-theme/templates/wp-custom-template-technique-post-test.html
  45. 21
    0
      cvd-theme/templates/wp-custom-template-wp-custom-template-asmr.html
  46. 598
    91
      cvd-theme/theme.json

+ 638
- 1
cvd-theme/README.md 查看文件

@@ -1,2 +1,639 @@
1
-# CVD Theme
1
+<!DOCTYPE html>
2
+<html lang="en-US">
3
+<head data-suburl="">
4
+	<meta charset="utf-8">
5
+	<meta name="viewport" content="width=device-width, initial-scale=1">
6
+	<meta http-equiv="x-ua-compatible" content="ie=edge">
7
+	<title>craft-in-america/cvd: Craft Video Dictionary - cvd-theme/README.md at dev -  cvd - YVVAS: Gitea</title>
8
+	<link rel="manifest" href="/manifest.json" crossorigin="use-credentials">
9
+
10
+	<script>
11
+		if ('serviceWorker' in navigator) {
12
+  			window.addEventListener('load', function() {
13
+    			navigator.serviceWorker.register('/serviceworker.js').then(function(registration) {
14
+      				
15
+      				console.log('ServiceWorker registration successful with scope: ', registration.scope);
16
+				}, function(err) {
17
+					
18
+      				console.log('ServiceWorker registration failed: ', err);
19
+    			});
20
+  			});
21
+		}
22
+
23
+	</script>
24
+
25
+	<meta name="theme-color" content="#6cc644">
26
+	<meta name="author" content="craft-in-america" />
27
+	<meta name="description" content="cvd - Craft Video Dictionary" />
28
+	<meta name="keywords" content="go,git,self-hosted,gitea">
29
+	<meta name="referrer" content="no-referrer" />
30
+	<meta name="_csrf" content="Lr-NBUJUeLPDuI16DFLHF6uynuU6MTcxMDUzNTI2MTM5Mjg0Mjg3NQ==" />
31
+	<meta name="_suburl" content="" />
32
+	
33
+		<meta name="_uid" content="16" />
34
+	
35
+	
36
+	
37
+
38
+
39
+	<script>
40
+	/*
41
+	@licstart  The following is the entire license notice for the
42
+        JavaScript code in this page.
43
+
44
+	Copyright (c) 2016 The Gitea Authors
45
+	Copyright (c) 2015 The Gogs Authors
46
+
47
+	Permission is hereby granted, free of charge, to any person obtaining a copy
48
+	of this software and associated documentation files (the "Software"), to deal
49
+	in the Software without restriction, including without limitation the rights
50
+	to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
51
+	copies of the Software, and to permit persons to whom the Software is
52
+	furnished to do so, subject to the following conditions:
53
+
54
+	The above copyright notice and this permission notice shall be included in
55
+	all copies or substantial portions of the Software.
56
+
57
+	THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
58
+	IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
59
+	FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
60
+	AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
61
+	LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
62
+	OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
63
+	THE SOFTWARE.
64
+	---
65
+	Licensing information for additional javascript libraries can be found at:
66
+	  {{AppSubUrl}}/vendor/librejs.html
67
+
68
+	@licend  The above is the entire license notice
69
+        for the JavaScript code in this page.
70
+	*/
71
+	</script>
72
+
73
+	<link rel="shortcut icon" href="/img/favicon.png" />
74
+	<link rel="mask-icon" href="/img/gitea-safari.svg" color="#609926">
75
+	<link rel="preload" href="/vendor/assets/font-awesome/css/font-awesome.min.css" as="style" onload="this.rel='stylesheet'">
76
+	<noscript><link rel="stylesheet" href="/vendor/assets/font-awesome/css/font-awesome.min.css"></noscript>
77
+	<link rel="stylesheet" href="/vendor/assets/octicons/octicons.min.css">
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+	
86
+	<link rel="stylesheet" href="/vendor/plugins/semantic/semantic.min.css">
87
+	<link rel="stylesheet" href="/css/index.css?v=8251a990579d40cd2bd5e8076223c652">
88
+	<noscript>
89
+		<style>
90
+			.dropdown:hover > .menu { display: block; }
91
+			.ui.secondary.menu .dropdown.item > .menu { margin-top: 0; }
92
+		</style>
93
+	</noscript>
94
+
95
+
96
+	<link rel="stylesheet" href="/vendor/plugins/highlight/github.css">
97
+
98
+
99
+
100
+
101
+
102
+	<style class="list-search-style"></style>
103
+
104
+	<script src="/vendor/plugins/promise-polyfill/polyfill.min.js"></script>
105
+	<script src="/vendor/plugins/cssrelpreload/loadCSS.min.js"></script>
106
+	<script src="/vendor/plugins/cssrelpreload/cssrelpreload.min.js"></script>
107
+
108
+	<meta property="og:title" content="cvd" />
109
+	<meta property="og:type" content="object" />
110
+	<meta property="og:image" content="http://gitea.yvvas.com:4000/avatars/3" />
111
+	<meta property="og:url" content="http://gitea.yvvas.com:4000/craft-in-america/cvd" />
112
+	
113
+	<meta property="og:description" content="Craft Video Dictionary" />
114
+	
115
+	<meta property="og:site_name" content="YVVAS: Gitea" />
116
+
117
+
118
+	
119
+
120
+
121
+</head>
122
+<body>
123
+	
124
+
125
+	<div class="full height">
126
+		<noscript>This website works better with JavaScript.</noscript>
127
+
128
+		
129
+
130
+		
131
+			<div class="ui top secondary stackable main menu following bar light">
132
+				<div class="ui container" id="navbar">
133
+	<div class="item brand" style="justify-content: space-between;">
134
+		<a href="/">
135
+			<img class="ui mini image" src="/img/gitea-sm.png">
136
+		</a>
137
+		<div class="ui basic icon button mobile-only" id="navbar-expand-toggle">
138
+			<i class="sidebar icon"></i>
139
+		</div>
140
+	</div>
141
+
142
+	
143
+		<a class="item " href="/">Dashboard</a>
144
+		<a class="item " href="/issues">Issues</a>
145
+		<a class="item " href="/pulls">Pull Requests</a>
146
+		<a class="item " href="/explore/repos">Explore</a>
147
+	
148
+
149
+	
150
+
151
+	
152
+
153
+	
154
+		<div class="right stackable menu">
155
+			<a href="/notifications" class="item poping up" data-content='Notifications' data-variation="tiny inverted">
156
+				<span class="text">
157
+					<i class="fitted octicon octicon-bell"></i>
158
+					<span class="sr-mobile-only">Notifications</span>
159
+
160
+					
161
+				</span>
162
+			</a>
163
+
164
+			<div class="ui dropdown jump item poping up" data-content="Create…" data-variation="tiny inverted">
165
+				<span class="text">
166
+					<i class="fitted octicon octicon-plus"></i>
167
+					<span class="sr-mobile-only">Create…</span>
168
+					<i class="fitted octicon octicon-triangle-down not-mobile"></i>
169
+				</span>
170
+				<div class="menu">
171
+					<a class="item" href="/repo/create">
172
+						<i class="octicon octicon-plus"></i> New Repository
173
+					</a>
174
+					<a class="item" href="/repo/migrate">
175
+						<i class="octicon octicon-repo-clone"></i> New Migration
176
+					</a>
177
+					
178
+				</div>
179
+			</div>
180
+
181
+			<div class="ui dropdown jump item poping up" tabindex="-1" data-content="Profile and Settings…" data-variation="tiny inverted">
182
+				<span class="text">
183
+					<img class="ui tiny avatar image" src="/avatars/f4a4b1e86889eb4ae116ec530249682f">
184
+					<span class="sr-only">Profile and Settings…</span>
185
+					<span class="mobile-only">anam</span>
186
+					<i class="fitted octicon octicon-triangle-down not-mobile" tabindex="-1"></i>
187
+				</span>
188
+				<div class="menu user-menu" tabindex="-1">
189
+					<div class="ui header">
190
+						Signed in as <strong>anam</strong>
191
+					</div>
192
+
193
+					<div class="divider"></div>
194
+					<a class="item" href="/anam">
195
+						<i class="octicon octicon-person"></i>
196
+						Profile
197
+					</a>
198
+					<a class="item" href="/anam?tab=stars">
199
+						<i class="octicon octicon-star"></i>
200
+						Starred
201
+					</a>
202
+					<a class=" item" href="/user/settings">
203
+						<i class="octicon octicon-settings"></i>
204
+						Settings
205
+					</a>
206
+					<a class="item" target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io">
207
+						<i class="octicon octicon-question"></i>
208
+						Help
209
+					</a>
210
+					
211
+
212
+					<div class="divider"></div>
213
+					<a class="item" href="/user/logout">
214
+						<i class="octicon octicon-sign-out"></i>
215
+						Sign Out
216
+					</a>
217
+				</div>
218
+			</div>
219
+		</div>
220
+
221
+	
222
+</div>
223
+
224
+			</div>
225
+		
226
+
227
+
228
+<div class="repository file list">
229
+	<div class="header-wrapper">
230
+
231
+	<div class="ui container">
232
+		<div class="repo-header">
233
+			<div class="ui huge breadcrumb repo-title">
234
+				<i class="mega-octicon octicon-repo"></i>
235
+				<a href="/craft-in-america">craft-in-america</a>
236
+				<div class="divider"> / </div>
237
+				<a href="/craft-in-america/cvd">cvd</a>
238
+				
239
+				
240
+				
241
+			</div>
242
+			<div class="repo-buttons">
243
+				<div class="ui labeled button" tabindex="0">
244
+					<a class="ui compact basic button" href="/craft-in-america/cvd/action/unwatch?redirect_to=%2fcraft-in-america%2fcvd%2fsrc%2fbranch%2fdev%2fcvd-theme%2fREADME.md">
245
+						<i class="icon fa-eye"></i>Unwatch
246
+					</a>
247
+					<a class="ui basic label" href="/craft-in-america/cvd/watchers">
248
+						4
249
+					</a>
250
+				</div>
251
+				<div class="ui labeled button" tabindex="0">
252
+					<a class="ui compact basic button" href="/craft-in-america/cvd/action/star?redirect_to=%2fcraft-in-america%2fcvd%2fsrc%2fbranch%2fdev%2fcvd-theme%2fREADME.md">
253
+						<i class="icon star outline"></i>Star
254
+					</a>
255
+					<a class="ui basic label" href="/craft-in-america/cvd/stars">
256
+						0
257
+					</a>
258
+				</div>
259
+				
260
+					<div class="ui labeled button " tabindex="0">
261
+						<a class="ui compact basic button " href="/repo/fork/38" data-position="top center" data-variation="tiny">
262
+							<i class="octicon octicon-repo-forked"></i>Fork
263
+						</a>
264
+						<a class="ui basic label" href="/craft-in-america/cvd/forks">
265
+							0
266
+						</a>
267
+					</div>
268
+				
269
+			</div>
270
+		</div>
271
+	</div>
272
+
273
+
274
+	<div class="ui tabs container">
275
+		<div class="ui tabular stackable menu navbar">
276
+			
277
+			<a class="active item" href="/craft-in-america/cvd">
278
+				<i class="octicon octicon-code"></i> Code
279
+			</a>
280
+			
281
+
282
+			
283
+				<a class=" item" href="/craft-in-america/cvd/issues">
284
+					<i class="octicon octicon-issue-opened"></i> Issues <span class="ui gray small label">0</span>
285
+				</a>
286
+			
287
+
288
+			
289
+
290
+			
291
+				<a class=" item" href="/craft-in-america/cvd/pulls">
292
+					<i class="octicon octicon-git-pull-request"></i> Pull Requests <span class="ui gray small label">0</span>
293
+				</a>
294
+			
295
+
296
+			
297
+			<a class=" item" href="/craft-in-america/cvd/releases">
298
+				<i class="octicon octicon-tag"></i> Releases <span class="ui gray small label">0</span>
299
+			</a>
300
+			
301
+
302
+			
303
+				<a class=" item" href="/craft-in-america/cvd/wiki" >
304
+					<i class="octicon octicon-book"></i> Wiki
305
+				</a>
306
+			
307
+
308
+			
309
+				<a class=" item" href="/craft-in-america/cvd/activity">
310
+					<i class="octicon octicon-pulse"></i> Activity
311
+				</a>
312
+			
313
+
314
+			
315
+
316
+			
317
+				<div class="right menu">
318
+					<a class=" item" href="/craft-in-america/cvd/settings">
319
+						<i class="octicon octicon-tools"></i> Settings
320
+					</a>
321
+				</div>
322
+			
323
+		</div>
324
+	</div>
325
+	<div class="ui tabs divider"></div>
326
+
327
+</div>
328
+
329
+	<div class="ui container">
330
+		
331
+
332
+
333
+
334
+		<div class="ui repo-description">
335
+			<div id="repo-desc">
336
+				<span class="description has-emoji">Craft Video Dictionary</span>
337
+				<a class="link" href=""></a>
338
+			</div>
339
+			
340
+		</div>
341
+		<div class="ui" id="repo-topics">
342
+		
343
+		<a id="manage_topic">Manage Topics</a>
344
+		</div>
345
+		
346
+		<div class="ui repo-topic-edit grid form segment error" id="topic_edit" style="display:none">
347
+			<div class="fourteen wide column">
348
+				<div class="field">
349
+					<div class="ui fluid multiple search selection dropdown">
350
+						<input type="hidden" name="topics" value="">
351
+						
352
+						<div class="text"></div>
353
+					</div>
354
+				</div>
355
+			</div>
356
+			<div class="two wide column">
357
+				<a class="ui button primary" href="javascript:;" id="save_topic"
358
+				data-link="/craft-in-america/cvd/topics">Done</a>
359
+			</div>
360
+		</div>
361
+		
362
+		<div class="hide" id="validate_prompt">
363
+			<span id="count_prompt">You can not select more than 25 topics</span>
364
+			<span id="format_prompt">Topics must start with a letter or number, can include dashes (&#39;-&#39;) and can be up to 35 characters long.</span>
365
+		</div>
366
+		
367
+		<div class="ui segment sub-menu">
368
+	<div class="ui two horizontal center link list">
369
+		
370
+			<div class="item">
371
+				<a class="ui" href="/craft-in-america/cvd/commits/branch/dev"><i class="octicon octicon-history"></i> <b>7</b> Commits</a>
372
+			</div>
373
+		
374
+		
375
+			<div class="item">
376
+				<a class="ui" href="/craft-in-america/cvd/branches/"><i class="octicon octicon-git-branch"></i> <b>2</b> Branches</a>
377
+			</div>
378
+		
379
+	</div>
380
+</div>
381
+
382
+		<div class="ui stackable secondary menu mobile--margin-between-items mobile--no-negative-margins">
383
+			<div class="fitted item choose reference">
384
+	<div class="ui floating filter dropdown custom" data-can-create-branch="true" data-no-results="No results found.">
385
+		<div class="ui basic small compact button" @click="menuVisible = !menuVisible" @keyup.enter="menuVisible = !menuVisible">
386
+			<span class="text">
387
+				<i class="octicon octicon-git-branch"></i>
388
+				Branch:
389
+				<strong>dev</strong>
390
+			</span>
391
+			<i class="dropdown icon"></i>
392
+		</div>
393
+		<div class="data" style="display: none" data-mode="branches">
394
+			
395
+				<div class="item branch selected" data-url="/craft-in-america/cvd/src/branch/dev/cvd-theme/README.md">dev</div>
396
+			
397
+				<div class="item branch " data-url="/craft-in-america/cvd/src/branch/master/cvd-theme/README.md">master</div>
398
+			
399
+			
400
+		</div>
401
+		<div class="menu transition" :class="{visible: menuVisible}" v-if="menuVisible" v-cloak>
402
+			<div class="ui icon search input">
403
+				<i class="filter icon"></i>
404
+				<input name="search" ref="searchField" v-model="searchTerm" @keydown="keydown($event)" placeholder="Filter branch or tag...">
405
+			</div>
406
+			<div class="header branch-tag-choice">
407
+				<div class="ui grid">
408
+					<div class="two column row">
409
+						<a class="reference column" href="#" @click="mode = 'branches'; focusSearchField()">
410
+							<span class="text" :class="{black: mode == 'branches'}">
411
+								<i class="octicon octicon-git-branch"></i> Branches
412
+							</span>
413
+						</a>
414
+						<a class="reference column" href="#" @click="mode = 'tags'; focusSearchField()">
415
+							<span class="text" :class="{black: mode == 'tags'}">
416
+								<i class="reference tags icon"></i> Tags
417
+							</span>
418
+						</a>
419
+					</div>
420
+				</div>
421
+			</div>
422
+			<div class="scrolling menu" ref="scrollContainer">
423
+				<div v-for="(item, index) in filteredItems" :key="item.name" class="item" :class="{selected: item.selected, active: active == index}" @click="selectItem(item)" :ref="'listItem' + index">${ item.name }</div>
424
+				<div class="item" v-if="showCreateNewBranch" :class="{active: active == filteredItems.length}" :ref="'listItem' + filteredItems.length">
425
+					<a href="#" @click="createNewBranch()">
426
+						<div>
427
+							<i class="octicon octicon-git-branch"></i>
428
+							Create branch <strong>${ searchTerm }</strong>
429
+						</div>
430
+						<div class="text small">
431
+							
432
+								from &#39;dev&#39;
433
+							
434
+						</div>
435
+					</a>
436
+					<form ref="newBranchForm" action="/craft-in-america/cvd/branches/_new/branch/dev" method="post">
437
+						<input type="hidden" name="_csrf" value="Lr-NBUJUeLPDuI16DFLHF6uynuU6MTcxMDUzNTI2MTM5Mjg0Mjg3NQ==">
438
+						<input type="hidden" name="new_branch_name" v-model="searchTerm">
439
+					</form>
440
+				</div>
441
+			</div>
442
+			<div class="message" v-if="showNoResults">${ noResults }</div>
443
+		</div>
444
+	</div>
445
+</div>
446
+
447
+			
448
+			
449
+			
450
+			
451
+				<div class="fitted item"><span class="ui breadcrumb repo-path"><a class="section" href="/craft-in-america/cvd/src/branch/dev" title="cvd">cvd</a><span class="divider">/</span><span class="section"><a href="/craft-in-america/cvd/src/branch/dev/cvd-theme" title="cvd-theme">cvd-theme</a></span><span class="divider">/</span><span class="active section" title="README.md">README.md</span></span></div>
452
+			
453
+			<div class="right fitted item" id="file-buttons">
454
+				<div class="ui tiny blue buttons">
455
+					
456
+						
457
+						
458
+					
459
+					
460
+				</div>
461
+
462
+			</div>
463
+			<div class="fitted item">
464
+
465
+				
466
+				
467
+			</div>
468
+		</div>
469
+		
470
+			<div class="tab-size-8 non-diff-file-content">
471
+	<h4 class="ui top attached header" id="repo-readme">
472
+		<div class="ui stackable grid">
473
+			<div class="ten wide column">
474
+				
475
+					<i class="book icon ui left"></i>
476
+					
477
+						<strong>README.md</strong> <span class="text grey normal">13B</span>
478
+					
479
+				
480
+			</div>
481
+			<div class="six wide right aligned column">
482
+				
483
+					<div class="ui right file-actions">
484
+						<div class="ui buttons">
485
+							
486
+								<a class="ui button" href="/craft-in-america/cvd/src/commit/6ba9427deb3881e9f6359fad029842349fbee587/cvd-theme/README.md">Permalink</a>
487
+							
488
+							<a class="ui button" href="/craft-in-america/cvd/commits/branch/dev/cvd-theme/README.md">History</a>
489
+							<a class="ui button" href="/craft-in-america/cvd/raw/branch/dev/cvd-theme/README.md">Raw</a>
490
+						</div>
491
+						
492
+							
493
+								<a href="/craft-in-america/cvd/_edit/dev/cvd-theme/README.md"><i class="octicon octicon-pencil btn-octicon poping up"  data-content="Edit File" data-position="bottom center" data-variation="tiny inverted"></i></a>
494
+							
495
+							
496
+								<a href="/craft-in-america/cvd/_delete/dev/cvd-theme/README.md"><i class="octicon octicon-trashcan btn-octicon btn-octicon-danger poping up"  data-content="Delete File" data-position="bottom center" data-variation="tiny inverted"></i></a>
497
+							
498
+						
499
+					</div>
500
+				
501
+			</div>
502
+		</div>
503
+	</h4>
504
+	<div class="ui attached table unstackable segment">
505
+		<div class="file-view markdown has-emoji">
506
+			
507
+				<h1 id="cvd-theme">CVD Theme</h1>
508
+
509
+			
510
+		</div>
511
+	</div>
512
+</div>
513
+
514
+<script>
515
+function submitDeleteForm() {
516
+    var message = prompt("delete_confirm_message\n\ndelete_commit_summary", "Delete ''");
517
+    if (message != null) {
518
+        $("#delete-message").val(message);
519
+        $("#delete-file-form").submit()
520
+    }
521
+}
522
+</script>
523
+
524
+		
525
+	</div>
526
+</div>
527
+
528
+
529
+	
530
+
531
+	</div>
532
+
533
+	
534
+
535
+	<footer>
536
+	<div class="ui container">
537
+		<div class="ui left">
538
+			© Gitea Version: 2262811 Page: <strong>27ms</strong> Template: <strong>1ms</strong>
539
+		</div>
540
+		<div class="ui right links">
541
+			
542
+			<div class="ui language bottom floating slide up dropdown link item">
543
+				<i class="world icon"></i>
544
+				<div class="text">English</div>
545
+				<div class="menu">
546
+					
547
+						<a lang="en-US" class="item active selected" href="#">English</a>
548
+					
549
+						<a lang="zh-CN" class="item " href="/craft-in-america/cvd/src/branch/dev/cvd-theme/README.md?lang=zh-CN">简体中文</a>
550
+					
551
+						<a lang="zh-HK" class="item " href="/craft-in-america/cvd/src/branch/dev/cvd-theme/README.md?lang=zh-HK">繁體中文(香港)</a>
552
+					
553
+						<a lang="zh-TW" class="item " href="/craft-in-america/cvd/src/branch/dev/cvd-theme/README.md?lang=zh-TW">繁體中文(台灣)</a>
554
+					
555
+						<a lang="de-DE" class="item " href="/craft-in-america/cvd/src/branch/dev/cvd-theme/README.md?lang=de-DE">Deutsch</a>
556
+					
557
+						<a lang="fr-FR" class="item " href="/craft-in-america/cvd/src/branch/dev/cvd-theme/README.md?lang=fr-FR">français</a>
558
+					
559
+						<a lang="nl-NL" class="item " href="/craft-in-america/cvd/src/branch/dev/cvd-theme/README.md?lang=nl-NL">Nederlands</a>
560
+					
561
+						<a lang="lv-LV" class="item " href="/craft-in-america/cvd/src/branch/dev/cvd-theme/README.md?lang=lv-LV">latviešu</a>
562
+					
563
+						<a lang="ru-RU" class="item " href="/craft-in-america/cvd/src/branch/dev/cvd-theme/README.md?lang=ru-RU">русский</a>
564
+					
565
+						<a lang="uk-UA" class="item " href="/craft-in-america/cvd/src/branch/dev/cvd-theme/README.md?lang=uk-UA">Українська</a>
566
+					
567
+						<a lang="ja-JP" class="item " href="/craft-in-america/cvd/src/branch/dev/cvd-theme/README.md?lang=ja-JP">日本語</a>
568
+					
569
+						<a lang="es-ES" class="item " href="/craft-in-america/cvd/src/branch/dev/cvd-theme/README.md?lang=es-ES">español</a>
570
+					
571
+						<a lang="pt-BR" class="item " href="/craft-in-america/cvd/src/branch/dev/cvd-theme/README.md?lang=pt-BR">português do Brasil</a>
572
+					
573
+						<a lang="pl-PL" class="item " href="/craft-in-america/cvd/src/branch/dev/cvd-theme/README.md?lang=pl-PL">polski</a>
574
+					
575
+						<a lang="bg-BG" class="item " href="/craft-in-america/cvd/src/branch/dev/cvd-theme/README.md?lang=bg-BG">български</a>
576
+					
577
+						<a lang="it-IT" class="item " href="/craft-in-america/cvd/src/branch/dev/cvd-theme/README.md?lang=it-IT">italiano</a>
578
+					
579
+						<a lang="fi-FI" class="item " href="/craft-in-america/cvd/src/branch/dev/cvd-theme/README.md?lang=fi-FI">suomi</a>
580
+					
581
+						<a lang="tr-TR" class="item " href="/craft-in-america/cvd/src/branch/dev/cvd-theme/README.md?lang=tr-TR">Türkçe</a>
582
+					
583
+						<a lang="cs-CZ" class="item " href="/craft-in-america/cvd/src/branch/dev/cvd-theme/README.md?lang=cs-CZ">čeština</a>
584
+					
585
+						<a lang="sr-SP" class="item " href="/craft-in-america/cvd/src/branch/dev/cvd-theme/README.md?lang=sr-SP">српски</a>
586
+					
587
+						<a lang="sv-SE" class="item " href="/craft-in-america/cvd/src/branch/dev/cvd-theme/README.md?lang=sv-SE">svenska</a>
588
+					
589
+						<a lang="ko-KR" class="item " href="/craft-in-america/cvd/src/branch/dev/cvd-theme/README.md?lang=ko-KR">한국어</a>
590
+					
591
+				</div>
592
+			</div>
593
+			<a href="/vendor/librejs.html" data-jslicense="1">JavaScript licenses</a>
594
+			<a href="/api/swagger">API</a>
595
+			<a target="_blank" rel="noopener noreferrer" href="https://gitea.io">Website</a>
596
+			<span class="version">Go1.12.4</span>
597
+		</div>
598
+	</div>
599
+</footer>
600
+
601
+
602
+	<script src="/vendor/plugins/jquery/jquery.min.js"></script>
603
+	<script src="/vendor/plugins/jquery.areyousure/jquery.are-you-sure.js"></script>
604
+
605
+
606
+
607
+
608
+
609
+	<script src="/vendor/plugins/highlight/highlight.pack.js"></script>
610
+
611
+
612
+
613
+
614
+
615
+
616
+
617
+	<script src="/vendor/plugins/emojify/emojify.min.js"></script>
618
+	<script src="/vendor/plugins/clipboard/clipboard.min.js"></script>
619
+	<script src="/vendor/plugins/vue/vue.min.js"></script>
620
+
621
+	
622
+	<script src="/vendor/plugins/semantic/semantic.min.js"></script>
623
+	<script src="/js/index.js?v=8251a990579d40cd2bd5e8076223c652"></script>
624
+
625
+
626
+
627
+
628
+	<script type="text/javascript" src="https://unpkg.com/mermaid@8.0.0/dist/mermaid.min.js"></script>
629
+    <script type="text/javascript">
630
+		$(document).ready(function () {
631
+			mermaid.init(undefined, $('.language-mermaid'));			
632
+			mermaid.initialize({ startOnLoad: true });
633
+     	});
634
+    </script>
635
+
636
+
637
+</body>
638
+</html>
2 639
 

二進制
cvd-theme/assets/images/DAT-CVD-small01a.png 查看文件


二進制
cvd-theme/assets/images/wheel-throwing-P1066586-scaled.jpg 查看文件


+ 46
- 38
cvd-theme/functions.php 查看文件

@@ -1,50 +1,17 @@
1 1
 <?php
2
-/*
3
-* Remove COMMENTS in its entirety
4
-*/
5
-// Removes COMMENTS from admin menu
6
-add_action( 'admin_menu', 'remove_admin_menus' );
7
-function remove_admin_menus() {
8
-    remove_menu_page( 'edit-comments.php' );
9
-}
10
-// Removes COMMENTS from post and pages
11
-add_action('init', 'remove_comment_support', 100);
12
-function remove_comment_support() {
13
-    remove_post_type_support( 'post', 'comments' );
14
-    remove_post_type_support( 'page', 'comments' );
15
-}
16
-// Removes COMMENTS from admin bar
17
-add_action( 'wp_before_admin_bar_render', 'remove_comments_admin_bar' );
18
-function remove_comments_admin_bar() {
19
-    global $wp_admin_bar;
20
-    $wp_admin_bar->remove_menu('comments');
21
-}
22 2
 
23 3
 // Allow [shortcode] in templates
24 4
 add_action( 'acf/init', 'set_acf_settings' );
25 5
 function set_acf_settings() {
26 6
     acf_update_setting( 'enable_shortcode', true );
27 7
 }
28
-
29 8
 add_filter( 'acf/shortcode/allow_in_block_themes_outside_content', '__return_true' );
30 9
 
31
-// Order by custom field value by meta_key 'lastname'
32
-function my_pre_get_posts( $query ) { 
33
-    // do not modify queries in the admin
34
-    if( is_admin() ) {
35
-        return $query;       
36
-    }
37
-    // only modify queries for 'event' post type
38
-    if( isset($query->query_vars['post_type']) && $query->query_vars['post_type']) { 
39
-        $query->set('orderby', 'meta_value');    
40
-        $query->set('meta_key', 'lastname');    
41
-        $query->set('order', 'ASC');    
42
-    }
43
-    // return
44
-    return $query;
10
+// Current Year [shortcode]
11
+function current_year_shortcode() {
12
+    return date('Y');
45 13
 }
46
-
47
-add_action('pre_get_posts', 'my_pre_get_posts');
14
+add_shortcode( 'current_year', 'current_year_shortcode' );
48 15
 
49 16
 
50 17
 // General Settings - Set Default Featured Image Placeholder if none exists
@@ -104,4 +71,45 @@ if ( ! class_exists( 'DefaultThumbnailID' ) ) {
104 71
     DefaultThumbnailID::get_instance();
105 72
     }
106 73
 
107
-    
74
+
75
+// Order by meta_key 'sortname' for post type 'artists'
76
+function my_pre_get_posts( $query ) {
77
+    // do not modify queries in the admin
78
+    if( is_admin() ) {
79
+        return $query;
80
+    }
81
+    // only modify queries for 'artist' post type
82
+    if( isset($query->query_vars['post_type']) && $query->query_vars['post_type'] == 'artist' ) {
83
+        $query->set('orderby', 'meta_value'); 
84
+        $query->set('meta_key', 'sortname'); 
85
+        $query->set('order', 'ASC'); 
86
+    }
87
+    // return
88
+    return $query;
89
+}
90
+add_action('pre_get_posts', 'my_pre_get_posts');
91
+
92
+
93
+// Exclude Pages from Search Results
94
+function search_filter($query) {
95
+	if ( ! is_admin() && $query->is_main_query() ) {
96
+		if ( $query->is_search ) {
97
+			$query->set( 'post_type', 'post' );
98
+		}
99
+	}
100
+}
101
+add_action( 'pre_get_posts', 'search_filter' );
102
+
103
+
104
+/**
105
+ * This function modifies the main WordPress query to include an array of 
106
+ * post types instead of the default 'post' post type.
107
+ * @param object $query The main WordPress query.
108
+ */
109
+function include_custom_post_types_in_search_results( $query ) {
110
+    if ( $query->is_main_query() && $query->is_search() && ! is_admin() ) {
111
+        $query->set( 'post_type', array( 'post', 'artist' ) );
112
+    }
113
+}
114
+add_action( 'pre_get_posts', 'include_custom_post_types_in_search_results' );
115
+

+ 23
- 0
cvd-theme/parts/footer-copy.html 查看文件

@@ -0,0 +1,23 @@
1
+<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|30"},"blockGap":"0"}},"backgroundColor":"base","layout":{"type":"constrained"}} -->
2
+<div class="wp-block-group alignwide has-base-background-color has-background" style="padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--30)"><!-- wp:separator {"align":"wide","style":{"color":[]},"backgroundColor":"primary","className":"is-style-wide"} -->
3
+<hr class="wp-block-separator alignwide has-text-color has-primary-color has-alpha-channel-opacity has-primary-background-color has-background is-style-wide"/>
4
+<!-- /wp:separator -->
5
+
6
+<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|40"}}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} -->
7
+<div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--40)"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"center","flexWrap":"wrap"}} -->
8
+<div class="wp-block-group"><!-- wp:navigation {"ref":1401} /-->
9
+
10
+<!-- wp:social-links {"iconColor":"base","iconColorValue":"#ffffff","iconBackgroundColor":"contrast","iconBackgroundColorValue":"#000000","openInNewTab":true,"className":"is-style-default","layout":{"type":"flex","justifyContent":"space-between","orientation":"horizontal","flexWrap":"nowrap"}} -->
11
+<ul class="wp-block-social-links has-icon-color has-icon-background-color is-style-default"><!-- wp:social-link {"url":"facebook.com/craftinamerica","service":"facebook"} /-->
12
+
13
+<!-- wp:social-link {"url":"twitter.com/craftinamerica","service":"x","label":"X, formerly known as Twitter"} /-->
14
+
15
+<!-- wp:social-link {"url":"instagram.com/craftinamerica","service":"instagram"} /-->
16
+
17
+<!-- wp:social-link {"url":"youtube.com/craftinamerica","service":"youtube"} /-->
18
+
19
+<!-- wp:social-link {"url":"https://www.tiktok.com/@craft_in_america","service":"tiktok"} /--></ul>
20
+<!-- /wp:social-links --></div>
21
+<!-- /wp:group --></div>
22
+<!-- /wp:group --></div>
23
+<!-- /wp:group -->

+ 1
- 25
cvd-theme/parts/footer.html 查看文件

@@ -1,25 +1 @@
1
-<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|30"},"blockGap":"0"}},"backgroundColor":"base","layout":{"type":"constrained"}} -->
2
-<div class="wp-block-group alignwide has-base-background-color has-background" style="padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--30)"><!-- wp:separator {"align":"wide","style":{"color":{}},"backgroundColor":"primary","className":"is-style-wide"} -->
3
-<hr class="wp-block-separator alignwide has-text-color has-primary-color has-alpha-channel-opacity has-primary-background-color has-background is-style-wide"/>
4
-<!-- /wp:separator -->
5
-
6
-<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|40"}}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} -->
7
-<div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--40)"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"center","flexWrap":"wrap"}} -->
8
-<div class="wp-block-group"><!-- wp:image {"id":1089,"width":142,"height":38,"sizeSlug":"full","linkDestination":"custom"} -->
9
-<figure class="wp-block-image size-full is-resized"><a href="http://192.241.206.8:8080"><img src="http://192.241.206.8:8080/wp-content/uploads/2023/06/DAT-CVD-small01a.png" alt="" class="wp-image-1089" width="142" height="38"/></a></figure>
10
-<!-- /wp:image -->
11
-
12
-<!-- wp:social-links {"iconColor":"base","iconColorValue":"#ffffff","iconBackgroundColor":"contrast","iconBackgroundColorValue":"#000000","openInNewTab":true,"className":"is-style-default","layout":{"type":"flex","justifyContent":"space-between","orientation":"horizontal","flexWrap":"nowrap"}} -->
13
-<ul class="wp-block-social-links has-icon-color has-icon-background-color is-style-default"><!-- wp:social-link {"url":"facebook.com/craftinamerica","service":"facebook"} /-->
14
-
15
-<!-- wp:social-link {"url":"twitter.com/craftinamerica","service":"twitter"} /-->
16
-
17
-<!-- wp:social-link {"url":"instagram.com/craftinamerica","service":"instagram"} /-->
18
-
19
-<!-- wp:social-link {"url":"youtube.com/craftinamerica","service":"youtube"} /--></ul>
20
-<!-- /wp:social-links --></div>
21
-<!-- /wp:group -->
22
-
23
-<!-- wp:navigation {"ref":8,"overlayMenu":"never","layout":{"type":"flex","justifyContent":"center","flexWrap":"wrap"},"fontSize":"medium"} /--></div>
24
-<!-- /wp:group --></div>
25
-<!-- /wp:group -->
1
+<!-- wp:block {"ref":7262} /-->

+ 5
- 0
cvd-theme/parts/header-copy.html 查看文件

@@ -0,0 +1,5 @@
1
+<!-- wp:group {"layout":{"type":"constrained"}} -->
2
+<div class="wp-block-group"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"bottom":"0"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
3
+<div class="wp-block-group alignwide" style="padding-bottom:0"><!-- wp:navigation {"ref":1401,"overlayMenu":"never"} /--></div>
4
+<!-- /wp:group --></div>
5
+<!-- /wp:group -->

+ 1
- 9
cvd-theme/parts/header.html 查看文件

@@ -1,9 +1 @@
1
-<!-- wp:group {"layout":{"type":"constrained"}} -->
2
-<div class="wp-block-group"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"bottom":"0"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
3
-<div class="wp-block-group alignwide" style="padding-bottom:0"><!-- wp:image {"id":1089,"width":142,"height":38,"sizeSlug":"full","linkDestination":"custom"} -->
4
-<figure class="wp-block-image size-full is-resized"><a href="http://192.241.206.8:8080"><img src="http://192.241.206.8:8080/wp-content/uploads/2023/06/DAT-CVD-small01a.png" alt="" class="wp-image-1089" width="142" height="38"/></a></figure>
5
-<!-- /wp:image -->
6
-
7
-<!-- wp:navigation {"ref":566,"overlayMenu":"always","icon":"menu","layout":{"type":"flex","justifyContent":"center"}} /--></div>
8
-<!-- /wp:group --></div>
9
-<!-- /wp:group -->
1
+<!-- wp:pattern {"slug":"twentytwentythree-cvd2023/header"} /-->

+ 0
- 3
cvd-theme/parts/tparagraph.html 查看文件

@@ -1,3 +0,0 @@
1
-<!-- wp:paragraph -->
2
-<p>The Craft Video Dictionary is a new digital tool for understanding how objects are made. Explore what words alone cannot describe. Watch as makers shape raw materials through actions and movements. View the nuanced gestures of the maker’s hand. From the building blocks and fundamentals of handwork, to the innovation and technical prowess that has driven making for centuries. Age-old processes and techniques that remain vital today are documented and available at your fingertips.</p>
3
-<!-- /wp:paragraph -->

+ 29
- 0
cvd-theme/patterns/front-page.php 查看文件

@@ -0,0 +1,29 @@
1
+<?php
2
+/**
3
+ * Title: front-page
4
+ * Slug: twentytwentythree-cvd2023/front-page
5
+ * Categories: hidden
6
+ * Inserter: no
7
+ */
8
+?>
9
+<!-- wp:template-part {"slug":"header-copy"} /-->
10
+
11
+<!-- wp:group {"align":"wide","layout":{"type":"constrained"},"metadata":{"name":"Page Group"}} -->
12
+<div class="wp-block-group alignwide"><!-- wp:cover {"url":"<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/wheel-throwing-P1066586-scaled.jpg","id":1036,"dimRatio":30,"focalPoint":{"x":0.5,"y":0.5},"minHeight":40,"minHeightUnit":"vh","isDark":false,"align":"wide","layout":{"type":"default"}} -->
13
+<div class="wp-block-cover alignwide is-light" style="min-height:40vh"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-30 has-background-dim"></span><img class="wp-block-cover__image-background wp-image-1036" alt="" src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/wheel-throwing-P1066586-scaled.jpg" style="object-position:50% 50%" data-object-fit="cover" data-object-position="50% 50%"/><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"Write title…","style":{"typography":{"fontSize":"3rem","fontStyle":"normal","fontWeight":"400"}},"textColor":"base","fontFamily":"source-serif-pro"} -->
14
+<p class="has-text-align-center has-base-color has-text-color has-source-serif-pro-font-family" style="font-size:3rem;font-style:normal;font-weight:400">A new tool for understanding the handmade.</p>
15
+<!-- /wp:paragraph --></div></div>
16
+<!-- /wp:cover -->
17
+
18
+<!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained","contentSize":"960px"},"metadata":{"name":"Content Group"}} -->
19
+<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":3,"align":"wide"} -->
20
+<h3 class="wp-block-heading alignwide has-text-align-center">Launching Winter 2023</h3>
21
+<!-- /wp:heading -->
22
+
23
+<!-- wp:template-part {"slug":"tparagraph","align":"wide"} /-->
24
+
25
+<!-- wp:block {"ref":1133} /--></div>
26
+<!-- /wp:group --></div>
27
+<!-- /wp:group -->
28
+
29
+<!-- wp:template-part {"slug":"footer-copy"} /-->

+ 31
- 0
cvd-theme/patterns/header-copy-2.php 查看文件

@@ -0,0 +1,31 @@
1
+<?php
2
+/**
3
+ * Title: header-copy-2
4
+ * Slug: twentytwentythree-cvd2023/header-copy-2
5
+ * Categories: hidden
6
+ * Inserter: no
7
+ */
8
+?>
9
+<!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"},"spacing":{"padding":{"top":"0","bottom":"0","left":"0","right":"0"},"margin":{"top":"0","bottom":"0"},"blockGap":"0"}},"layout":{"type":"constrained"}} -->
10
+<div class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:block {"ref":3532} /-->
11
+
12
+<!-- wp:spacer {"height":"5px"} -->
13
+<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>
14
+<!-- /wp:spacer -->
15
+
16
+<!-- wp:group {"align":"wide","style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"center"}} -->
17
+<div class="wp-block-group alignwide"><!-- wp:group {"layout":{"type":"default"}} -->
18
+<div class="wp-block-group"><!-- wp:image {"id":1089,"width":"230px","height":"undefinedpx","scale":"cover","sizeSlug":"full","linkDestination":"custom","style":{"layout":{"selfStretch":"fixed","flexSize":"150px"},"border":{"radius":"0px"}}} -->
19
+<figure class="wp-block-image size-full is-resized has-custom-border"><a href="http://192.241.206.8:8080/welcome/"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/DAT-CVD-small01a.png" alt="" class="wp-image-1089" style="border-radius:0px;object-fit:cover;width:230px;height:undefinedpx"/></a></figure>
20
+<!-- /wp:image --></div>
21
+<!-- /wp:group -->
22
+
23
+<!-- wp:block {"ref":1440} /-->
24
+
25
+<!-- wp:navigation {"ref":263,"textColor":"black","icon":"menu","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"center"},"style":{"layout":{"selfStretch":"fit","flexSize":null},"typography":{"fontSize":"1.3rem"}}} /--></div>
26
+<!-- /wp:group -->
27
+
28
+<!-- wp:separator {"align":"center","style":{"spacing":{"margin":{"top":"1em","bottom":"1em"}}}} -->
29
+<hr class="wp-block-separator aligncenter has-alpha-channel-opacity" style="margin-top:1em;margin-bottom:1em"/>
30
+<!-- /wp:separator --></div>
31
+<!-- /wp:group -->

+ 25
- 0
cvd-theme/patterns/header.php 查看文件

@@ -0,0 +1,25 @@
1
+<?php
2
+/**
3
+ * Title: header
4
+ * Slug: twentytwentythree-cvd2023/header
5
+ * Categories: hidden
6
+ * Inserter: no
7
+ */
8
+?>
9
+<!-- wp:group {"style":{"position":{"type":""},"spacing":{"padding":{"top":"0","bottom":"0","left":"0","right":"0"}}},"layout":{"type":"constrained"},"metadata":{"name":"Header Group"}} -->
10
+<div class="wp-block-group" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:group {"align":"wide","style":{"position":{"type":""}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"center"}} -->
11
+<div class="wp-block-group alignwide"><!-- wp:group {"layout":{"type":"default"},"metadata":{"name":"Logo Group"}} -->
12
+<div class="wp-block-group"><!-- wp:image {"id":1089,"width":"220px","sizeSlug":"full","linkDestination":"custom","style":{"layout":{"selfStretch":"fixed","flexSize":"150px"},"border":{"radius":"0px"}}} -->
13
+<figure class="wp-block-image size-full is-resized has-custom-border"><a href="/welcome/"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/DAT-CVD-small01a.png" alt="<?php echo esc_attr_e( 'CVD Home Link', 'cvd-DEC2023' ); ?>" class="wp-image-1089" style="border-radius:0px;width:220px" title="CVD Home Link"/></a></figure>
14
+<!-- /wp:image --></div>
15
+<!-- /wp:group -->
16
+
17
+<!-- wp:block {"ref":1440} /-->
18
+
19
+<!-- wp:navigation {"ref":263,"textColor":"black","icon":"menu","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"center"},"style":{"layout":{"selfStretch":"fit","flexSize":null},"typography":{"fontSize":"1.3rem"}}} /--></div>
20
+<!-- /wp:group -->
21
+
22
+<!-- wp:separator {"align":"center","style":{"spacing":{"margin":{"top":"1em","bottom":"1em"}}}} -->
23
+<hr class="wp-block-separator aligncenter has-alpha-channel-opacity" style="margin-top:1em;margin-bottom:1em"/>
24
+<!-- /wp:separator --></div>
25
+<!-- /wp:group -->

+ 7
- 0
cvd-theme/readme.txt 查看文件

@@ -34,3 +34,10 @@ This program is distributed in the hope that it will be useful,
34 34
 but WITHOUT ANY WARRANTY; without even the implied warranty of
35 35
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36 36
 GNU General Public License for more details.
37
+
38
+DM Sans Font
39
+Copyright 2014 The DM Sans Project Authors (https://github.com/googlefonts/dm-fonts) 
40
+This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: https://scripts.sil.org/OFL 
41
+License URL: https://scripts.sil.org/OFL 
42
+Source: https://www.colophon-foundry.org
43
+-- End of DM Sans Font credits --

+ 2
- 2
cvd-theme/style.css 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
-Theme Name: cvd-theme
2
+Theme Name: cvd-DEC2023
3 3
 Theme URI: https://wordpress.org/themes/twentytwentythree
4 4
 Author: Alej
5 5
 Author URI: https://wordpress.org
@@ -10,6 +10,6 @@ Requires PHP: 5.6
10 10
 Version: 1.0
11 11
 License: GNU General Public License v2 or later
12 12
 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
13
-Text Domain: twentytwentythree
13
+Text Domain: twentytwentythree-cvd2023
14 14
 Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
15 15
 */

+ 68
- 4
cvd-theme/templates/404.html 查看文件

@@ -1,9 +1,73 @@
1 1
 <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2 2
 
3 3
 <!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
4
-<main class="wp-block-group">
5
-	<!-- wp:pattern {"slug":"twentytwentythree/hidden-404"} /-->
6
-</main>
4
+<main class="wp-block-group"><!-- wp:group {"align":"wide","layout":{"type":"constrained"},"metadata":{"name":"Oops Group"}} -->
5
+<div class="wp-block-group alignwide"><!-- wp:spacer {"height":"6rem"} -->
6
+<div style="height:6rem" aria-hidden="true" class="wp-block-spacer"></div>
7
+<!-- /wp:spacer -->
8
+
9
+<!-- wp:heading {"level":1,"align":"wide"} -->
10
+<h1 class="wp-block-heading alignwide">Oops!</h1>
11
+<!-- /wp:heading -->
12
+
13
+<!-- wp:heading {"level":5,"style":{"typography":{"textTransform":"none"}}} -->
14
+<h5 class="wp-block-heading" style="text-transform:none">Sorry, the page you were looking for could not be found. </h5>
15
+<!-- /wp:heading -->
16
+
17
+<!-- wp:spacer {"height":"2rem"} -->
18
+<div style="height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
19
+<!-- /wp:spacer -->
20
+
21
+<!-- wp:heading {"level":5,"style":{"typography":{"textTransform":"none"}}} -->
22
+<h5 class="wp-block-heading" style="text-transform:none">To continue on your exploration, type in a search below or try out one of techniques below.</h5>
23
+<!-- /wp:heading -->
24
+
25
+<!-- wp:search {"label":"Search","showLabel":false,"placeholder":"Type your search item here...","width":100,"widthUnit":"%","buttonText":"Search","buttonUseIcon":true,"align":"center","style":{"border":{"radius":"2.5em"}},"fontSize":"medium"} /--></div>
26
+<!-- /wp:group -->
27
+
28
+<!-- wp:group {"tagName":"section","templateLock":false,"lock":{"move":false,"remove":false},"layout":{"type":"constrained"},"metadata":{"name":"Featured Group"}} -->
29
+<section class="wp-block-group"><!-- wp:group {"templateLock":false,"lock":{"move":false,"remove":false},"layout":{"type":"default"},"metadata":{"name":"Featured Title Group"}} -->
30
+<div class="wp-block-group"><!-- wp:spacer {"height":"2em"} -->
31
+<div style="height:2em" aria-hidden="true" class="wp-block-spacer"></div>
32
+<!-- /wp:spacer -->
33
+
34
+<!-- wp:separator -->
35
+<hr class="wp-block-separator has-alpha-channel-opacity"/>
36
+<!-- /wp:separator -->
37
+
38
+<!-- wp:heading {"level":4,"style":{"typography":{"textTransform":"uppercase"}}} -->
39
+<h4 class="wp-block-heading" style="text-transform:uppercase">Explore Techniques</h4>
40
+<!-- /wp:heading --></div>
41
+<!-- /wp:group -->
42
+
43
+<!-- wp:group {"templateLock":false,"lock":{"move":false,"remove":false},"layout":{"type":"default"},"metadata":{"name":"Edit Filter in Query Loop"}} -->
44
+<div class="wp-block-group"><!-- wp:query {"queryId":2,"query":{"perPage":"6","pages":"","offset":0,"postType":"post","order":"asc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"taxQuery":{"category":[135],"process":[]},"parents":[]},"enhancedPagination":true,"layout":{"type":"default"}} -->
45
+<div class="wp-block-query"><!-- wp:post-template {"lock":{"move":false,"remove":false},"align":"wide","layout":{"type":"grid","columnCount":3}} -->
46
+<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"1em","bottom":"1em","left":"1em","right":"1em"},"blockGap":"1em"},"dimensions":{"minHeight":"100%"}},"backgroundColor":"tertiary","layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch","verticalAlignment":"top"},"metadata":{"name":"Card Stack - sans excerpt"}} -->
47
+<div class="wp-block-group alignwide has-tertiary-background-color has-background" style="min-height:100%;padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em"><!-- wp:post-featured-image {"isLink":true,"height":"","align":"wide"} /-->
48
+
49
+<!-- wp:post-terms {"term":"discipline","style":{"typography":{"textTransform":"uppercase"}}} /-->
50
+
51
+<!-- wp:post-title {"level":5,"isLink":true,"style":{"spacing":{"margin":{"top":"0","bottom":"1rem"}}}} /--></div>
52
+<!-- /wp:group -->
53
+<!-- /wp:post-template -->
54
+
55
+<!-- wp:group {"templateLock":false,"lock":{"move":false,"remove":false},"style":{"spacing":{"margin":{"top":"0.5rem","bottom":"0.5rem"}}},"layout":{"type":"constrained"},"metadata":{"name":"pagination group"}} -->
56
+<div class="wp-block-group" style="margin-top:0.5rem;margin-bottom:0.5rem"><!-- wp:query-pagination {"paginationArrow":"chevron","lock":{"move":false,"remove":false},"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"},"fontFamily":"dm-sans"} -->
57
+<!-- wp:query-pagination-previous {"lock":{"move":false,"remove":false}} /-->
58
+
59
+<!-- wp:query-pagination-numbers {"lock":{"move":false,"remove":false}} /-->
60
+
61
+<!-- wp:query-pagination-next {"lock":{"move":false,"remove":false}} /-->
62
+<!-- /wp:query-pagination --></div>
63
+<!-- /wp:group --></div>
64
+<!-- /wp:query --></div>
65
+<!-- /wp:group --></section>
66
+<!-- /wp:group -->
67
+
68
+<!-- wp:spacer {"height":"var(--wp--preset--spacing--70)"} -->
69
+<div style="height:var(--wp--preset--spacing--70)" aria-hidden="true" class="wp-block-spacer"></div>
70
+<!-- /wp:spacer --></main>
7 71
 <!-- /wp:group -->
8 72
 
9
-<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->
73
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 10
- 18
cvd-theme/templates/archive.html 查看文件

@@ -1,27 +1,19 @@
1 1
 <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2 2
 
3
-<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
4
-<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)"><!-- wp:query-title {"type":"archive","align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|50"}}}} /-->
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)"><!-- wp:query-title {"type":"archive","align":"wide","style":{"spacing":{"margin":{"bottom":"0"}}},"fontFamily":"dm-sans"} /-->
5 5
 
6
-<!-- wp:query {"queryId":4,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"displayLayout":{"type":"flex","columns":3},"align":"wide","layout":{"type":"default"}} -->
7
-<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide"} -->
8
-<!-- wp:post-featured-image {"isLink":true,"width":"100%","height":"","align":"wide"} /-->
9
-
10
-<!-- wp:post-title {"isLink":true} /-->
11
-
12
-<!-- wp:post-excerpt /-->
13
-
14
-<!-- wp:post-date {"isLink":true} /-->
15
-
16
-<!-- wp:spacer {"height":"var(\u002d\u002dwp\u002d\u002dpreset\u002d\u002dspacing\u002d\u002d50)"} -->
17
-<div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
18
-<!-- /wp:spacer -->
6
+<!-- wp:query {"queryId":4,"query":{"perPage":9,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"enhancedPagination":true,"align":"wide","layout":{"type":"default"}} -->
7
+<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide","layout":{"type":"grid","columnCount":3}} -->
8
+<!-- wp:block {"ref":4254} /-->
19 9
 <!-- /wp:post-template -->
20 10
 
21
-<!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
22
-<!-- wp:query-pagination-previous {"label":"Newer Posts"} /-->
11
+<!-- wp:query-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"center"}} -->
12
+<!-- wp:query-pagination-previous /-->
13
+
14
+<!-- wp:query-pagination-numbers /-->
23 15
 
24
-<!-- wp:query-pagination-next {"label":"Older Posts"} /-->
16
+<!-- wp:query-pagination-next /-->
25 17
 <!-- /wp:query-pagination --></div>
26 18
 <!-- /wp:query --></main>
27 19
 <!-- /wp:group -->

+ 37
- 0
cvd-theme/templates/category-asmr.html 查看文件

@@ -0,0 +1,37 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2
+
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)"><!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"bottom"}} -->
5
+<div class="wp-block-group alignwide"><!-- wp:heading {"level":1} -->
6
+<h1 class="wp-block-heading">ASMR</h1>
7
+<!-- /wp:heading -->
8
+
9
+<!-- wp:heading {"level":6,"style":{"typography":{"textTransform":"none","fontStyle":"normal","fontWeight":"400","lineHeight":"2.9"}}} -->
10
+<h6 class="wp-block-heading" style="font-style:normal;font-weight:400;line-height:2.9;text-transform:none">Techniques featuring satisfying sounds.</h6>
11
+<!-- /wp:heading --></div>
12
+<!-- /wp:group -->
13
+
14
+<!-- wp:query {"queryId":4,"query":{"perPage":9,"pages":0,"offset":0,"postType":"post","order":"asc","orderBy":"title","author":"","search":"","exclude":[],"sticky":"","inherit":false,"taxQuery":{"category":[159]}},"enhancedPagination":true,"align":"wide","layout":{"type":"default"}} -->
15
+<div class="wp-block-query alignwide"><!-- wp:query-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"center"}} -->
16
+<!-- wp:query-pagination-previous /-->
17
+
18
+<!-- wp:query-pagination-numbers /-->
19
+
20
+<!-- wp:query-pagination-next /-->
21
+<!-- /wp:query-pagination -->
22
+
23
+<!-- wp:post-template {"align":"wide","layout":{"type":"grid","columnCount":3}} -->
24
+<!-- wp:block {"ref":4342} /-->
25
+<!-- /wp:post-template -->
26
+
27
+<!-- wp:query-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"center"}} -->
28
+<!-- wp:query-pagination-previous /-->
29
+
30
+<!-- wp:query-pagination-numbers /-->
31
+
32
+<!-- wp:query-pagination-next /-->
33
+<!-- /wp:query-pagination --></div>
34
+<!-- /wp:query --></main>
35
+<!-- /wp:group -->
36
+
37
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 37
- 0
cvd-theme/templates/category-making-of.html 查看文件

@@ -0,0 +1,37 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2
+
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)"><!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"bottom"}} -->
5
+<div class="wp-block-group alignwide"><!-- wp:heading {"level":1} -->
6
+<h1 class="wp-block-heading">Making Of</h1>
7
+<!-- /wp:heading -->
8
+
9
+<!-- wp:heading {"level":6,"style":{"typography":{"textTransform":"none","fontStyle":"normal","fontWeight":"400","lineHeight":"2.9"}}} -->
10
+<h6 class="wp-block-heading" style="font-style:normal;font-weight:400;line-height:2.9;text-transform:none">Objects & parts being made from start to finish</h6>
11
+<!-- /wp:heading --></div>
12
+<!-- /wp:group -->
13
+
14
+<!-- wp:query {"queryId":4,"query":{"perPage":9,"pages":"12","offset":0,"postType":"post","order":"asc","orderBy":"title","author":"","search":"","exclude":[],"sticky":"","inherit":false,"taxQuery":{"category":[628]}},"enhancedPagination":true,"align":"wide","layout":{"type":"default"}} -->
15
+<div class="wp-block-query alignwide"><!-- wp:query-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"center"}} -->
16
+<!-- wp:query-pagination-previous /-->
17
+
18
+<!-- wp:query-pagination-numbers /-->
19
+
20
+<!-- wp:query-pagination-next /-->
21
+<!-- /wp:query-pagination -->
22
+
23
+<!-- wp:post-template {"align":"wide","layout":{"type":"grid","columnCount":3}} -->
24
+<!-- wp:block {"ref":4342} /-->
25
+<!-- /wp:post-template -->
26
+
27
+<!-- wp:query-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"center"}} -->
28
+<!-- wp:query-pagination-previous /-->
29
+
30
+<!-- wp:query-pagination-numbers /-->
31
+
32
+<!-- wp:query-pagination-next /-->
33
+<!-- /wp:query-pagination --></div>
34
+<!-- /wp:query --></main>
35
+<!-- /wp:group -->
36
+
37
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 33
- 0
cvd-theme/templates/category-technique.html 查看文件

@@ -0,0 +1,33 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2
+
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"constrained"},"metadata":{"name":"Technique Group"}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)"><!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"bottom"}} -->
5
+<div class="wp-block-group alignwide"><!-- wp:heading {"level":1} -->
6
+<h1 class="wp-block-heading"><a href="/techniques/" data-type="page" data-id="2314">All Techniques</a></h1>
7
+<!-- /wp:heading --></div>
8
+<!-- /wp:group -->
9
+
10
+<!-- wp:query {"queryId":4,"query":{"perPage":9,"pages":"12","offset":0,"postType":"post","order":"asc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"taxQuery":{"category":[135]}},"enhancedPagination":true,"align":"wide","layout":{"type":"default"}} -->
11
+<div class="wp-block-query alignwide"><!-- wp:query-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"center"}} -->
12
+<!-- wp:query-pagination-previous /-->
13
+
14
+<!-- wp:query-pagination-numbers /-->
15
+
16
+<!-- wp:query-pagination-next /-->
17
+<!-- /wp:query-pagination -->
18
+
19
+<!-- wp:post-template {"align":"wide","layout":{"type":"grid","columnCount":3}} -->
20
+<!-- wp:block {"ref":4342} /-->
21
+<!-- /wp:post-template -->
22
+
23
+<!-- wp:query-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"center"}} -->
24
+<!-- wp:query-pagination-previous /-->
25
+
26
+<!-- wp:query-pagination-numbers /-->
27
+
28
+<!-- wp:query-pagination-next /-->
29
+<!-- /wp:query-pagination --></div>
30
+<!-- /wp:query --></main>
31
+<!-- /wp:group -->
32
+
33
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 15
- 15
cvd-theme/templates/category.html 查看文件

@@ -1,27 +1,27 @@
1 1
 <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2 2
 
3
-<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
4
-<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)"><!-- wp:query-title {"type":"archive","align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|50"}}}} /-->
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)"><!-- wp:query-title {"type":"archive","align":"wide","style":{"spacing":{"margin":{"bottom":"0"}}},"fontFamily":"dm-sans"} /-->
5 5
 
6
-<!-- wp:query {"queryId":4,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"displayLayout":{"type":"flex","columns":3},"align":"wide","layout":{"type":"default"}} -->
7
-<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide"} -->
8
-<!-- wp:post-featured-image {"isLink":true,"width":"100%","height":"","align":"wide"} /-->
6
+<!-- wp:query {"queryId":4,"query":{"perPage":9,"pages":"12","offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"enhancedPagination":true,"align":"wide","layout":{"type":"default"}} -->
7
+<div class="wp-block-query alignwide"><!-- wp:query-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"center"}} -->
8
+<!-- wp:query-pagination-previous /-->
9 9
 
10
-<!-- wp:post-title {"isLink":true} /-->
10
+<!-- wp:query-pagination-numbers {"midSize":1} /-->
11 11
 
12
-<!-- wp:post-excerpt {"moreText":""} /-->
12
+<!-- wp:query-pagination-next /-->
13
+<!-- /wp:query-pagination -->
13 14
 
14
-<!-- wp:post-date {"isLink":true} /-->
15
-
16
-<!-- wp:spacer {"height":"var(\u002d\u002dwp\u002d\u002dpreset\u002d\u002dspacing\u002d\u002d50)"} -->
17
-<div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
18
-<!-- /wp:spacer -->
15
+<!-- wp:post-template {"align":"wide","layout":{"type":"grid","columnCount":3}} -->
16
+<!-- wp:block {"ref":4342} /-->
19 17
 <!-- /wp:post-template -->
20 18
 
21
-<!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
22
-<!-- wp:query-pagination-previous {"label":"Newer Posts"} /-->
19
+<!-- wp:query-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"center"}} -->
20
+<!-- wp:query-pagination-previous /-->
21
+
22
+<!-- wp:query-pagination-numbers {"midSize":1} /-->
23 23
 
24
-<!-- wp:query-pagination-next {"label":"Older Posts"} /-->
24
+<!-- wp:query-pagination-next /-->
25 25
 <!-- /wp:query-pagination --></div>
26 26
 <!-- /wp:query --></main>
27 27
 <!-- /wp:group -->

+ 1
- 23
cvd-theme/templates/front-page.html 查看文件

@@ -1,23 +1 @@
1
-<!-- wp:template-part {"slug":"header"} /-->
2
-
3
-<!-- wp:group {"align":"wide","layout":{"type":"constrained"}} -->
4
-<div class="wp-block-group alignwide"><!-- wp:cover {"url":"http://192.241.206.8:8080/wp-content/uploads/2023/06/wheel-throwing-P1066586-scaled.jpg","id":1036,"dimRatio":30,"focalPoint":{"x":0.5,"y":0.5},"minHeight":40,"minHeightUnit":"vh","isDark":false,"align":"wide"} -->
5
-<div class="wp-block-cover alignwide is-light" style="min-height:40vh"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-30 has-background-dim"></span><img class="wp-block-cover__image-background wp-image-1036" alt="" src="http://192.241.206.8:8080/wp-content/uploads/2023/06/wheel-throwing-P1066586-scaled.jpg" style="object-position:50% 50%" data-object-fit="cover" data-object-position="50% 50%"/><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"Write title…","style":{"typography":{"fontSize":"3rem","fontStyle":"normal","fontWeight":"400","textTransform":"uppercase"}},"textColor":"base","fontFamily":"source-serif-pro"} -->
6
-<p class="has-text-align-center has-base-color has-text-color has-source-serif-pro-font-family" style="font-size:3rem;font-style:normal;font-weight:400;text-transform:uppercase">A new tool for understanding the handmade</p>
7
-<!-- /wp:paragraph --></div></div>
8
-<!-- /wp:cover -->
9
-
10
-<!-- wp:separator {"align":"wide"} -->
11
-<hr class="wp-block-separator alignwide has-alpha-channel-opacity"/>
12
-<!-- /wp:separator -->
13
-
14
-<!-- wp:heading {"textAlign":"center","level":3,"align":"wide"} -->
15
-<h3 class="wp-block-heading alignwide has-text-align-center">Launching Winter 2023</h3>
16
-<!-- /wp:heading -->
17
-
18
-<!-- wp:template-part {"slug":"tparagraph","align":"wide"} /-->
19
-
20
-<!-- wp:block {"ref":1133} /--></div>
21
-<!-- /wp:group -->
22
-
23
-<!-- wp:template-part {"slug":"footer"} /-->
1
+<!-- wp:pattern {"slug":"twentytwentythree-cvd2023/front-page"} /-->

+ 5
- 11
cvd-theme/templates/home.html 查看文件

@@ -5,15 +5,9 @@
5 5
 <h1 class="wp-block-heading alignwide" style="margin-bottom:var(--wp--preset--spacing--40)"><a href="http://192.241.206.8:8080/techniques/" data-type="page" data-id="6">Techniques</a>, <a href="http://192.241.206.8:8080/materials/" data-type="page" data-id="122">Materials</a>, <a href="http://192.241.206.8:8080/tools/">Tools</a></h1>
6 6
 <!-- /wp:heading -->
7 7
 
8
-<!-- wp:query {"queryId":0,"query":{"perPage":"6","pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"taxQuery":{"category":[135]},"parents":[]},"displayLayout":{"type":"flex","columns":3},"align":"wide","layout":{"type":"constrained"}} -->
9
-<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide"} -->
10
-<!-- wp:post-featured-image {"isLink":true,"width":"100%","height":"","scale":"contain","align":"wide","style":{"border":{"radius":{"topLeft":"0.2em","topRight":"0.2em","bottomLeft":"0em","bottomRight":"0em"}}}} /-->
11
-
12
-<!-- wp:post-title {"isLink":true} /-->
13
-
14
-<!-- wp:spacer {"height":"10px"} -->
15
-<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>
16
-<!-- /wp:spacer -->
8
+<!-- wp:query {"queryId":0,"query":{"perPage":"8","pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"taxQuery":{"category":[135]},"parents":[]},"align":"wide","layout":{"type":"constrained"}} -->
9
+<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide","style":{"typography":{"fontStyle":"normal","fontWeight":"300"}},"layout":{"type":"grid","columnCount":3}} -->
10
+<!-- wp:block {"ref":4254} /-->
17 11
 <!-- /wp:post-template --></div>
18 12
 <!-- /wp:query --></main>
19 13
 <!-- /wp:group -->
@@ -27,8 +21,8 @@
27 21
 <h2 class="wp-block-heading alignwide">#ASMR</h2>
28 22
 <!-- /wp:heading -->
29 23
 
30
-<!-- wp:query {"queryId":12,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false,"taxQuery":{"category":[159]}},"displayLayout":{"type":"flex","columns":3},"align":"wide"} -->
31
-<div class="wp-block-query alignwide"><!-- wp:post-template -->
24
+<!-- wp:query {"queryId":12,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false,"taxQuery":{"category":[159]}},"align":"wide"} -->
25
+<div class="wp-block-query alignwide"><!-- wp:post-template {"layout":{"type":"grid","columnCount":3}} -->
32 26
 <!-- wp:group {"style":{"spacing":{"padding":{"top":"30px","right":"30px","bottom":"30px","left":"30px"}}},"layout":{"inherit":false}} -->
33 27
 <div class="wp-block-group" style="padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px"><!-- wp:post-featured-image /-->
34 28
 

+ 11
- 15
cvd-theme/templates/index.html 查看文件

@@ -1,28 +1,24 @@
1 1
 <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2 2
 
3 3
 <!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
4
-<main class="wp-block-group"><!-- wp:query {"queryId":2,"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]},"displayLayout":{"type":"flex","columns":3},"align":"wide","layout":{"type":"default"}} -->
5
-<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide"} -->
6
-<!-- wp:post-featured-image {"isLink":true,"width":"","height":"","scale":"contain","align":"wide"} /-->
4
+<main class="wp-block-group"><!-- wp:query {"queryId":2,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]},"align":"wide","layout":{"type":"default"}} -->
5
+<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"grid","columnCount":3}} -->
6
+<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"1em","bottom":"1em","left":"1em","right":"1em"}},"border":{"radius":"5px"},"color":{"background":"#e6e6e6"},"dimensions":{"minHeight":"100%"}},"layout":{"type":"flex","orientation":"vertical"}} -->
7
+<div class="wp-block-group alignwide has-background" style="border-radius:5px;background-color:#e6e6e6;min-height:100%;padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em"><!-- wp:post-featured-image {"isLink":true,"width":"100%","height":"","align":"wide","style":{"border":{"radius":"3px"}}} /-->
7 8
 
8
-<!-- wp:post-title {"isLink":true,"align":"wide"} /-->
9
+<!-- wp:post-title {"level":5,"isLink":true} /-->
9 10
 
10
-<!-- wp:post-excerpt {"moreText":"read more\u003cbr\u003e"} /-->
11
+<!-- wp:post-excerpt {"excerptLength":19} /-->
11 12
 
12
-<!-- wp:post-terms {"term":"category"} /-->
13
-
14
-<!-- wp:post-terms {"term":"post_tag"} /-->
15
-
16
-<!-- wp:post-date {"isLink":true} /-->
17
-
18
-<!-- wp:spacer {"height":"var(\u002d\u002dwp\u002d\u002dpreset\u002d\u002dspacing\u002d\u002d70)"} -->
19
-<div style="height:var(--wp--preset--spacing--70)" aria-hidden="true" class="wp-block-spacer"></div>
20
-<!-- /wp:spacer -->
13
+<!-- wp:post-terms {"term":"category"} /--></div>
14
+<!-- /wp:group -->
21 15
 <!-- /wp:post-template -->
22 16
 
23
-<!-- wp:query-pagination {"paginationArrow":"arrow","align":"wide","layout":{"type":"flex","justifyContent":"space-between"}} -->
17
+<!-- wp:query-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"center"}} -->
24 18
 <!-- wp:query-pagination-previous /-->
25 19
 
20
+<!-- wp:query-pagination-numbers /-->
21
+
26 22
 <!-- wp:query-pagination-next /-->
27 23
 <!-- /wp:query-pagination --></div>
28 24
 <!-- /wp:query --></main>

+ 9
- 0
cvd-theme/templates/page-welcome.html 查看文件

@@ -0,0 +1,9 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"","area":"header"} /-->
2
+
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"padding":{"right":"0","left":"0","top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:block {"ref":5695} /-->
5
+
6
+<!-- wp:post-content {"align":"wide","layout":{"type":"default"}} /--></main>
7
+<!-- /wp:group -->
8
+
9
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 6
- 6
cvd-theme/templates/page.html 查看文件

@@ -1,11 +1,11 @@
1
-<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
1
+<!-- wp:template-part {"slug":"header","tagName":"","area":"header"} /-->
2 2
 
3
-<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|30"}}}} -->
4
-<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--30)"><!-- wp:group {"style":{"spacing":[]},"layout":{"type":"constrained"}} -->
5
-<div class="wp-block-group"><!-- wp:post-title {"level":1,"align":"wide","style":{"spacing":{"margin":{"bottom":"0"}}},"fontFamily":"dm-sans"} /--></div>
6
-<!-- /wp:group -->
3
+<!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"1.4em","margin":{"top":"0","bottom":"0"},"padding":{"top":"0","bottom":"0","left":"0","right":"0"}}},"layout":{"type":"constrained"},"metadata":{"name":"Page Group"}} -->
4
+<div class="wp-block-group alignwide" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"useFeaturedImage":true,"dimRatio":20,"minHeight":16,"minHeightUnit":"rem","isDark":false,"align":"wide","layout":{"type":"constrained"}} -->
5
+<div class="wp-block-cover alignwide is-light" style="min-height:16rem" id="top"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-20 has-background-dim"></span><div class="wp-block-cover__inner-container"><!-- wp:post-title {"level":1,"align":"wide","style":{"elements":{"link":{"color":{"text":"var:preset|color|base"}}},"typography":{"textTransform":"uppercase","fontSize":"4.5rem"},"spacing":{"padding":{"top":"7rem","left":"2.5rem","bottom":"1rem"}}},"textColor":"base","fontFamily":"dm-sans"} /--></div></div>
6
+<!-- /wp:cover -->
7 7
 
8
-<!-- wp:post-content {"layout":{"type":"constrained"}} /--></main>
8
+<!-- wp:post-content {"align":"wide","layout":{"type":"default"}} /--></div>
9 9
 <!-- /wp:group -->
10 10
 
11 11
 <!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 15
- 22
cvd-theme/templates/search.html 查看文件

@@ -1,33 +1,26 @@
1 1
 <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2 2
 
3
-<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
4
-<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)"><!-- wp:query-title {"type":"search","align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|50"}}}} /-->
5
-
6
-<!-- wp:query {"queryId":5,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"displayLayout":{"type":"flex","columns":4},"align":"wide","layout":{"type":"default"}} -->
7
-<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide"} -->
8
-<!-- wp:post-featured-image {"isLink":true,"width":"","height":"","scale":"contain","align":"wide","style":{"border":{"radius":{"topLeft":"0.2em","topRight":"0.2em","bottomLeft":"0em","bottomRight":"0em"}}}} /-->
9
-
10
-<!-- wp:post-title {"isLink":true} /-->
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"},"blockGap":"0"}},"layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)"><!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"nowrap"},"metadata":{"name":"Search Title"}} -->
5
+<div class="wp-block-group alignwide"><!-- wp:query-title {"type":"search","align":"wide","style":{"spacing":{"margin":{"top":"0","bottom":"0.3em"}}},"fontFamily":"dm-sans"} /--></div>
6
+<!-- /wp:group -->
11 7
 
12
-<!-- wp:spacer {"height":"1em"} -->
13
-<div style="height:1em" aria-hidden="true" class="wp-block-spacer"></div>
14
-<!-- /wp:spacer -->
8
+<!-- wp:query {"queryId":21,"query":{"perPage":9,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"enhancedPagination":true,"align":"wide","layout":{"type":"default"}} -->
9
+<div class="wp-block-query alignwide"><!-- wp:post-template {"layout":{"type":"grid","columnCount":3}} -->
10
+<!-- wp:block {"ref":4254} /-->
15 11
 <!-- /wp:post-template -->
16 12
 
17
-<!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
18
-<!-- wp:query-pagination-previous {"label":"Newer Posts"} /-->
13
+<!-- wp:spacer {"height":"0.5rem"} -->
14
+<div style="height:0.5rem" aria-hidden="true" class="wp-block-spacer"></div>
15
+<!-- /wp:spacer -->
19 16
 
20
-<!-- wp:query-pagination-next {"label":"Older Posts"} /-->
21
-<!-- /wp:query-pagination -->
17
+<!-- wp:query-pagination {"paginationArrow":"chevron","align":"center","style":{"elements":{"link":{":hover":{"color":{"text":"var:preset|color|primary"}}}}},"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->
18
+<!-- wp:query-pagination-previous /-->
22 19
 
23
-<!-- wp:query-no-results -->
24
-<!-- wp:paragraph -->
25
-<p>
26
-Sorry, but nothing matched your search terms. Please try again with some different keywords.</p>
27
-<!-- /wp:paragraph -->
20
+<!-- wp:query-pagination-numbers {"midSize":1} /-->
28 21
 
29
-<!-- wp:search {"label":"Search","showLabel":false,"placeholder":"Search...","buttonText":"Search","buttonUseIcon":true} /-->
30
-<!-- /wp:query-no-results --></div>
22
+<!-- wp:query-pagination-next /-->
23
+<!-- /wp:query-pagination --></div>
31 24
 <!-- /wp:query --></main>
32 25
 <!-- /wp:group -->
33 26
 

+ 7
- 1
cvd-theme/templates/single.html 查看文件

@@ -1,5 +1,11 @@
1 1
 <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2 2
 
3
-<!-- wp:post-content {"align":"wide","layout":{"type":"constrained","wideSize":"1200px"}} /-->
3
+<!-- wp:group {"layout":{"type":"constrained","contentSize":"1200px"},"metadata":{"name":"yt_embed Group"}} -->
4
+<div class="wp-block-group"><!-- wp:shortcode -->
5
+<div class="iframe-container">[acf field="yt_embed"]</iframe></div>
6
+<!-- /wp:shortcode --></div>
7
+<!-- /wp:group -->
8
+
9
+<!-- wp:post-content {"align":"wide","layout":{"type":"constrained","wideSize":"","contentSize":""}} /-->
4 10
 
5 11
 <!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 27
- 0
cvd-theme/templates/taxonomy-artist-name.html 查看文件

@@ -0,0 +1,27 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2
+
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)"><!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"top"},"metadata":{"name":"Archive:Title"}} -->
5
+<div class="wp-block-group alignwide"><!-- wp:heading {"style":{"typography":{"fontSize":"4.5rem"},"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}}},"textColor":"contrast"} -->
6
+<h2 class="wp-block-heading has-contrast-color has-text-color has-link-color" style="font-size:4.5rem"><a href="/artists/" data-type="page" data-id="479">Artist</a>:</h2>
7
+<!-- /wp:heading -->
8
+
9
+<!-- wp:query-title {"type":"archive","showPrefix":false,"align":"wide","style":{"spacing":{"margin":{"bottom":"0"}},"typography":{"fontSize":"4.5rem"}},"fontFamily":"dm-sans"} /--></div>
10
+<!-- /wp:group -->
11
+
12
+<!-- wp:query {"queryId":4,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"align":"wide","layout":{"type":"default"}} -->
13
+<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide","layout":{"type":"grid","columnCount":3}} -->
14
+<!-- wp:block {"ref":4342} /-->
15
+<!-- /wp:post-template -->
16
+
17
+<!-- wp:query-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"center"}} -->
18
+<!-- wp:query-pagination-previous /-->
19
+
20
+<!-- wp:query-pagination-numbers /-->
21
+
22
+<!-- wp:query-pagination-next /-->
23
+<!-- /wp:query-pagination --></div>
24
+<!-- /wp:query --></main>
25
+<!-- /wp:group -->
26
+
27
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 0
- 27
cvd-theme/templates/taxonomy-artist.html 查看文件

@@ -1,27 +0,0 @@
1
-<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2
-
3
-<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
4
-<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)"><!-- wp:query-title {"type":"archive","align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|50"}}}} /-->
5
-
6
-<!-- wp:query {"queryId":4,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"displayLayout":{"type":"flex","columns":3},"align":"wide","layout":{"type":"default"}} -->
7
-<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide"} -->
8
-<!-- wp:post-featured-image {"isLink":true,"width":"100%","height":"","align":"wide"} /-->
9
-
10
-<!-- wp:post-title {"isLink":true} /-->
11
-
12
-<!-- wp:post-excerpt {"moreText":""} /-->
13
-
14
-<!-- wp:spacer {"height":"var(\u002d\u002dwp\u002d\u002dpreset\u002d\u002dspacing\u002d\u002d50)"} -->
15
-<div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
16
-<!-- /wp:spacer -->
17
-<!-- /wp:post-template -->
18
-
19
-<!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
20
-<!-- wp:query-pagination-previous {"label":"Newer Posts"} /-->
21
-
22
-<!-- wp:query-pagination-next {"label":"Older Posts"} /-->
23
-<!-- /wp:query-pagination --></div>
24
-<!-- /wp:query --></main>
25
-<!-- /wp:group -->
26
-
27
-<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 27
- 0
cvd-theme/templates/taxonomy-discipline.html 查看文件

@@ -0,0 +1,27 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2
+
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)"><!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"top"},"metadata":{"name":"Archive:Title"}} -->
5
+<div class="wp-block-group alignwide"><!-- wp:heading {"style":{"typography":{"fontSize":"4.5rem"}}} -->
6
+<h2 class="wp-block-heading" style="font-size:4.5rem"><a href="/techniques/discipline/" data-type="page" data-id="1272">Discipline</a>:</h2>
7
+<!-- /wp:heading -->
8
+
9
+<!-- wp:query-title {"type":"archive","showPrefix":false,"align":"wide","style":{"spacing":{"margin":{"bottom":"0","top":"0","left":"0","right":"0"}},"typography":{"fontSize":"4.5rem"}},"fontFamily":"dm-sans"} /--></div>
10
+<!-- /wp:group -->
11
+
12
+<!-- wp:query {"queryId":4,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"enhancedPagination":true,"align":"wide","layout":{"type":"default"}} -->
13
+<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide","layout":{"type":"grid","columnCount":3}} -->
14
+<!-- wp:block {"ref":4342} /-->
15
+<!-- /wp:post-template -->
16
+
17
+<!-- wp:query-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"center"}} -->
18
+<!-- wp:query-pagination-previous /-->
19
+
20
+<!-- wp:query-pagination-numbers /-->
21
+
22
+<!-- wp:query-pagination-next /-->
23
+<!-- /wp:query-pagination --></div>
24
+<!-- /wp:query --></main>
25
+<!-- /wp:group -->
26
+
27
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 33
- 0
cvd-theme/templates/taxonomy-location.html 查看文件

@@ -0,0 +1,33 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2
+
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"constrained"},"metadata":{"name":"Location Group"}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)"><!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"top"},"metadata":{"name":"Archive:Title"}} -->
5
+<div class="wp-block-group alignwide"><!-- wp:heading {"level":1,"style":{"typography":{"fontSize":"4.5rem"}}} -->
6
+<h1 class="wp-block-heading" style="font-size:4.5rem"><a href="/location/" data-type="page" data-id="1272">City</a>:</h1>
7
+<!-- /wp:heading -->
8
+
9
+<!-- wp:query-title {"type":"archive","showPrefix":false,"align":"wide","style":{"spacing":{"margin":{"bottom":"0"}},"typography":{"fontSize":"4.5rem"}},"fontFamily":"dm-sans"} /--></div>
10
+<!-- /wp:group -->
11
+
12
+<!-- wp:query {"queryId":4,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"align":"wide","layout":{"type":"default"}} -->
13
+<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide","layout":{"type":"grid","columnCount":3}} -->
14
+<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"1em","bottom":"1em","left":"1em","right":"1em"},"blockGap":"0.5rem"},"dimensions":{"minHeight":"100%"}},"backgroundColor":"tertiary","layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch","verticalAlignment":"top"},"metadata":{"name":"Card Stack - sans excerpt"}} -->
15
+<div class="wp-block-group alignwide has-tertiary-background-color has-background" style="min-height:100%;padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em"><!-- wp:post-featured-image {"isLink":true,"height":"","align":"wide"} /-->
16
+
17
+<!-- wp:post-title {"level":5,"isLink":true} /-->
18
+
19
+<!-- wp:post-terms {"term":"place"} /--></div>
20
+<!-- /wp:group -->
21
+<!-- /wp:post-template -->
22
+
23
+<!-- wp:query-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"center"},"fontSize":"medium"} -->
24
+<!-- wp:query-pagination-previous /-->
25
+
26
+<!-- wp:query-pagination-numbers /-->
27
+
28
+<!-- wp:query-pagination-next /-->
29
+<!-- /wp:query-pagination --></div>
30
+<!-- /wp:query --></main>
31
+<!-- /wp:group -->
32
+
33
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 15
- 15
cvd-theme/templates/taxonomy-material.html 查看文件

@@ -1,25 +1,25 @@
1 1
 <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2 2
 
3
-<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
4
-<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)"><!-- wp:query-title {"type":"archive","align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|50"}}}} /-->
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)"><!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"top"},"metadata":{"name":"Archive:Title"}} -->
5
+<div class="wp-block-group alignwide"><!-- wp:heading {"style":{"typography":{"fontSize":"4.5rem"}}} -->
6
+<h2 class="wp-block-heading" style="font-size:4.5rem"><a href="/material/" data-type="page" data-id="1289">Material</a>:</h2>
7
+<!-- /wp:heading -->
5 8
 
6
-<!-- wp:query {"queryId":4,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"displayLayout":{"type":"flex","columns":3},"align":"wide","layout":{"type":"default"}} -->
7
-<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide"} -->
8
-<!-- wp:post-featured-image {"isLink":true,"width":"100%","height":"","align":"wide"} /-->
9
-
10
-<!-- wp:post-title {"isLink":true} /-->
11
-
12
-<!-- wp:post-excerpt /-->
9
+<!-- wp:query-title {"type":"archive","showPrefix":false,"align":"wide","style":{"spacing":{"margin":{"bottom":"0","top":"0","left":"0","right":"0"}},"typography":{"fontSize":"4.5rem"}},"fontFamily":"dm-sans"} /--></div>
10
+<!-- /wp:group -->
13 11
 
14
-<!-- wp:spacer {"height":"var(\u002d\u002dwp\u002d\u002dpreset\u002d\u002dspacing\u002d\u002d50)"} -->
15
-<div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
16
-<!-- /wp:spacer -->
12
+<!-- wp:query {"queryId":4,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"enhancedPagination":true,"align":"wide","layout":{"type":"default"}} -->
13
+<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide","layout":{"type":"grid","columnCount":3}} -->
14
+<!-- wp:block {"ref":4342} /-->
17 15
 <!-- /wp:post-template -->
18 16
 
19
-<!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
20
-<!-- wp:query-pagination-previous {"label":"Newer Posts"} /-->
17
+<!-- wp:query-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"center"}} -->
18
+<!-- wp:query-pagination-previous /-->
19
+
20
+<!-- wp:query-pagination-numbers /-->
21 21
 
22
-<!-- wp:query-pagination-next {"label":"Older Posts"} /-->
22
+<!-- wp:query-pagination-next /-->
23 23
 <!-- /wp:query-pagination --></div>
24 24
 <!-- /wp:query --></main>
25 25
 <!-- /wp:group -->

+ 27
- 0
cvd-theme/templates/taxonomy-medium.html 查看文件

@@ -0,0 +1,27 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2
+
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)"><!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"top"},"metadata":{"name":"Archive:Title"}} -->
5
+<div class="wp-block-group alignwide"><!-- wp:heading {"style":{"typography":{"fontSize":"4.5rem"}}} -->
6
+<h2 class="wp-block-heading" style="font-size:4.5rem"><a href="/medium/" data-type="page" data-id="1289">Medium</a>:</h2>
7
+<!-- /wp:heading -->
8
+
9
+<!-- wp:query-title {"type":"archive","showPrefix":false,"align":"wide","style":{"spacing":{"margin":{"bottom":"0","top":"0","left":"0","right":"0"}},"typography":{"fontSize":"4.5rem"}},"fontFamily":"dm-sans"} /--></div>
10
+<!-- /wp:group -->
11
+
12
+<!-- wp:query {"queryId":4,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"enhancedPagination":true,"align":"wide","layout":{"type":"default"}} -->
13
+<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide","layout":{"type":"grid","columnCount":3}} -->
14
+<!-- wp:block {"ref":4342} /-->
15
+<!-- /wp:post-template -->
16
+
17
+<!-- wp:query-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"center"}} -->
18
+<!-- wp:query-pagination-previous /-->
19
+
20
+<!-- wp:query-pagination-numbers /-->
21
+
22
+<!-- wp:query-pagination-next /-->
23
+<!-- /wp:query-pagination --></div>
24
+<!-- /wp:query --></main>
25
+<!-- /wp:group -->
26
+
27
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 33
- 0
cvd-theme/templates/taxonomy-place.html 查看文件

@@ -0,0 +1,33 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2
+
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"constrained"},"metadata":{"name":"Place Group"}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)"><!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"top"},"metadata":{"name":"Archive:Title"}} -->
5
+<div class="wp-block-group alignwide"><!-- wp:heading {"level":1,"style":{"typography":{"fontSize":"4rem"}}} -->
6
+<h1 class="wp-block-heading" style="font-size:4rem"><a href="/location/#place" data-type="page" data-id="1272">Studio/Workshop</a>:</h1>
7
+<!-- /wp:heading -->
8
+
9
+<!-- wp:query-title {"type":"archive","showPrefix":false,"align":"wide","style":{"spacing":{"margin":{"bottom":"0"}},"typography":{"fontSize":"4rem"}},"fontFamily":"dm-sans"} /--></div>
10
+<!-- /wp:group -->
11
+
12
+<!-- wp:query {"queryId":4,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"align":"wide","layout":{"type":"default"}} -->
13
+<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide","layout":{"type":"grid","columnCount":3}} -->
14
+<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"1em","bottom":"1em","left":"1em","right":"1em"},"blockGap":"0.5rem"},"dimensions":{"minHeight":"100%"}},"backgroundColor":"tertiary","layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch","verticalAlignment":"top"},"metadata":{"name":"Card Stack - sans excerpt"}} -->
15
+<div class="wp-block-group alignwide has-tertiary-background-color has-background" style="min-height:100%;padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em"><!-- wp:post-featured-image {"isLink":true,"height":"","align":"wide"} /-->
16
+
17
+<!-- wp:post-title {"level":5,"isLink":true} /-->
18
+
19
+<!-- wp:post-terms {"term":"location"} /--></div>
20
+<!-- /wp:group -->
21
+<!-- /wp:post-template -->
22
+
23
+<!-- wp:query-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"center"},"fontSize":"medium"} -->
24
+<!-- wp:query-pagination-previous /-->
25
+
26
+<!-- wp:query-pagination-numbers /-->
27
+
28
+<!-- wp:query-pagination-next /-->
29
+<!-- /wp:query-pagination --></div>
30
+<!-- /wp:query --></main>
31
+<!-- /wp:group -->
32
+
33
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 27
- 0
cvd-theme/templates/taxonomy-process.html 查看文件

@@ -0,0 +1,27 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2
+
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)"><!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"top"},"metadata":{"name":"Archive:Title"}} -->
5
+<div class="wp-block-group alignwide"><!-- wp:heading {"style":{"typography":{"fontSize":"4.5rem"}}} -->
6
+<h2 class="wp-block-heading" style="font-size:4.5rem"><a href="/processes/" data-type="page" data-id="1289">Process</a>:</h2>
7
+<!-- /wp:heading -->
8
+
9
+<!-- wp:query-title {"type":"archive","showPrefix":false,"align":"wide","style":{"typography":{"fontSize":"4.5rem"}},"fontFamily":"dm-sans"} /--></div>
10
+<!-- /wp:group -->
11
+
12
+<!-- wp:query {"queryId":4,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"enhancedPagination":true,"align":"wide","layout":{"type":"default"}} -->
13
+<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide","layout":{"type":"grid","columnCount":3}} -->
14
+<!-- wp:block {"ref":4342} /-->
15
+<!-- /wp:post-template -->
16
+
17
+<!-- wp:query-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"center"}} -->
18
+<!-- wp:query-pagination-previous /-->
19
+
20
+<!-- wp:query-pagination-numbers /-->
21
+
22
+<!-- wp:query-pagination-next /-->
23
+<!-- /wp:query-pagination --></div>
24
+<!-- /wp:query --></main>
25
+<!-- /wp:group -->
26
+
27
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 27
- 0
cvd-theme/templates/taxonomy-sub-process.html 查看文件

@@ -0,0 +1,27 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2
+
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)"><!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"top"},"metadata":{"name":"Archive:Title"}} -->
5
+<div class="wp-block-group alignwide"><!-- wp:heading {"style":{"typography":{"fontSize":"4.5rem"}}} -->
6
+<h2 class="wp-block-heading" style="font-size:4.5rem"><a href="/processes/" data-type="page" data-id="1289">Sub-Process</a>:</h2>
7
+<!-- /wp:heading -->
8
+
9
+<!-- wp:query-title {"type":"archive","showPrefix":false,"align":"wide","style":{"typography":{"fontSize":"4.5rem"}},"fontFamily":"dm-sans"} /--></div>
10
+<!-- /wp:group -->
11
+
12
+<!-- wp:query {"queryId":4,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"enhancedPagination":true,"align":"wide","layout":{"type":"default"}} -->
13
+<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide","layout":{"type":"grid","columnCount":3}} -->
14
+<!-- wp:block {"ref":4342} /-->
15
+<!-- /wp:post-template -->
16
+
17
+<!-- wp:query-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"center"}} -->
18
+<!-- wp:query-pagination-previous /-->
19
+
20
+<!-- wp:query-pagination-numbers /-->
21
+
22
+<!-- wp:query-pagination-next /-->
23
+<!-- /wp:query-pagination --></div>
24
+<!-- /wp:query --></main>
25
+<!-- /wp:group -->
26
+
27
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 15
- 15
cvd-theme/templates/taxonomy-technique.html 查看文件

@@ -1,25 +1,25 @@
1 1
 <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2 2
 
3
-<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
4
-<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)"><!-- wp:query-title {"type":"archive","align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|50"}}}} /-->
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)"><!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"top"},"metadata":{"name":"Archive:Title"}} -->
5
+<div class="wp-block-group alignwide"><!-- wp:heading {"style":{"typography":{"fontSize":"4.5rem"}}} -->
6
+<h2 class="wp-block-heading" style="font-size:4.5rem"><a href="/techniques/" data-type="page" data-id="2314">Technique</a>:</h2>
7
+<!-- /wp:heading -->
5 8
 
6
-<!-- wp:query {"queryId":4,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"displayLayout":{"type":"flex","columns":3},"align":"wide","layout":{"type":"default"}} -->
7
-<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide"} -->
8
-<!-- wp:post-featured-image {"isLink":true,"width":"100%","height":"","align":"wide"} /-->
9
-
10
-<!-- wp:post-title {"isLink":true} /-->
11
-
12
-<!-- wp:post-excerpt /-->
9
+<!-- wp:query-title {"type":"archive","showPrefix":false,"align":"wide","style":{"typography":{"fontSize":"4.5rem"}},"fontFamily":"dm-sans"} /--></div>
10
+<!-- /wp:group -->
13 11
 
14
-<!-- wp:spacer {"height":"var(\u002d\u002dwp\u002d\u002dpreset\u002d\u002dspacing\u002d\u002d50)"} -->
15
-<div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
16
-<!-- /wp:spacer -->
12
+<!-- wp:query {"queryId":4,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"enhancedPagination":true,"align":"wide","layout":{"type":"default"}} -->
13
+<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide","layout":{"type":"grid","columnCount":3}} -->
14
+<!-- wp:block {"ref":4254} /-->
17 15
 <!-- /wp:post-template -->
18 16
 
19
-<!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
20
-<!-- wp:query-pagination-previous {"label":"Newer Posts"} /-->
17
+<!-- wp:query-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"center"}} -->
18
+<!-- wp:query-pagination-previous /-->
19
+
20
+<!-- wp:query-pagination-numbers /-->
21 21
 
22
-<!-- wp:query-pagination-next {"label":"Older Posts"} /-->
22
+<!-- wp:query-pagination-next /-->
23 23
 <!-- /wp:query-pagination --></div>
24 24
 <!-- /wp:query --></main>
25 25
 <!-- /wp:group -->

+ 15
- 15
cvd-theme/templates/taxonomy-tool.html 查看文件

@@ -1,25 +1,25 @@
1 1
 <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2 2
 
3
-<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
4
-<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)"><!-- wp:query-title {"type":"archive","align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|50"}}}} /-->
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)"><!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"top"},"metadata":{"name":"Archive:Title"}} -->
5
+<div class="wp-block-group alignwide"><!-- wp:heading {"style":{"typography":{"fontSize":"4.5rem"}}} -->
6
+<h2 class="wp-block-heading" style="font-size:4.5rem"><a href="/tool/" data-type="page" data-id="1272">Tool</a>:</h2>
7
+<!-- /wp:heading -->
5 8
 
6
-<!-- wp:query {"queryId":4,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"displayLayout":{"type":"flex","columns":3},"align":"wide","layout":{"type":"default"}} -->
7
-<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide"} -->
8
-<!-- wp:post-featured-image {"isLink":true,"width":"100%","height":"","align":"wide"} /-->
9
-
10
-<!-- wp:post-title {"isLink":true} /-->
11
-
12
-<!-- wp:post-excerpt /-->
9
+<!-- wp:query-title {"type":"archive","showPrefix":false,"align":"wide","style":{"typography":{"fontSize":"4.5rem"}},"fontFamily":"dm-sans"} /--></div>
10
+<!-- /wp:group -->
13 11
 
14
-<!-- wp:spacer {"height":"var(\u002d\u002dwp\u002d\u002dpreset\u002d\u002dspacing\u002d\u002d50)"} -->
15
-<div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
16
-<!-- /wp:spacer -->
12
+<!-- wp:query {"queryId":4,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"enhancedPagination":true,"align":"wide","layout":{"type":"default"}} -->
13
+<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide","layout":{"type":"grid","columnCount":3}} -->
14
+<!-- wp:block {"ref":4342} /-->
17 15
 <!-- /wp:post-template -->
18 16
 
19
-<!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
20
-<!-- wp:query-pagination-previous {"label":"Newer Posts"} /-->
17
+<!-- wp:query-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"center"}} -->
18
+<!-- wp:query-pagination-previous /-->
19
+
20
+<!-- wp:query-pagination-numbers /-->
21 21
 
22
-<!-- wp:query-pagination-next {"label":"Older Posts"} /-->
22
+<!-- wp:query-pagination-next /-->
23 23
 <!-- /wp:query-pagination --></div>
24 24
 <!-- /wp:query --></main>
25 25
 <!-- /wp:group -->

+ 10
- 18
cvd-theme/templates/taxonomy.html 查看文件

@@ -1,27 +1,19 @@
1 1
 <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2 2
 
3
-<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
4
-<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)"><!-- wp:query-title {"type":"archive","align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|50"}}}} /-->
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)"><!-- wp:query-title {"type":"archive","align":"wide","style":{"spacing":{"margin":{"bottom":"0.3em"}},"typography":{"fontSize":"4.5rem"}},"fontFamily":"dm-sans"} /-->
5 5
 
6
-<!-- wp:query {"queryId":4,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"displayLayout":{"type":"flex","columns":3},"align":"wide","layout":{"type":"default"}} -->
7
-<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide"} -->
8
-<!-- wp:post-featured-image {"isLink":true,"width":"100%","height":"","align":"wide"} /-->
9
-
10
-<!-- wp:post-title {"isLink":true} /-->
11
-
12
-<!-- wp:post-excerpt /-->
13
-
14
-<!-- wp:post-date {"isLink":true} /-->
15
-
16
-<!-- wp:spacer {"height":"var(\u002d\u002dwp\u002d\u002dpreset\u002d\u002dspacing\u002d\u002d50)"} -->
17
-<div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
18
-<!-- /wp:spacer -->
6
+<!-- wp:query {"queryId":4,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"align":"wide","layout":{"type":"default"}} -->
7
+<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide","layout":{"type":"grid","columnCount":3}} -->
8
+<!-- wp:block {"ref":4342} /-->
19 9
 <!-- /wp:post-template -->
20 10
 
21
-<!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
22
-<!-- wp:query-pagination-previous {"label":"Newer Posts"} /-->
11
+<!-- wp:query-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"center"}} -->
12
+<!-- wp:query-pagination-previous /-->
13
+
14
+<!-- wp:query-pagination-numbers /-->
23 15
 
24
-<!-- wp:query-pagination-next {"label":"Older Posts"} /-->
16
+<!-- wp:query-pagination-next /-->
25 17
 <!-- /wp:query-pagination --></div>
26 18
 <!-- /wp:query --></main>
27 19
 <!-- /wp:group -->

+ 19
- 0
cvd-theme/templates/wp-custom-template-page-alt.html 查看文件

@@ -0,0 +1,19 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"","area":"header"} /-->
2
+
3
+<!-- wp:group {"align":"wide","layout":{"type":"constrained","contentSize":"1200px"}} -->
4
+<div class="wp-block-group alignwide"><!-- wp:cover {"useFeaturedImage":true,"dimRatio":20,"minHeightUnit":"px","isDark":false,"align":"wide","style":{"border":{"radius":"1em"}},"layout":{"type":"default"}} -->
5
+<div class="wp-block-cover alignwide is-light" style="border-radius:1em"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-20 has-background-dim"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"align":"wide","layout":{"type":"flex","orientation":"vertical"}} -->
6
+<div class="wp-block-group alignwide"><!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"nowrap","verticalAlignment":"bottom"}} -->
7
+<div class="wp-block-group alignwide"><!-- wp:post-title {"level":1,"align":"wide","style":{"elements":{"link":{"color":{"text":"var:preset|color|tertiary"}}},"spacing":{"margin":{"top":"var:preset|spacing|80"},"padding":{"left":"var:preset|spacing|50"}},"typography":{"textTransform":"uppercase"}},"textColor":"tertiary","fontFamily":"dm-sans"} /--></div>
8
+<!-- /wp:group --></div>
9
+<!-- /wp:group --></div></div>
10
+<!-- /wp:cover --></div>
11
+<!-- /wp:group -->
12
+
13
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|30"}}}} -->
14
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--30)"><!-- wp:group {"style":{"spacing":[]},"layout":{"type":"constrained"}} -->
15
+<div class="wp-block-group"><!-- wp:post-content {"align":"wide","layout":{"type":"default"}} /--></div>
16
+<!-- /wp:group --></main>
17
+<!-- /wp:group -->
18
+
19
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 13
- 0
cvd-theme/templates/wp-custom-template-post-artist.html 查看文件

@@ -0,0 +1,13 @@
1
+<!-- wp:template-part {"slug":"header","area":"header"} /-->
2
+
3
+<!-- wp:group {"style":{"spacing":{"blockGap":"0px","padding":{"right":"0","left":"0"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
4
+<div class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-right:0;padding-left:0"><!-- wp:columns {"verticalAlignment":"top","align":"wide","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
5
+<div class="wp-block-columns alignwide are-vertically-aligned-top wp-embed-aspect-16-9 wp-has-aspect-ratio" style="margin-top:0;margin-bottom:0"><!-- wp:column {"verticalAlignment":"top","width":"100%","layout":{"type":"default"}} -->
6
+<div class="wp-block-column is-vertically-aligned-top" style="flex-basis:100%"><!-- wp:block {"ref":606} /-->
7
+
8
+<!-- wp:post-content {"align":"wide","layout":{"type":"default"}} /--></div>
9
+<!-- /wp:column --></div>
10
+<!-- /wp:columns --></div>
11
+<!-- /wp:group -->
12
+
13
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 23
- 0
cvd-theme/templates/wp-custom-template-post-technique.html 查看文件

@@ -0,0 +1,23 @@
1
+<!-- wp:template-part {"slug":"header","area":"header"} /-->
2
+
3
+<!-- wp:group {"tagName":"section","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"1200px"},"metadata":{"name":"yt_embed Group"}} -->
4
+<section class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:shortcode -->
5
+<div class="iframe-container">[acf field="yt_embed"]</div>
6
+<!-- /wp:shortcode --></section>
7
+<!-- /wp:group -->
8
+
9
+<!-- wp:group {"layout":{"type":"constrained"},"metadata":{"name":"Technique Title Group"}} -->
10
+<div class="wp-block-group"><!-- wp:block {"ref":1609} /--></div>
11
+<!-- /wp:group -->
12
+
13
+<!-- wp:group {"tagName":"section","layout":{"type":"constrained"},"metadata":{"name":"Description Group"}} -->
14
+<section class="wp-block-group"><!-- wp:shortcode -->
15
+[acf field="description"]
16
+<!-- /wp:shortcode --></section>
17
+<!-- /wp:group -->
18
+
19
+<!-- wp:group {"align":"wide","layout":{"type":"constrained"},"metadata":{"name":"Content Group"}} -->
20
+<div class="wp-block-group alignwide"><!-- wp:post-content {"align":"wide","style":{"typography":{"fontSize":"1.5rem"}},"layout":{"type":"constrained"}} /--></div>
21
+<!-- /wp:group -->
22
+
23
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 29
- 0
cvd-theme/templates/wp-custom-template-post-template-alt.html 查看文件

@@ -0,0 +1,29 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"","area":"header"} /-->
2
+
3
+<!-- wp:group {"layout":{"type":"constrained","contentSize":"1200px"},"metadata":{"name":"yt_embed Group"}} -->
4
+<div class="wp-block-group"><!-- wp:shortcode -->
5
+<div class="iframe-container">[acf field="yt_embed"]</iframe></div>
6
+<!-- /wp:shortcode --></div>
7
+<!-- /wp:group -->
8
+
9
+<!-- wp:group {"layout":{"type":"constrained"},"metadata":{"name":"Content Group"}} -->
10
+<div class="wp-block-group"><!-- wp:block {"ref":1609} /-->
11
+
12
+<!-- wp:columns -->
13
+<div class="wp-block-columns"><!-- wp:column {"width":"50%"} -->
14
+<div class="wp-block-column" style="flex-basis:50%"><!-- wp:shortcode -->
15
+[acf field="description"]
16
+<!-- /wp:shortcode --></div>
17
+<!-- /wp:column -->
18
+
19
+<!-- wp:column {"width":""} -->
20
+<div class="wp-block-column"><!-- wp:block {"ref":4592} /--></div>
21
+<!-- /wp:column --></div>
22
+<!-- /wp:columns --></div>
23
+<!-- /wp:group -->
24
+
25
+<!-- wp:group {"align":"wide","layout":{"type":"constrained"},"metadata":{"name":"Content Group"}} -->
26
+<div class="wp-block-group alignwide"><!-- wp:post-content {"align":"wide","style":{"dimensions":{"minHeight":"100%"}},"layout":{"type":"default"}} /--></div>
27
+<!-- /wp:group -->
28
+
29
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 15
- 0
cvd-theme/templates/wp-custom-template-technique-post-test.html 查看文件

@@ -0,0 +1,15 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"","area":"header"} /-->
2
+
3
+<!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"1.4em","margin":{"top":"0","bottom":"0"},"padding":{"top":"0","bottom":"0","left":"0","right":"0"}}},"layout":{"type":"constrained"},"metadata":{"name":"Page Group"}} -->
4
+<div class="wp-block-group alignwide" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:post-content {"align":"wide","layout":{"type":"default"}} /-->
5
+
6
+<!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|60","left":"var:preset|spacing|60"}}},"className":"sizzle-padding","layout":{"type":"constrained"}} -->
7
+<div class="wp-block-group sizzle-padding" style="padding-right:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--60)"><!-- wp:group {"style":{"border":{"width":"1rem"}},"borderColor":"primary","layout":{"type":"constrained"},"metadata":{"name":"yt embed"}} -->
8
+<div class="wp-block-group has-border-color has-primary-border-color" style="border-width:1rem"><!-- wp:shortcode -->
9
+[acf field="yt_embed"]
10
+<!-- /wp:shortcode --></div>
11
+<!-- /wp:group --></div>
12
+<!-- /wp:group --></div>
13
+<!-- /wp:group -->
14
+
15
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 21
- 0
cvd-theme/templates/wp-custom-template-wp-custom-template-asmr.html 查看文件

@@ -0,0 +1,21 @@
1
+<!-- wp:template-part {"slug":"header","area":"header"} /-->
2
+
3
+<!-- wp:group {"layout":{"type":"constrained","contentSize":"1200px"},"metadata":{"name":"yt_embed Group"}} -->
4
+<div class="wp-block-group"><!-- wp:shortcode -->
5
+<div class="iframe-container">[acf field="yt_embed"]</div>
6
+<!-- /wp:shortcode --></div>
7
+<!-- /wp:group -->
8
+
9
+<!-- wp:group {"layout":{"type":"constrained"},"metadata":{"name":"ASMR Title Group"}} -->
10
+<div class="wp-block-group"><!-- wp:block {"ref":5704} /--></div>
11
+<!-- /wp:group -->
12
+
13
+<!-- wp:group {"templateLock":false,"lock":{"move":false,"remove":false},"layout":{"type":"constrained"},"metadata":{"name":"Taxonomy Group"}} -->
14
+<div class="wp-block-group"><!-- wp:block {"ref":4026,"lock":{"move":false,"remove":false,"edit":false}} /--></div>
15
+<!-- /wp:group -->
16
+
17
+<!-- wp:group {"align":"wide","layout":{"type":"constrained"},"metadata":{"name":"Content Group"}} -->
18
+<div class="wp-block-group alignwide"><!-- wp:post-content {"align":"wide","style":{"typography":{"fontSize":"1.5rem"}},"layout":{"type":"constrained"}} /--></div>
19
+<!-- /wp:group -->
20
+
21
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 598
- 91
cvd-theme/theme.json
文件差異過大導致無法顯示
查看文件


Loading…
取消
儲存