-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy cydave/zola-theme-papermod to cydave/zola-theme-papermod:gh-pages
- Loading branch information
GitHub Actions
committed
Jan 1, 2024
0 parents
commit 949130a
Showing
29 changed files
with
2,513 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!doctype html><html dir=auto lang=en><head><meta charset=utf-8><meta content="IE=edge" http-equiv=X-UA-Compatible><meta content="width=device-width,initial-scale=1,shrink-to-fit=no" name=viewport><meta content="index, follow" name=robots><title>PaperMod</title><meta content="keyword1, keyword2, keyword3" name=keywords><meta name=description><meta content=cydave name=author><link href=https://cydave.github.io/zola-theme-papermod/css/includes/scroll-bar.css rel=stylesheet><link href=https://cydave.github.io/zola-theme-papermod/css/styles.css rel=stylesheet><link href=https://cydave.github.io/zola-theme-papermod/css/override.css rel=stylesheet><link href=https://cydave.github.io/zola-theme-papermod/atom.xml rel=alternate title=RSS type=application/atom+xml><noscript><style>#theme-toggle,.top-link{display:none}</style> <style>@media (prefers-color-scheme:dark){:root {--theme:#1d1e20;--entry:#2e2e33;--primary:#dadadb;--secondary:#9b9c9d;--tertiary:#414244;--content:#c4c4c5;--hljs-bg:#2e2e33;--code-bg:#37383e;--border:#333}.list{background:var(--theme)}.list:not(.dark):-webkit-scrollbar-track {background:0 0}.list:not(.dark):-webkit-scrollbar-thumb {border:var(--theme)}}</style></noscript><body id=top><script>if(localStorage.getItem("pref-theme")==="dark"){document.body.classList.add('dark')}else if(localStorage.getItem("pref-theme")==="light"){document.body.classList.remove('dark')}else if(window.matchMedia('(prefers-color-scheme: dark)').matches){document.body.classList.add('dark')}</script><header class=header><nav class=nav><div class=logo><a title="PaperMod (Alt + H)" accesskey=h href=https://cydave.github.io/zola-theme-papermod> PaperMod </a><div class=logo-switches><button title="(Alt + T)" accesskey=t id=theme-toggle><svg viewbox="0 0 24 24" fill=none height=18 id=moon stroke=currentColor stroke-linecap=round stroke-linejoin=round stroke-width=2 width=24 xmlns=http://www.w3.org/2000/svg><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path></svg> <svg viewbox="0 0 24 24" fill=none height=18 id=sun stroke=currentColor stroke-linecap=round stroke-linejoin=round stroke-width=2 width=24 xmlns=http://www.w3.org/2000/svg><circle cx=12 cy=12 r=5></circle><line x1=12 x2=12 y1=1 y2=3></line><line x1=12 x2=12 y1=21 y2=23></line><line x1=4.22 x2=5.64 y1=4.22 y2=5.64></line><line x1=18.36 x2=19.78 y1=18.36 y2=19.78></line><line x1=1 x2=3 y1=12 y2=12></line><line x1=21 x2=23 y1=12 y2=12></line><line x1=4.22 x2=5.64 y1=19.78 y2=18.36></line><line x1=18.36 x2=19.78 y1=5.64 y2=4.22></line></svg></button><ul class=lang-switch><li></ul></div></div><ul id=menu><li><a href=https://cydave.github.io/zola-theme-papermod/archive title=Archive> <span>Archive</span> </a><li><a href=https://cydave.github.io/zola-theme-papermod/tags title=Tags> <span>Tags</span> </a><li><a href=https://getzola.com/ title=Zola> <span>Zola</span> <svg viewbox="0 0 24 24" fill=none height=12 shape-rendering=geometricPrecision stroke=currentColor stroke-linecap=round stroke-linejoin=round stroke-width=2.5 width=12><path d="M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6"></path><path d="M15 3h6v6"></path><path d="M10 14L21 3"></path></svg> </a></ul></nav></header><main class=main><div class=not-found>404</div></main><footer class=footer><span>© 2024 <a href=https://cydave.github.io/zola-theme-papermod>cydave</a></span><span> Powered by <a rel="noopener noreferrer" href=https://www.getzola.org/ target=_blank>Zola</a> & <a href=https://github.com/cydave/zola-theme-papermod rel=noopener target=_blank>PaperMod</a> </span></footer><a aria-label="go to top" title="Go to Top (Alt + G)" accesskey=g class=top-link href=#top id=top-link> <svg viewbox="0 0 12 6" fill=currentColor xmlns=http://www.w3.org/2000/svg><path d="M12 6H0l6-6z"/></svg> </a><script>let menu=document.getElementById('menu');if(menu){menu.scrollLeft=localStorage.getItem("menu-scroll-position");menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}};document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var c=this.getAttribute("href").substr(1);if(!window.matchMedia('(prefers-reduced-motion: reduce)').matches){document.querySelector(`[id='${decodeURIComponent(c)}']`).scrollIntoView({behavior:"smooth"})}else{document.querySelector(`[id='${decodeURIComponent(c)}']`).scrollIntoView()};if(c==="top"){history.replaceState(null,null," ")}else{history.pushState(null,null,`#${c}`)}})})</script><script>var mybutton=document.getElementById("top-link");window.onscroll=function(){if(document.body.scrollTop>800||document.documentElement.scrollTop>800){mybutton.style.visibility="visible";mybutton.style.opacity="1"}else{mybutton.style.visibility="hidden";mybutton.style.opacity="0"}}</script><script>document.getElementById("theme-toggle").addEventListener("click",()=>{if(document.body.className.includes("dark")){document.body.classList.remove('dark');localStorage.setItem("pref-theme",'light')}else{document.body.classList.add('dark');localStorage.setItem("pref-theme",'dark')}})</script><script>document.querySelectorAll('pre > code').forEach(a=>{const c=a.parentNode.parentNode;const d=document.createElement('button');d.classList.add('copy-code');d.innerText='copy';function b(){d.innerText='copied!';setTimeout(()=>{d.innerText='copy'},2000)}d.addEventListener('click',e=>{if('clipboard' in navigator){var f=a.textContent;if(a.firstChild.tagName=='TABLE'){f=Array(...a.firstChild.getElementsByTagName('span')).map(i=>i.textContent).join('')};navigator.clipboard.writeText(f);b();return};const g=document.createRange();g.selectNodeContents(a);const h=window.getSelection();h.removeAllRanges();h.addRange(g);try{document.execCommand('copy');b()}catch(i){};h.removeRange(g)});if(c.classList.contains("highlight")){c.appendChild(d)}else if(c.parentNode.firstChild==c){}else if(a.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName=="TABLE"){a.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild(d)}else{a.parentNode.appendChild(d)}})</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!doctype html><html dir=auto lang=en><head><meta charset=utf-8><meta content="IE=edge" http-equiv=X-UA-Compatible><meta content="width=device-width,initial-scale=1,shrink-to-fit=no" name=viewport><meta content="index, follow" name=robots><title>PaperMod</title><meta content="keyword1, keyword2, keyword3" name=keywords><meta name=description><meta content=cydave name=author><link href=https://cydave.github.io/zola-theme-papermod/archive/ rel=canonical><link href=https://cydave.github.io/zola-theme-papermod/css/includes/scroll-bar.css rel=stylesheet><link href=https://cydave.github.io/zola-theme-papermod/css/styles.css rel=stylesheet><link href=https://cydave.github.io/zola-theme-papermod/css/override.css rel=stylesheet><link href=https://cydave.github.io/zola-theme-papermod/atom.xml rel=alternate title=RSS type=application/atom+xml><noscript><style>#theme-toggle,.top-link{display:none}</style> <style>@media (prefers-color-scheme:dark){:root {--theme:#1d1e20;--entry:#2e2e33;--primary:#dadadb;--secondary:#9b9c9d;--tertiary:#414244;--content:#c4c4c5;--hljs-bg:#2e2e33;--code-bg:#37383e;--border:#333}.list{background:var(--theme)}.list:not(.dark):-webkit-scrollbar-track {background:0 0}.list:not(.dark):-webkit-scrollbar-thumb {border:var(--theme)}}</style></noscript><body class=list id=top><script>if(localStorage.getItem("pref-theme")==="dark"){document.body.classList.add('dark')}else if(localStorage.getItem("pref-theme")==="light"){document.body.classList.remove('dark')}else if(window.matchMedia('(prefers-color-scheme: dark)').matches){document.body.classList.add('dark')}</script><header class=header><nav class=nav><div class=logo><a title="PaperMod (Alt + H)" accesskey=h href=https://cydave.github.io/zola-theme-papermod> PaperMod </a><div class=logo-switches><button title="(Alt + T)" accesskey=t id=theme-toggle><svg viewbox="0 0 24 24" fill=none height=18 id=moon stroke=currentColor stroke-linecap=round stroke-linejoin=round stroke-width=2 width=24 xmlns=http://www.w3.org/2000/svg><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path></svg> <svg viewbox="0 0 24 24" fill=none height=18 id=sun stroke=currentColor stroke-linecap=round stroke-linejoin=round stroke-width=2 width=24 xmlns=http://www.w3.org/2000/svg><circle cx=12 cy=12 r=5></circle><line x1=12 x2=12 y1=1 y2=3></line><line x1=12 x2=12 y1=21 y2=23></line><line x1=4.22 x2=5.64 y1=4.22 y2=5.64></line><line x1=18.36 x2=19.78 y1=18.36 y2=19.78></line><line x1=1 x2=3 y1=12 y2=12></line><line x1=21 x2=23 y1=12 y2=12></line><line x1=4.22 x2=5.64 y1=19.78 y2=18.36></line><line x1=18.36 x2=19.78 y1=5.64 y2=4.22></line></svg></button><ul class=lang-switch><li></ul></div></div><ul id=menu><li><a href=https://cydave.github.io/zola-theme-papermod/archive title=Archive> <span class=active>Archive</span> </a><li><a href=https://cydave.github.io/zola-theme-papermod/tags title=Tags> <span>Tags</span> </a><li><a href=https://getzola.com/ title=Zola> <span>Zola</span> <svg viewbox="0 0 24 24" fill=none height=12 shape-rendering=geometricPrecision stroke=currentColor stroke-linecap=round stroke-linejoin=round stroke-width=2.5 width=12><path d="M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6"></path><path d="M15 3h6v6"></path><path d="M10 14L21 3"></path></svg> </a></ul></nav></header><main class=main><header class=page-header><h1>Archive <a aria-label=RSS href=https://cydave.github.io/zola-theme-papermod/atom.xml title=RSS> <svg viewbox="0 0 24 24" fill=none height=23 stroke=currentColor stroke-linecap=round stroke-linejoin=round stroke-width=2 xmlns=http://www.w3.org/2000/svg><path d="M4 11a9 9 0 0 1 9 9"></path><path d="M4 4a16 16 0 0 1 16 16"></path><circle cx=5 cy=19 r=1></circle></svg> </a></h1></header><div class=archive-year><h2 class=archive-year-header>2023<sup class=archive-count> 4</sup></h2><div class=archive-month><h3 class=archive-month-header>April<sup class=archive-count> 3</sup></h3><div class=archive-posts><div class=archive-entry><h3 class=archive-entry-title>Syntax highlighting</h3><div class=archive-meta><span title="2023-04-21 00:00:00 +0000">2023-04-21</span> · 1 min · cydave</div><a aria-label="post link to Syntax highlighting" class=entry-link href=https://cydave.github.io/zola-theme-papermod/posts/syntax-highlighting/></a></div><div class=archive-entry><h3 class=archive-entry-title>Example post 2</h3><div class=archive-meta><span title="2023-04-07 00:00:00 +0000">2023-04-07</span> · 1 min · cydave</div><a aria-label="post link to Example post 2" class=entry-link href=https://cydave.github.io/zola-theme-papermod/posts/example-post-2/></a></div><div class=archive-entry><h3 class=archive-entry-title>Example post 1</h3><div class=archive-meta><span title="2023-04-07 00:00:00 +0000">2023-04-07</span> · 1 min · cydave</div><a aria-label="post link to Example post 1" class=entry-link href=https://cydave.github.io/zola-theme-papermod/posts/example-post/></a></div></div></div><div class=archive-month><h3 class=archive-month-header>February<sup class=archive-count> 1</sup></h3><div class=archive-posts><div class=archive-entry><h3 class=archive-entry-title>Markdown Examples</h3><div class=archive-meta><span title="2023-02-04 15:00:00 +0000">2023-02-04</span> · 3 min · cydave</div><a aria-label="post link to Markdown Examples" class=entry-link href=https://cydave.github.io/zola-theme-papermod/posts/markdown-example/></a></div></div></div></div><div class=archive-year><h2 class=archive-year-header>2019<sup class=archive-count> 1</sup></h2><div class=archive-month><h3 class=archive-month-header>February<sup class=archive-count> 1</sup></h3><div class=archive-posts><div class=archive-entry><h3 class=archive-entry-title>Installation | Update</h3><div class=archive-meta><span title="2019-02-04 15:00:00 +0000">2019-02-04</span> · 1 min · cydave</div><a aria-label="post link to Installation | Update" class=entry-link href=https://cydave.github.io/zola-theme-papermod/posts/papermod-installation/></a></div></div></div></div></main><footer class=footer><span>© 2024 <a href=https://cydave.github.io/zola-theme-papermod>cydave</a></span><span> Powered by <a rel="noopener noreferrer" href=https://www.getzola.org/ target=_blank>Zola</a> & <a href=https://github.com/cydave/zola-theme-papermod rel=noopener target=_blank>PaperMod</a> </span></footer><a aria-label="go to top" title="Go to Top (Alt + G)" accesskey=g class=top-link href=#top id=top-link> <svg viewbox="0 0 12 6" fill=currentColor xmlns=http://www.w3.org/2000/svg><path d="M12 6H0l6-6z"/></svg> </a><script>let menu=document.getElementById('menu');if(menu){menu.scrollLeft=localStorage.getItem("menu-scroll-position");menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}};document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var c=this.getAttribute("href").substr(1);if(!window.matchMedia('(prefers-reduced-motion: reduce)').matches){document.querySelector(`[id='${decodeURIComponent(c)}']`).scrollIntoView({behavior:"smooth"})}else{document.querySelector(`[id='${decodeURIComponent(c)}']`).scrollIntoView()};if(c==="top"){history.replaceState(null,null," ")}else{history.pushState(null,null,`#${c}`)}})})</script><script>var mybutton=document.getElementById("top-link");window.onscroll=function(){if(document.body.scrollTop>800||document.documentElement.scrollTop>800){mybutton.style.visibility="visible";mybutton.style.opacity="1"}else{mybutton.style.visibility="hidden";mybutton.style.opacity="0"}}</script><script>document.getElementById("theme-toggle").addEventListener("click",()=>{if(document.body.className.includes("dark")){document.body.classList.remove('dark');localStorage.setItem("pref-theme",'light')}else{document.body.classList.add('dark');localStorage.setItem("pref-theme",'dark')}})</script><script>document.querySelectorAll('pre > code').forEach(a=>{const c=a.parentNode.parentNode;const d=document.createElement('button');d.classList.add('copy-code');d.innerText='copy';function b(){d.innerText='copied!';setTimeout(()=>{d.innerText='copy'},2000)}d.addEventListener('click',e=>{if('clipboard' in navigator){var f=a.textContent;if(a.firstChild.tagName=='TABLE'){f=Array(...a.firstChild.getElementsByTagName('span')).map(i=>i.textContent).join('')};navigator.clipboard.writeText(f);b();return};const g=document.createRange();g.selectNodeContents(a);const h=window.getSelection();h.removeAllRanges();h.addRange(g);try{document.execCommand('copy');b()}catch(i){};h.removeRange(g)});if(c.classList.contains("highlight")){c.appendChild(d)}else if(c.parentNode.firstChild==c){}else if(a.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName=="TABLE"){a.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild(d)}else{a.parentNode.appendChild(d)}})</script> |
Oops, something went wrong.