add themes
This commit is contained in:
1
chuck-theme/templates/404.html
Normal file
1
chuck-theme/templates/404.html
Normal file
@@ -0,0 +1 @@
|
||||
<!-- wp:template-part {"slug":"header"} /-->
|
1
chuck-theme/templates/home.html
Normal file
1
chuck-theme/templates/home.html
Normal file
@@ -0,0 +1 @@
|
||||
<div><h1>hello world!</h1></div>
|
25
chuck-theme/templates/index.html
Normal file
25
chuck-theme/templates/index.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!-- wp:template-part {"slug":"header","tagName":"header","className":"site-header"} /-->
|
||||
<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
|
||||
<main class="wp-block-group">
|
||||
<!-- wp:query -->
|
||||
<div class="wp-block-query">
|
||||
<!-- wp:post-template -->
|
||||
<!-- wp:post-featured-image /-->
|
||||
<!-- wp:post-title {"isLink":true} /-->
|
||||
<!-- wp:post-author {"showAvatar":false} /-->
|
||||
<!-- wp:post-date /-->
|
||||
<!-- wp:post-terms {"term":"category"} /-->
|
||||
<!-- wp:post-excerpt /-->
|
||||
<!-- /wp:post-template -->
|
||||
|
||||
<!-- wp:query-pagination -->
|
||||
<div class="wp-block-query-pagination">
|
||||
<!-- wp:query-pagination-previous /-->
|
||||
<!-- wp:query-pagination-next /-->
|
||||
</div>
|
||||
<!-- /wp:query-pagination -->
|
||||
</div>
|
||||
<!-- /wp:query -->
|
||||
</main>
|
||||
<!-- /wp:group -->
|
||||
<!-- wp:template-part {"slug":"footer","tagName":"footer","className":"site-footer"} /-->
|
19
chuck-theme/templates/no-title.html
Normal file
19
chuck-theme/templates/no-title.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!-- wp:template-part {"slug":"header","tagName":"header","className":"site-header"} /-->
|
||||
|
||||
<!-- wp:group {"tagName":"main","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}}},"layout":{"type":"constrained"}} -->
|
||||
<main
|
||||
class="wp-block-group"
|
||||
style="
|
||||
padding-top: var(--wp--preset--spacing--50);
|
||||
padding-bottom: var(--wp--preset--spacing--50);
|
||||
"
|
||||
>
|
||||
<!-- wp:post-content {"align":"full","layout":{"type":"constrained"}} /-->
|
||||
|
||||
<!-- wp:spacer {"height":"20px"} -->
|
||||
<div style="height: 20px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
</main>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer","tagName":"footer","className":"site-footer"} /-->
|
15
chuck-theme/templates/page.html
Normal file
15
chuck-theme/templates/page.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!-- wp:template-part {"slug":"header","tagName":"header","className":"site-header"} /-->
|
||||
<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
|
||||
<main class="wp-block-group">
|
||||
<!-- wp:post-featured-image /-->
|
||||
<!-- wp:post-content {"align":"full","layout":{"type":"constrained"}} /-->
|
||||
<!-- wp:spacer {"height":"40px"} -->
|
||||
<div style="height: 40px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:spacer -->
|
||||
<div style="height: 100px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
</main>
|
||||
<!-- /wp:group -->
|
||||
<!-- wp:template-part {"slug":"footer","tagName":"footer","className":"site-footer"} /-->
|
55
chuck-theme/templates/search.html
Normal file
55
chuck-theme/templates/search.html
Normal file
@@ -0,0 +1,55 @@
|
||||
<!-- wp:template-part {"slug":"header","tagName":"header","className":"site-header"} /-->
|
||||
<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
|
||||
<main class="wp-block-group">
|
||||
<!-- wp:query-title {"type":"search","level":2} /-->
|
||||
<!-- wp:query -->
|
||||
<div class="wp-block-query">
|
||||
<!-- wp:post-template -->
|
||||
<!-- wp:post-featured-image /-->
|
||||
<!-- wp:post-title {"isLink":true} /-->
|
||||
<!-- wp:post-author {"showAvatar":false} /-->
|
||||
<!-- wp:post-date /-->
|
||||
<!-- wp:post-terms {"term":"category"} /-->
|
||||
<!-- wp:post-excerpt /-->
|
||||
<!-- /wp:post-template -->
|
||||
<!-- wp:query-pagination -->
|
||||
<div class="wp-block-query-pagination">
|
||||
<!-- wp:query-pagination-previous /-->
|
||||
<!-- wp:query-pagination-next /-->
|
||||
</div>
|
||||
<!-- /wp:query-pagination -->
|
||||
|
||||
<!-- ****** NO RESULTS -->
|
||||
<!-- wp:query-no-results -->
|
||||
<!-- wp:heading {"textAlign":"left","level":3} -->
|
||||
<h3 class="has-text-align-left">No results found</h3>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:paragraph {"align":"left"} -->
|
||||
<p class="has-text-align-left">
|
||||
Sorry, but nothing matched your search terms. Please try again with some
|
||||
different keywords.
|
||||
</p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:spacer {"height":"50px"} -->
|
||||
<div style="height: 50px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:search {"label":"Search","showLabel":false,"buttonText":"Search"} /-->
|
||||
|
||||
<!-- wp:spacer {"height":"50px"} -->
|
||||
<div style="height: 50px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:heading {"level":3} -->
|
||||
<h3>Looking for a specific topic?</h3>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:categories /-->
|
||||
<!-- /wp:query-no-results -->
|
||||
</div>
|
||||
<!-- /wp:query -->
|
||||
</main>
|
||||
<!-- /wp:group -->
|
||||
<!-- wp:template-part {"slug":"footer","tagName":"footer","className":"site-footer"} /-->
|
28
chuck-theme/templates/single.html
Normal file
28
chuck-theme/templates/single.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!-- wp:template-part {"slug":"header","tagName":"header","className":"site-header"} /-->
|
||||
<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
|
||||
<main class="wp-block-group">
|
||||
<!-- wp:post-featured-image /-->
|
||||
<!-- wp:post-title /-->
|
||||
<!-- wp:spacer {"height":40} -->
|
||||
<div style="height: 40px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
<!-- wp:post-content /-->
|
||||
<!-- wp:spacer {"height":"40px"} -->
|
||||
<div style="height: 40px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
<!-- wp:post-terms {"term":"post_tag"} /-->
|
||||
<!-- wp:spacer {"height":"40px"} -->
|
||||
<div style="height: 40px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
<!-- wp:post-navigation-link {"type":"previous"} /-->
|
||||
<!-- wp:post-navigation-link /-->
|
||||
|
||||
<!-- wp:spacer -->
|
||||
<div style="height: 100px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:template-part {"slug":"comments"} -->
|
||||
</main>
|
||||
<!-- /wp:template-part -->
|
||||
<!-- wp:template-part {"slug":"footer","tagName":"footer","className":"site-footer"} /-->
|
||||
<!-- /wp:group -->
|
Reference in New Issue
Block a user