-3
.gitmodules
-3
.gitmodules
+1
-1
config.toml
+1
-1
config.toml
+2
-2
flake.lock
+2
-2
flake.lock
···
+2
-3
flake.nix
+2
-3
flake.nix
+1
themes/zerm/.gitignore
+1
themes/zerm/.gitignore
···
+22
themes/zerm/LICENSE.md
+22
themes/zerm/LICENSE.md
···
+61
themes/zerm/README.md
+61
themes/zerm/README.md
···+theme](https://www.getzola.org/documentation/themes/installing-and-using-themes/#installing-a-theme).+thus far have documentation explaining how they are used. If there is any confusion or something is not working as intended, [please open an issue](https://github.com/ejmg/zerm/issues)!
+131
themes/zerm/config.toml
+131
themes/zerm/config.toml
···+# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
+6
themes/zerm/content/_index.md
+6
themes/zerm/content/_index.md
+10
themes/zerm/content/about/_index.md
+10
themes/zerm/content/about/_index.md
+14
themes/zerm/content/contact/_index.md
+14
themes/zerm/content/contact/_index.md
···+- [Terminimal, another theme for zola based on Terminal](https://github.com/pawroman/zola-theme-terminimal)
+65
themes/zerm/content/demo/index.md
+65
themes/zerm/content/demo/index.md
···+|------------------|-----|----------------------------------------------|-------------------------------------------------------------------------|+| Ghostface Killah | 49 | Fishscale | i swear you keep asking that question and the answer ain't gonna change |
+13
themes/zerm/content/fiz/index.md
+13
themes/zerm/content/fiz/index.md
+21
themes/zerm/content/technology_is_hell/index.md
+21
themes/zerm/content/technology_is_hell/index.md
···
+57
themes/zerm/content/using_katex/index.md
+57
themes/zerm/content/using_katex/index.md
···+\frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} = 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}} {1+\frac{e^{-8\pi}} {1+\cdots} } } }+1(ϕ5−ϕ)e25π=1+e−2π1+e−4π1+e−6π1+e−8π1+⋯ \frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} = 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}} {1+\frac{e^{-8\pi}} {1+\cdots} } } }+\frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} = 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}} {1+\frac{e^{-8\pi}} {1+\cdots} } } }+1(ϕ5−ϕ)e25π=1+e−2π1+e−4π1+e−6π1+e−8π1+⋯ \frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} = 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}} {1+\frac{e^{-8\pi}} {1+\cdots} } } }+1 + \frac{q^2}{(1-q)}+\frac{q^6}{(1-q)(1-q^2)}+\cdots = \prod_{j=0}^{\infty}\frac{1}{(1-q^{5j+2})(1-q^{5j+3})}, \quad\quad \text{for }\lvert q\rvert<1.+1 + \frac{q^2}{(1-q)}+\frac{q^6}{(1-q)(1-q^2)}+\cdots = \prod_{j=0}^{\infty}\frac{1}{(1-q^{5j+2})(1-q^{5j+3})}, \quad\quad \text{for }\lvert q\rvert<1.
+42
themes/zerm/content/waz/index.md
+42
themes/zerm/content/waz/index.md
···+description="a basic demo of zola. Does it work? This old man, he played one. He played knick knack on my drum."
+69
themes/zerm/content/zerm/index.md
+69
themes/zerm/content/zerm/index.md
···+[get started](https://www.getzola.org/documentation/themes/installing-and-using-themes/#installing-a-theme)!
+7
themes/zerm/package.json
+7
themes/zerm/package.json
+15
themes/zerm/sass/_font.scss
+15
themes/zerm/sass/_font.scss
···+src: url("assets/fonts/FiraCode-Regular.woff2") format("woff2"), url("assets/fonts/FiraCode-Regular.woff") format("woff");+src: url("assets/fonts/FiraCode-Bold.woff2") format("woff2"), url("assets/fonts/FiraCode-Bold.woff") format("woff");
+139
themes/zerm/sass/_header.scss
+139
themes/zerm/sass/_header.scss
···+background: repeating-linear-gradient(90deg, var(--accent), var(--accent) 2px, transparent 0, transparent 10px);+--shadow: 0 10px var(--shadow-color), -10px 10px var(--shadow-color), 10px 10px var(--shadow-color);
+8
themes/zerm/sass/_logo.scss
+8
themes/zerm/sass/_logo.scss
+335
themes/zerm/sass/_main.scss
+335
themes/zerm/sass/_main.scss
···
+63
themes/zerm/sass/_pagination.scss
+63
themes/zerm/sass/_pagination.scss
···
+114
themes/zerm/sass/_post.scss
+114
themes/zerm/sass/_post.scss
···
+3
themes/zerm/sass/_semantic.scss
+3
themes/zerm/sass/_semantic.scss
+6
themes/zerm/sass/_toc.scss
+6
themes/zerm/sass/_toc.scss
+10
themes/zerm/sass/_variables.scss
+10
themes/zerm/sass/_variables.scss
+9
themes/zerm/sass/color/blue.scss
+9
themes/zerm/sass/color/blue.scss
+12
themes/zerm/sass/color/green.scss
+12
themes/zerm/sass/color/green.scss
···
+9
themes/zerm/sass/color/orange.scss
+9
themes/zerm/sass/color/orange.scss
+9
themes/zerm/sass/color/pink.scss
+9
themes/zerm/sass/color/pink.scss
+9
themes/zerm/sass/color/red.scss
+9
themes/zerm/sass/color/red.scss
+10
themes/zerm/sass/style.scss
+10
themes/zerm/sass/style.scss
themes/zerm/screenshot.png
themes/zerm/screenshot.png
This is a binary file and will not be displayed.
+1
themes/zerm/static/assets/js/main.js
+1
themes/zerm/static/assets/js/main.js
···+!function(e){var t={};function n(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(o,r,function(t){return e[t]}.bind(null,r));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=0)}([function(e,t,n){n(1),e.exports=n(2)},function(e,t){},function(e,t){var n=document.querySelector(".container"),o=document.querySelector(".menu"),r=document.querySelector(".menu-trigger"),i=(document.querySelector(".menu__inner--desktop"),document.querySelector(".menu__sub-inner-more-trigger")),u=document.querySelector(".menu__sub-inner-more"),c=getComputedStyle(document.body).getPropertyValue("--phoneWidth"),d=function(){return window.matchMedia(c).matches},s=function(){r&&r.classList.toggle("hidden",!d()),o&&o.classList.toggle("hidden",d()),u&&u.classList.toggle("hidden",!d())};o&&o.addEventListener("click",function(e){return e.stopPropagation()}),u&&u.addEventListener("click",function(e){return e.stopPropagation()}),s(),document.body.addEventListener("click",function(){d()||!u||u.classList.contains("hidden")?d()&&!o.classList.contains("hidden")&&o.classList.add("hidden"):u.classList.add("hidden")}),window.addEventListener("resize",s),r&&r.addEventListener("click",function(e){e.stopPropagation(),o&&o.classList.toggle("hidden")}),i&&i.addEventListener("click",function(e){e.stopPropagation(),u&&u.classList.toggle("hidden"),u.getBoundingClientRect().right>n.getBoundingClientRect().right&&(u.style.left="auto",u.style.right=0)})}]);
+1
themes/zerm/templates/.gitignore
+1
themes/zerm/templates/.gitignore
···
+12
themes/zerm/templates/404.html
+12
themes/zerm/templates/404.html
···+Go back <a href="{%- if config.extra.logo_home_link -%}{{ config.extra.logo_home_link }}{%- else -%}{{ config.base_url }}{%- endif -%}">home?</a>
+1
themes/zerm/templates/anchor-link.html
+1
themes/zerm/templates/anchor-link.html
···
+18
themes/zerm/templates/categories/list.html
+18
themes/zerm/templates/categories/list.html
···+<a href="{{ get_taxonomy_url(kind="categories", name=cat.name) }}">{{ "{" }}{{ cat.name }}{{ "}" }}</a>
+30
themes/zerm/templates/categories/single.html
+30
themes/zerm/templates/categories/single.html
···
+97
themes/zerm/templates/index.html
+97
themes/zerm/templates/index.html
···
+30
themes/zerm/templates/macros/comments.html
+30
themes/zerm/templates/macros/comments.html
···+* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.+* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */+this.page.url = '{{ page.permalink | safe }}'; // Replace PAGE_URL with your page's canonical URL variable+this.page.identifier = '{{ page.permalink | safe }}'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable+<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
+2
themes/zerm/templates/macros/extended_header.html
+2
themes/zerm/templates/macros/extended_header.html
+84
themes/zerm/templates/macros/head.html
+84
themes/zerm/templates/macros/head.html
···+<link rel="preload" href="{{ get_url(path="/assets/fonts/FiraCode-Regular.woff2") }}" as="font" type="font/woff2" crossorigin="anonymous">+<link rel="preload" href="{{ get_url(path="/assets/fonts/FiraCode-Bold.woff2") }}" as="font" type="font/woff2" crossorigin="anonymous">+<link rel="shortcut icon" href="{{ get_url(path=config.extra.favicon) }}" type="image/x-icon" />+<link rel="alternate" type={% if config.feed_filename == "atom.xml" %}"application/atom+xml"{% else %}"application/rss+xml"{% endif %} title="{{ config.title }} RSS" href="{{ get_url(path=config.feed_filename) }}">+<meta name="description" content="{{ config.description }} {{ page.title }} {{ page.description }}"/>+<script defer type="text/javascript" src="{{ get_url(path="assets/katex/katex.min.js") | safe }}"></script>+<script defer type="text/javascript" src="{{ get_url(path="assets/katex/mathtex-script-type.min.js") | safe }}"></script>
+16
themes/zerm/templates/macros/header.html
+16
themes/zerm/templates/macros/header.html
···
+39
themes/zerm/templates/macros/lists.html
+39
themes/zerm/templates/macros/lists.html
···
+7
themes/zerm/templates/macros/logo.html
+7
themes/zerm/templates/macros/logo.html
+24
themes/zerm/templates/macros/pagination.html
+24
themes/zerm/templates/macros/pagination.html
···
+100
themes/zerm/templates/macros/posts.html
+100
themes/zerm/templates/macros/posts.html
···
+61
themes/zerm/templates/macros/toc.html
+61
themes/zerm/templates/macros/toc.html
···
+8
themes/zerm/templates/macros/utils.html
+8
themes/zerm/templates/macros/utils.html
+41
themes/zerm/templates/page.html
+41
themes/zerm/templates/page.html
···
+24
themes/zerm/templates/section.html
+24
themes/zerm/templates/section.html
···
+12
themes/zerm/templates/static.html
+12
themes/zerm/templates/static.html
+26
themes/zerm/theme.toml
+26
themes/zerm/theme.toml
···
themes/zerm/zerm-preview.png
themes/zerm/zerm-preview.png
This is a binary file and will not be displayed.