mkdocs-simple-blog 0.3.0.dev4__tar.gz → 0.4.0.dev1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/PKG-INFO +1 -1
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/__init__.py +1 -1
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/assets/css/main.min.css +1 -1
- mkdocs_simple_blog-0.4.0.dev1/mkdocs_simple_blog/base.html +218 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/pyproject.toml +2 -2
- mkdocs_simple_blog-0.3.0.dev4/mkdocs_simple_blog/base.html +0 -150
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/LICENSE +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/README.md +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/assets/css/bootstrap.min.css +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/assets/css/bootstrap.min.css.map +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/assets/css/grayscale-dark.min.css +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/assets/css/media.min.css +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/assets/css/mkdocstrings.min.css +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/assets/css/root.min.css +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/assets/img/favicon.ico +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/assets/img/logo.png +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/assets/js/bootstrap.bundle.min.js +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/assets/js/bootstrap.bundle.min.js.map +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/assets/js/jquery-3.3.1.slim.min.js +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/assets/js/main.min.js +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/main.html +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/mkdocs_theme.yml +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/modules/content.html +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/modules/copyright.html +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/modules/dropdown-menu.html +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/modules/footer.html +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/modules/head_extra_links.html +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/modules/header.html +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/modules/menu.html +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/modules/preview.html +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/modules/search.html +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/modules/searchbox.html +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/modules/sidebar.html +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/modules/source.html +0 -0
- {mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/search.html +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
@import url(root.min.css);code a,code a:focus,code a:hover,p a{color:var(--color-gray)!important}body,small{color:var(--text)}.centered,.wrapper,body{display:flex}body{background-color:var(--background);font-family:"Fira Mono",monospace;font-size:1.2em!important;line-height:1.8em}code{background-color:var(--primary);color:var(--background);padding:.4rem .8rem}code a,p a{text-underline-position:under}pre{margin:1.6rem 0 1rem;padding:1.6rem;overflow-x:auto;color:#e5e5e5;tab-size:2;font-size:.775em;line-height:30px}.underline,a,a:focus,a:hover,p a{text-decoration:underline}p a:focus,p a:hover{color:gray!important}.title-color,h1,h2,h3,h4,h5,h6{color:var(--title)}body,h1,h2,h3,h4,h5,h6{letter-spacing:.0625em}.navigation a,.pagination li{display:inline}.list ul,pre code{padding:0}.centered .about ul li a,.list ul li a,.navigation a,h1,h2,h3,h4,h5,h6{text-transform:uppercase}.centered .about ul li a,.navigation ul li a{margin-left:1rem;margin-right:1rem}.centered .about ul li a,.list ul li,.navigation a{font-size:1.6rem}.normal,body,p a{font-weight:400}.bold,.sidebar .nav>li>a,figcaption{font-weight:700}html{box-sizing:border-box;box-sizing:border-box;font-size:80%}code,pre{background-color:var(--primary)!important}main{margin-left:10%;margin-right:10%}img{max-width:100%;margin-left:auto;margin-right:auto}figcaption{font-size:75%;text-align:center}*,:after,:before{box-sizing:inherit}.blog-header{max-width:700px}.date{margin-top:5px}a{color:var(--text)!important}a:focus,a:hover{color:#5c5c5c;color:var(--primary)!important}p{margin:1.6rem 0}h1,h2,h3,h4,h5,h6{margin:3.2rem 0 1.6rem}h1{font-size:3.2rem;line-height:3.2rem}h2{font-size:2.8rem;line-height:2.8rem}h3{font-size:2.4rem;line-height:2.4rem}h4{font-size:2.2rem;line-height:2.2rem}h5{font-size:2rem;line-height:2rem}h6{font-size:1.4rem;line-height:1.4rem}blockquote{border-left:2px solid #dcdcdc;padding-left:1.6rem;font-style:italic}td,th{padding:1rem}table{overflow-x:auto!important;border-collapse:collapse;width:-webkit-fill-available!important}table td,table th{border:2px solid var(--primary)}table tr:first-child th{border-top:0}table tr:last-child td{border-bottom:0}table tr td:first-child,table tr th:first-child{border-left:0}table tr td:last-child,table tr th:last-child{border-right:0}.wrapper{flex-direction:column;min-height:100vh;width:100%}.container{margin:0 auto;max-width:140rem;width:100%;padding-left:2rem;padding-right:2rem}.navigation{height:6rem;width:100%}.navigation a{line-height:6rem;letter-spacing:.1rem}.navigation ul{list-style:none;margin-bottom:0;margin-top:0}.navigation ul li{float:left;margin:0;position:relative}.content{flex:1;margin-top:1.6rem;margin-bottom:3.2rem}.content article header{margin-top:3.2rem;margin-bottom:3.2rem}.content article header h1,.content article header h2{margin:0}.content article header h2{margin-top:1rem;font-size:1.8rem;color:#323232}.list ul{margin:3.2rem 0;list-style:none}.list ul li span{display:inline-block;text-align:right;width:25rem;margin-right:3rem}.centered .about,.centered .error,.footer,.nav-scroller .nav,.pagination,.pagination li,.search-query{text-align:center}.pagination{margin-top:6rem}.pagination li a span,.pagination li span{margin:0;text-align:center;width:3.2rem}.centered{height:100%;align-items:center;justify-content:center}.centered .about h1{margin-top:2rem;margin-bottom:.5rem}.centered .about h2{margin-top:1rem;margin-bottom:.5rem;font-size:2.4rem}.centered .about ul{list-style:none;margin:3rem 0 1rem;padding:0}.centered .about ul li{display:inline-block;position:relative}.centered .error h1{margin-top:2rem;margin-bottom:.5rem;font-size:4.6rem}.centered .error h2{margin-top:2rem;margin-bottom:3.2rem;font-size:3.2rem}.footer{height:6rem;width:100%;line-height:6rem}footer{padding:1rem!important}.float-right{float:right}.float-left{float:left}.bd-placeholder-img{font-size:1.125rem;text-anchor:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.b-example-divider{height:3rem;background-color:rgba(0,0,0,.1);border:solid rgba(0,0,0,.15);border-width:1px 0;box-shadow:inset 0 .5em 1.5em rgba(0,0,0,.1),inset 0 .125em .5em rgba(0,0,0,.15)}.b-example-vr{flex-shrink:0;width:1.5rem;height:100vh}.bi{vertical-align:-.125em;fill:currentColor}.nav-scroller{position:relative;z-index:2;height:2.75rem;overflow-y:hidden}.nav-scroller .nav{display:flex;flex-wrap:nowrap;padding-bottom:1rem;margin-top:-1px;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.fa:hover{opacity:.5}.navbar-collapse{align-items:end}.md-source{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:block;font-size:18px;line-height:1.2;white-space:nowrap}.search-query{margin-top:2%;width:100%}.md-search-icon,.md-source-repo-icon{display:inline-block;vertical-align:middle;margin-right:10px;margin-left:10px;font-size:xx-large}.md-source-repo-text{display:flex;font-size:14px;text-align:left;gap:.4rem;list-style-type:none;margin:.1rem 0 0;opacity:.75;overflow:hidden;padding:0;width:100%}.md-source-repo-url,.menu-button{display:inline-block;vertical-align:middle;overflow:hidden;white-space:nowrap}.md-source-repo-url{max-width:calc(100% - 1.2rem);width:15em;text-overflow:ellipsis;font-size:16px;text-align:left}.logo{width:50px;margin:10px}.normal{font-style:normal;text-decoration:none}.italic{font-style:italic}.scratched{text-decoration:line-through}.overline{text-decoration:overline}.dropdown-menu{color:var(--background);background-color:var(--background);border-color:var(--primary)}.dropdown-item.active,.dropdown-item:active,.dropdown-item:hover{color:var(--background)!important;background-color:var(--primary)!important}.sidebar{height:100%;width:100%;color:#000!important;background-color:#f1f1f1!important}.bar-block .bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}.menu-button{border:none;padding:8px 16px;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer}.menu-button:hover{color:#000!important;background-color:#ccc!important}.preview{padding-top:50px!important}.sidebar{background-color:var(--background)!important;margin-top:3.2rem}.sidebar .nav{align-self:flex-start!important}.sidebar .nav .nav>li>a{font-weight:400;font-size:medium}.quote{margin-top:2rem!important;margin-bottom:2rem!important;border:.075rem solid #9e9e9e;padding:1rem;background-color:#9e9e9e1a}.quote::open{width:fit-content}.highlight{overflow-x:auto}
|
|
1
|
+
@import url(root.min.css);code a,code a:focus,code a:hover,p a{color:var(--color-gray)!important}body,small{color:var(--text)}.centered,.wrapper,body{display:flex}body{background-color:var(--background);font-family:"Fira Mono",monospace;font-size:1.2em!important;line-height:1.8em}code{background-color:var(--primary);color:var(--background);padding:.4rem .8rem}code a,p a{text-underline-position:under}pre{margin:1.6rem 0 1rem;padding:1.6rem;overflow-x:auto;color:#e5e5e5;tab-size:2;font-size:.775em;line-height:30px}.underline,a,a:focus,a:hover,p a{text-decoration:underline}p a:focus,p a:hover{color:gray!important}.title-color,h1,h2,h3,h4,h5,h6{color:var(--title)}body,h1,h2,h3,h4,h5,h6{letter-spacing:.0625em}.navigation a,.pagination li{display:inline}.list ul,pre code{padding:0}.centered .about ul li a,.list ul li a,.navigation a,h1,h2,h3,h4,h5,h6{text-transform:uppercase}.centered .about ul li a,.navigation ul li a{margin-left:1rem;margin-right:1rem}.centered .about ul li a,.list ul li,.navigation a{font-size:1.6rem}.normal,body,p a{font-weight:400}.bold,.sidebar .nav>li>a,figcaption{font-weight:700}html{box-sizing:border-box;box-sizing:border-box;font-size:80%}code,pre{background-color:var(--primary)!important}main{margin-left:10%;margin-right:10%}img{max-width:100%;margin-left:auto;margin-right:auto}figcaption{font-size:75%;text-align:center}*,:after,:before{box-sizing:inherit}.blog-header{max-width:700px}.date{margin-top:5px}a{color:var(--text)!important}a:focus,a:hover{color:#5c5c5c;color:var(--primary)!important}p{margin:1.6rem 0}h1,h2,h3,h4,h5,h6{margin:3.2rem 0 1.6rem}h1{font-size:3.2rem;line-height:3.2rem}h2{font-size:2.8rem;line-height:2.8rem}h3{font-size:2.4rem;line-height:2.4rem}h4{font-size:2.2rem;line-height:2.2rem}h5{font-size:2rem;line-height:2rem}h6{font-size:1.4rem;line-height:1.4rem}blockquote{border-left:2px solid #dcdcdc;padding-left:1.6rem;font-style:italic}td,th{padding:1rem}table{overflow-x:auto!important;border-collapse:collapse;width:-webkit-fill-available!important}table td,table th{border:2px solid var(--primary)}table tr:first-child th{border-top:0}table tr:last-child td{border-bottom:0}table tr td:first-child,table tr th:first-child{border-left:0}table tr td:last-child,table tr th:last-child{border-right:0}.wrapper{flex-direction:column;min-height:100vh;width:100%}.container{margin:0 auto;max-width:140rem;width:100%;padding-left:2rem;padding-right:2rem}.navigation{height:6rem;width:100%}.navigation a{line-height:6rem;letter-spacing:.1rem}.navigation ul{list-style:none;margin-bottom:0;margin-top:0}.navigation ul li{float:left;margin:0;position:relative}.content{flex:1;margin-top:1.6rem;margin-bottom:3.2rem}.content article header{margin-top:3.2rem;margin-bottom:3.2rem}.content article header h1,.content article header h2{margin:0}.content article header h2{margin-top:1rem;font-size:1.8rem;color:#323232}.list ul{margin:3.2rem 0;list-style:none}.list ul li span{display:inline-block;text-align:right;width:25rem;margin-right:3rem}.centered .about,.centered .error,.footer,.nav-scroller .nav,.pagination,.pagination li,.search-query{text-align:center}.pagination{margin-top:6rem}.pagination li a span,.pagination li span{margin:0;text-align:center;width:3.2rem}.centered{height:100%;align-items:center;justify-content:center}.centered .about h1{margin-top:2rem;margin-bottom:.5rem}.centered .about h2{margin-top:1rem;margin-bottom:.5rem;font-size:2.4rem}.centered .about ul{list-style:none;margin:3rem 0 1rem;padding:0}.centered .about ul li{display:inline-block;position:relative}.centered .error h1{margin-top:2rem;margin-bottom:.5rem;font-size:4.6rem}.centered .error h2{margin-top:2rem;margin-bottom:3.2rem;font-size:3.2rem}.footer{height:6rem;width:100%;line-height:6rem}footer{padding:1rem!important}.float-right{float:right}.float-left{float:left}.bd-placeholder-img{font-size:1.125rem;text-anchor:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none}.b-example-divider{height:3rem;background-color:rgba(0,0,0,.1);border:solid rgba(0,0,0,.15);border-width:1px 0;box-shadow:inset 0 .5em 1.5em rgba(0,0,0,.1),inset 0 .125em .5em rgba(0,0,0,.15)}.b-example-vr{flex-shrink:0;width:1.5rem;height:100vh}.bi{vertical-align:-.125em;fill:currentColor}.nav-scroller{position:relative;z-index:2;height:2.75rem;overflow-y:hidden}.nav-scroller .nav{display:flex;flex-wrap:nowrap;padding-bottom:1rem;margin-top:-1px;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.fa:hover{opacity:.5}.navbar-collapse{align-items:end}.md-source{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:block;font-size:18px;line-height:1.2;white-space:nowrap}.search-query{margin-top:2%;width:100%}.md-search-icon,.md-source-repo-icon{display:inline-block;vertical-align:middle;margin-right:10px;margin-left:10px;font-size:xx-large}.md-source-repo-text{display:flex;font-size:14px;text-align:left;gap:.4rem;list-style-type:none;margin:.1rem 0 0;opacity:.75;overflow:hidden;padding:0;width:100%}.md-source-repo-url,.menu-button{display:inline-block;vertical-align:middle;overflow:hidden;white-space:nowrap}.md-source-repo-url{max-width:calc(100% - 1.2rem);width:15em;text-overflow:ellipsis;font-size:16px;text-align:left}.logo{width:50px;margin:10px}.normal{font-style:normal;text-decoration:none}.italic{font-style:italic}.scratched{text-decoration:line-through}.overline{text-decoration:overline}.dropdown-menu{color:var(--background);background-color:var(--background);border-color:var(--primary)}.dropdown-item.active,.dropdown-item:active,.dropdown-item:hover{color:var(--background)!important;background-color:var(--primary)!important}.sidebar{height:100%;width:100%;color:#000!important;background-color:#f1f1f1!important}.bar-block .bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}.menu-button{border:none;padding:8px 16px;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer}.menu-button:hover{color:#000!important;background-color:#ccc!important}.preview{padding-top:50px!important}.sidebar{background-color:var(--background)!important;margin-top:3.2rem}.sidebar .nav{align-self:flex-start!important}.sidebar .nav .nav>li>a{font-weight:400;font-size:medium}.sidebar .nav>li{padding-left:0}.sidebar .nav .nav{padding-left:1.5rem;margin-top:.25rem}.sidebar .nav .nav .nav{padding-left:1.5rem}.sidebar .nav .nav .nav .nav{padding-left:1.5rem}.sidebar .nav>li>a{font-size:1em}.sidebar .nav .nav>li>a{font-size:.95em}.sidebar .nav .nav .nav>li>a{font-size:.9em}.sidebar .nav .nav .nav .nav>li>a{font-size:.85em}.quote{margin-top:2rem!important;margin-bottom:2rem!important;border:.075rem solid #9e9e9e;padding:1rem;background-color:#9e9e9e1a}.quote::open{width:fit-content}.highlight{overflow-x:auto}
|
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html data-bs-theme="{{ config.theme.theme_style }}">
|
|
3
|
+
|
|
4
|
+
<head>
|
|
5
|
+
{%- block site_meta %}
|
|
6
|
+
{%- block htmltitle %}
|
|
7
|
+
<title>{% if page and page.title and not page.is_homepage %}{{ page.title }} - {% endif %}{{ config.site_name }}
|
|
8
|
+
</title>
|
|
9
|
+
{%- endblock %}
|
|
10
|
+
|
|
11
|
+
<meta charset="utf-8">
|
|
12
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
13
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
14
|
+
|
|
15
|
+
{% if page and page.is_homepage %}
|
|
16
|
+
<meta name="description" content="{{ config['site_description'] }}">{% endif %}
|
|
17
|
+
{% if page and page.canonical_url %}
|
|
18
|
+
<link rel="canonical" href="{{ page.canonical_url }}">{% endif %}
|
|
19
|
+
{% if config.site_author %}
|
|
20
|
+
<meta name="author" content="{{ config.site_author }}">{% endif %}
|
|
21
|
+
|
|
22
|
+
{% if config.theme.favicon %}
|
|
23
|
+
<link rel="icon" type="image/x-icon" href="{{ config.theme.favicon|url }}">
|
|
24
|
+
{% else %}
|
|
25
|
+
<link rel="icon" type="image/x-icon" href="{{ 'assets/img/favicon.ico'|url }}">
|
|
26
|
+
{% endif %}
|
|
27
|
+
|
|
28
|
+
{%- if config.theme.highlightjs %}
|
|
29
|
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
|
|
30
|
+
<link rel="stylesheet" href="https://unpkg.com/@highlightjs/cdn-assets@11.4.0/styles/base16/grayscale-dark.min.css">
|
|
31
|
+
|
|
32
|
+
{%- for lang in config.hljs_languages %}
|
|
33
|
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/{{lang}}.min.js"></script>
|
|
34
|
+
{%- endfor %}
|
|
35
|
+
<script>hljs.highlightAll();</script>
|
|
36
|
+
{%- endif %}
|
|
37
|
+
|
|
38
|
+
{%- endblock %}
|
|
39
|
+
|
|
40
|
+
{%- block extrahead %}
|
|
41
|
+
{% if page and page.meta %}
|
|
42
|
+
{% if page.meta.title %}
|
|
43
|
+
<meta name="title" content="{{ page.meta.title }}">
|
|
44
|
+
<meta property="og:title" content="{{ page.meta.title }}">
|
|
45
|
+
<meta name="twitter:title" content="{{ page.meta.title }}">
|
|
46
|
+
{% endif %}
|
|
47
|
+
{% if page.meta.description %}
|
|
48
|
+
<meta name="description" content="{{ page.meta.description }}">
|
|
49
|
+
<meta property="og:description" content="{{ page.meta.description }}">
|
|
50
|
+
<meta name="twitter:description" content="{{ page.meta.description }}">
|
|
51
|
+
{% endif %}
|
|
52
|
+
{% if page.meta.author %}
|
|
53
|
+
<meta name="author" content="{{ page.meta.author }}">
|
|
54
|
+
{% endif %}
|
|
55
|
+
{% if page.meta.date %}
|
|
56
|
+
<meta name="date" content="{{ page.meta.date }}">
|
|
57
|
+
<meta property="article:published_time" content="{{ page.meta.date }}">
|
|
58
|
+
{% endif %}
|
|
59
|
+
{% if page.meta.image %}
|
|
60
|
+
<meta property="og:image" content="{{ page.meta.image|url }}">
|
|
61
|
+
<meta name="twitter:image" content="{{ page.meta.image|url }}">
|
|
62
|
+
{% endif %}
|
|
63
|
+
{% if page.canonical_url %}
|
|
64
|
+
<meta property="og:url" content="{{ page.canonical_url }}">
|
|
65
|
+
{% endif %}
|
|
66
|
+
{% if config.site_name %}
|
|
67
|
+
<meta property="og:site_name" content="{{ config.site_name }}">
|
|
68
|
+
{% endif %}
|
|
69
|
+
<meta property="og:type" content="article">
|
|
70
|
+
<meta name="twitter:card" content="summary_large_image">
|
|
71
|
+
{% endif %}
|
|
72
|
+
{%- endblock %}
|
|
73
|
+
|
|
74
|
+
<script>var base_url = '{{ base_url }}';</script>
|
|
75
|
+
|
|
76
|
+
{%- block styles %}
|
|
77
|
+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Mono:400,700">
|
|
78
|
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
79
|
+
|
|
80
|
+
<link rel="stylesheet" href="{{ 'assets/css/bootstrap.min.css'|url }}">
|
|
81
|
+
<link rel="stylesheet" href="{{ 'assets/css/root.min.css'|url }}">
|
|
82
|
+
<link rel="stylesheet" href="{{ 'assets/css/main.min.css'|url }}">
|
|
83
|
+
<link rel="stylesheet" href="{{ 'assets/css/media.min.css'|url }}">
|
|
84
|
+
<link rel="stylesheet" href="{{ 'assets/css/mkdocstrings.min.css'|url }}">
|
|
85
|
+
|
|
86
|
+
{%- for path in extra_css %}
|
|
87
|
+
<link href="{{ path }}" rel="stylesheet">
|
|
88
|
+
{%- endfor %}
|
|
89
|
+
|
|
90
|
+
{%- for path in extra_javascript %}
|
|
91
|
+
<script src="{{ path }}"></script>
|
|
92
|
+
{%- endfor %}
|
|
93
|
+
|
|
94
|
+
{% if config.theme.theme_style %}
|
|
95
|
+
{% if config.theme.theme_style == 'dark' %}
|
|
96
|
+
<style>
|
|
97
|
+
:root {
|
|
98
|
+
--text: white;
|
|
99
|
+
--title: white;
|
|
100
|
+
--primary: white;
|
|
101
|
+
--background: black;
|
|
102
|
+
}
|
|
103
|
+
</style>
|
|
104
|
+
{% endif %}
|
|
105
|
+
{% else %}
|
|
106
|
+
{% if config.theme.colors %}
|
|
107
|
+
{% if config.theme.colors.text %} <style>
|
|
108
|
+
:root {
|
|
109
|
+
--text: var(--color- {
|
|
110
|
+
{
|
|
111
|
+
config.theme.colors.text
|
|
112
|
+
}
|
|
113
|
+
});
|
|
114
|
+
}
|
|
115
|
+
</style> {% endif %}
|
|
116
|
+
{% if config.theme.colors.title %} <style>
|
|
117
|
+
:root {
|
|
118
|
+
--title: var(--color- {
|
|
119
|
+
{
|
|
120
|
+
config.theme.colors.title
|
|
121
|
+
}
|
|
122
|
+
});
|
|
123
|
+
}
|
|
124
|
+
</style> {% endif %}
|
|
125
|
+
{% if config.theme.colors.primary %} <style>
|
|
126
|
+
:root {
|
|
127
|
+
--primary: var(--color- {
|
|
128
|
+
{
|
|
129
|
+
config.theme.colors.primary
|
|
130
|
+
}
|
|
131
|
+
});
|
|
132
|
+
}
|
|
133
|
+
</style> {% endif %}
|
|
134
|
+
{% if config.theme.colors.background %} <style>
|
|
135
|
+
:root {
|
|
136
|
+
--background: var(--color- {
|
|
137
|
+
{
|
|
138
|
+
config.theme.colors.background
|
|
139
|
+
}
|
|
140
|
+
});
|
|
141
|
+
}
|
|
142
|
+
</style> {% endif %}
|
|
143
|
+
{% endif %}
|
|
144
|
+
{% endif %}
|
|
145
|
+
|
|
146
|
+
{%- endblock %}
|
|
147
|
+
|
|
148
|
+
{%- block head_extra_links %}
|
|
149
|
+
{% include "modules/head_extra_links.html" %}
|
|
150
|
+
{%- endblock %}
|
|
151
|
+
</head>
|
|
152
|
+
|
|
153
|
+
<body>
|
|
154
|
+
<div class="container py-3">
|
|
155
|
+
<header>
|
|
156
|
+
{%- block header %}
|
|
157
|
+
{% include "/modules/header.html" %}
|
|
158
|
+
{%- endblock %}
|
|
159
|
+
</header>
|
|
160
|
+
|
|
161
|
+
<main>
|
|
162
|
+
{%- block search_button %}
|
|
163
|
+
{%- if 'search' in config['plugins'] %}{%- include "modules/searchbox.html" %}{%- endif %}
|
|
164
|
+
{%- endblock %}
|
|
165
|
+
|
|
166
|
+
{% if config.theme.sidebar %}
|
|
167
|
+
<div class="container">
|
|
168
|
+
<div class="row">
|
|
169
|
+
<div class="col-md-3 d-none d-md-block" id="component-sidebar">
|
|
170
|
+
{%- block sidebar %}
|
|
171
|
+
{% include "/modules/sidebar.html" %}
|
|
172
|
+
{%- endblock %}
|
|
173
|
+
</div>
|
|
174
|
+
<div class="col-md-9 col-12" id="component-content">
|
|
175
|
+
{%- block content_with_sidebar %}
|
|
176
|
+
{% include "/modules/content.html" %}
|
|
177
|
+
{%- endblock %}
|
|
178
|
+
</div>
|
|
179
|
+
</div>
|
|
180
|
+
</div>
|
|
181
|
+
{% else %}
|
|
182
|
+
{%- block content %}
|
|
183
|
+
{% include "/modules/content.html" %}
|
|
184
|
+
{%- endblock %}
|
|
185
|
+
{% endif %}
|
|
186
|
+
|
|
187
|
+
</main>
|
|
188
|
+
|
|
189
|
+
{% if config.theme.components and config.theme.components.preview == False %}
|
|
190
|
+
{% else %}
|
|
191
|
+
{%- block preview %}
|
|
192
|
+
{% include "/modules/preview.html" %}
|
|
193
|
+
{%- endblock %}
|
|
194
|
+
{% endif %}
|
|
195
|
+
|
|
196
|
+
{% if config.theme.components and config.theme.components.footer == False %}
|
|
197
|
+
{% else %}
|
|
198
|
+
{%- block footer %}
|
|
199
|
+
{% include "/modules/footer.html" %}
|
|
200
|
+
{%- endblock %}
|
|
201
|
+
{% endif %}
|
|
202
|
+
</div>
|
|
203
|
+
|
|
204
|
+
{%- block scripts %}
|
|
205
|
+
|
|
206
|
+
<script src="{{ 'assets/js/jquery-3.3.1.slim.min.js"'|url }}"></script>
|
|
207
|
+
<script src="{{ ' assets/js/bootstrap.bundle.min.js"'|url }}"></script>
|
|
208
|
+
<script src="{{ 'assets/js/main.min.js"'|url }}"></script>
|
|
209
|
+
|
|
210
|
+
{%- for path in extra_javascript %}
|
|
211
|
+
<script src="{{ path }}" defer></script>
|
|
212
|
+
{%- endfor %}
|
|
213
|
+
|
|
214
|
+
{%- endblock %}
|
|
215
|
+
|
|
216
|
+
</body>
|
|
217
|
+
|
|
218
|
+
</html>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "mkdocs-simple-blog"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.4.0.dev1"
|
|
4
4
|
authors = [
|
|
5
5
|
{ name="Fernando Celmer", email="email@fernandocelmer.com" },
|
|
6
6
|
]
|
|
@@ -36,7 +36,7 @@ Changelog = "https://fernandocelmer.github.io/mkdocs-simple-blog/nav/development
|
|
|
36
36
|
|
|
37
37
|
[tool.poetry]
|
|
38
38
|
name = "mkdocs-simple-blog"
|
|
39
|
-
version = "0.
|
|
39
|
+
version = "0.4.0.dev1"
|
|
40
40
|
description = "Mkdocs Blog Theme"
|
|
41
41
|
authors = ["Fernando Celmer <email@fernandocelmer.com>"]
|
|
42
42
|
license = "MIT"
|
|
@@ -1,150 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html data-bs-theme="{{ config.theme.theme_style }}">
|
|
3
|
-
<head>
|
|
4
|
-
{%- block site_meta %}
|
|
5
|
-
{%- block htmltitle %}
|
|
6
|
-
<title>{% if page and page.title and not page.is_homepage %}{{ page.title }} - {% endif %}{{ config.site_name }}</title>
|
|
7
|
-
{%- endblock %}
|
|
8
|
-
|
|
9
|
-
<meta charset="utf-8">
|
|
10
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
11
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
12
|
-
|
|
13
|
-
{% if page and page.is_homepage %}<meta name="description" content="{{ config['site_description'] }}">{% endif %}
|
|
14
|
-
{% if page and page.canonical_url %}<link rel="canonical" href="{{ page.canonical_url }}">{% endif %}
|
|
15
|
-
{% if config.site_author %}<meta name="author" content="{{ config.site_author }}">{% endif %}
|
|
16
|
-
|
|
17
|
-
{% if config.theme.favicon %}
|
|
18
|
-
<link rel="icon" type="image/x-icon" href="{{ config.theme.favicon|url }}">
|
|
19
|
-
{% else %}
|
|
20
|
-
<link rel="icon" type="image/x-icon" href="{{ 'assets/img/favicon.ico'|url }}">
|
|
21
|
-
{% endif %}
|
|
22
|
-
|
|
23
|
-
{%- if config.theme.highlightjs %}
|
|
24
|
-
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
|
|
25
|
-
<link rel="stylesheet" href="https://unpkg.com/@highlightjs/cdn-assets@11.4.0/styles/base16/grayscale-dark.min.css">
|
|
26
|
-
|
|
27
|
-
{%- for lang in config.hljs_languages %}
|
|
28
|
-
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/{{lang}}.min.js"></script>
|
|
29
|
-
{%- endfor %}
|
|
30
|
-
<script>hljs.highlightAll();</script>
|
|
31
|
-
{%- endif %}
|
|
32
|
-
|
|
33
|
-
{%- endblock %}
|
|
34
|
-
|
|
35
|
-
{%- block extrahead %}
|
|
36
|
-
{%- endblock %}
|
|
37
|
-
|
|
38
|
-
<script>var base_url = '{{ base_url }}';</script>
|
|
39
|
-
|
|
40
|
-
{%- block styles %}
|
|
41
|
-
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Mono:400,700">
|
|
42
|
-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
43
|
-
|
|
44
|
-
<link rel="stylesheet" href="{{ 'assets/css/bootstrap.min.css'|url }}">
|
|
45
|
-
<link rel="stylesheet" href="{{ 'assets/css/root.min.css'|url }}">
|
|
46
|
-
<link rel="stylesheet" href="{{ 'assets/css/main.min.css'|url }}">
|
|
47
|
-
<link rel="stylesheet" href="{{ 'assets/css/media.min.css'|url }}">
|
|
48
|
-
<link rel="stylesheet" href="{{ 'assets/css/mkdocstrings.min.css'|url }}">
|
|
49
|
-
|
|
50
|
-
{%- for path in extra_css %}
|
|
51
|
-
<link href="{{ path }}" rel="stylesheet">
|
|
52
|
-
{%- endfor %}
|
|
53
|
-
|
|
54
|
-
{%- for path in extra_javascript %}
|
|
55
|
-
<script src="{{ path }}"></script>
|
|
56
|
-
{%- endfor %}
|
|
57
|
-
|
|
58
|
-
{% if config.theme.theme_style %}
|
|
59
|
-
{% if config.theme.theme_style == 'dark' %}
|
|
60
|
-
<style>
|
|
61
|
-
:root {
|
|
62
|
-
--text: white;
|
|
63
|
-
--title: white;
|
|
64
|
-
--primary: white;
|
|
65
|
-
--background: black;
|
|
66
|
-
}
|
|
67
|
-
</style>
|
|
68
|
-
{% endif %}
|
|
69
|
-
{% else %}
|
|
70
|
-
{% if config.theme.colors %}
|
|
71
|
-
{% if config.theme.colors.text %} <style>:root {--text: var(--color-{{ config.theme.colors.text }});}</style> {% endif %}
|
|
72
|
-
{% if config.theme.colors.title %} <style>:root {--title: var(--color-{{ config.theme.colors.title }});}</style> {% endif %}
|
|
73
|
-
{% if config.theme.colors.primary %} <style>:root {--primary: var(--color-{{ config.theme.colors.primary }});}</style> {% endif %}
|
|
74
|
-
{% if config.theme.colors.background %} <style>:root {--background: var(--color-{{ config.theme.colors.background }});}</style> {% endif %}
|
|
75
|
-
{% endif %}
|
|
76
|
-
{% endif %}
|
|
77
|
-
|
|
78
|
-
{%- endblock %}
|
|
79
|
-
|
|
80
|
-
{%- block head_extra_links %}
|
|
81
|
-
{% include "modules/head_extra_links.html" %}
|
|
82
|
-
{%- endblock %}
|
|
83
|
-
</head>
|
|
84
|
-
|
|
85
|
-
<body>
|
|
86
|
-
<div class="container py-3">
|
|
87
|
-
<header>
|
|
88
|
-
{%- block header %}
|
|
89
|
-
{% include "/modules/header.html" %}
|
|
90
|
-
{%- endblock %}
|
|
91
|
-
</header>
|
|
92
|
-
|
|
93
|
-
<main>
|
|
94
|
-
{%- block search_button %}
|
|
95
|
-
{%- if 'search' in config['plugins'] %}{%- include "modules/searchbox.html" %}{%- endif %}
|
|
96
|
-
{%- endblock %}
|
|
97
|
-
|
|
98
|
-
{% if config.theme.sidebar %}
|
|
99
|
-
<div class="container">
|
|
100
|
-
<div class="row">
|
|
101
|
-
<div class="col-md-3 d-none d-md-block" id="component-sidebar">
|
|
102
|
-
{%- block sidebar %}
|
|
103
|
-
{% include "/modules/sidebar.html" %}
|
|
104
|
-
{%- endblock %}
|
|
105
|
-
</div>
|
|
106
|
-
<div class="col-md-9 col-12" id="component-content">
|
|
107
|
-
{%- block content_with_sidebar %}
|
|
108
|
-
{% include "/modules/content.html" %}
|
|
109
|
-
{%- endblock %}
|
|
110
|
-
</div>
|
|
111
|
-
</div>
|
|
112
|
-
</div>
|
|
113
|
-
{% else %}
|
|
114
|
-
{%- block content %}
|
|
115
|
-
{% include "/modules/content.html" %}
|
|
116
|
-
{%- endblock %}
|
|
117
|
-
{% endif %}
|
|
118
|
-
|
|
119
|
-
</main>
|
|
120
|
-
|
|
121
|
-
{% if config.theme.components and config.theme.components.preview == False %}
|
|
122
|
-
{% else %}
|
|
123
|
-
{%- block preview %}
|
|
124
|
-
{% include "/modules/preview.html" %}
|
|
125
|
-
{%- endblock %}
|
|
126
|
-
{% endif %}
|
|
127
|
-
|
|
128
|
-
{% if config.theme.components and config.theme.components.footer == False %}
|
|
129
|
-
{% else %}
|
|
130
|
-
{%- block footer %}
|
|
131
|
-
{% include "/modules/footer.html" %}
|
|
132
|
-
{%- endblock %}
|
|
133
|
-
{% endif %}
|
|
134
|
-
</div>
|
|
135
|
-
|
|
136
|
-
{%- block scripts %}
|
|
137
|
-
|
|
138
|
-
<script src="{{ 'assets/js/jquery-3.3.1.slim.min.js"'|url }}"></script>
|
|
139
|
-
<script src="{{ 'assets/js/bootstrap.bundle.min.js"'|url }}"></script>
|
|
140
|
-
<script src="{{ 'assets/js/main.min.js"'|url }}"></script>
|
|
141
|
-
|
|
142
|
-
{%- for path in extra_javascript %}
|
|
143
|
-
<script src="{{ path }}" defer></script>
|
|
144
|
-
{%- endfor %}
|
|
145
|
-
|
|
146
|
-
{%- endblock %}
|
|
147
|
-
|
|
148
|
-
</body>
|
|
149
|
-
|
|
150
|
-
</html>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/main.html
RENAMED
|
File without changes
|
{mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/mkdocs_theme.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/modules/menu.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mkdocs_simple_blog-0.3.0.dev4 → mkdocs_simple_blog-0.4.0.dev1}/mkdocs_simple_blog/search.html
RENAMED
|
File without changes
|