1
+About Instruction A Clean and minimal Hugo theme porting from Minima on Hexo. Click me to take a look at the demo site.
Features Usage Before using Minima, make sure you’ve got Hugo(v0.41.0 or higher) installed on your device.
Installation Suppose blog
is where you place your sources.
1
2
3
cd blog
diff --git a/markdown-syntax/index.html b/markdown-syntax/index.html
index 8436ea0..ffbd393 100644
--- a/markdown-syntax/index.html
+++ b/markdown-syntax/index.html
@@ -1,8 +1,8 @@
-Hi Folks - Markdown Syntax Guide Hi Folks - Markdown Syntax Guide Table of Contents Markdown Syntax Guide Sample article showcasing basic Markdown syntax and formatting for HTML elements.
This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
Headings The following HTML <h1>
—<h6>
elements represent six levels of section headings. <h1>
is the highest section level while <h6>
is the lowest.
H1 H2 H3 H4 H5 H6 Paragraph Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.
Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
Blockquotes The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a footer
or cite
element, and optionally with in-line changes such as annotations and abbreviations.
Blockquote without attribution Tiam, ad mint andaepu dandae nostion secatur sequo quae.
+About
Table of Contents Markdown Syntax Guide Sample article showcasing basic Markdown syntax and formatting for HTML elements.
This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
Headings The following HTML <h1>
—<h6>
elements represent six levels of section headings. <h1>
is the highest section level while <h6>
is the lowest.
H1 H2 H3 H4 H5 H6 Paragraph Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.
Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
Blockquotes The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a footer
or cite
element, and optionally with in-line changes such as annotations and abbreviations.
Blockquote without attribution Tiam, ad mint andaepu dandae nostion secatur sequo quae.
Note that you can use Markdown syntax within a blockquote.
Blockquote with attribution Don’t communicate by sharing memory, share memory by communicating.
— Rob Pike
Tables Tables aren’t part of the core Markdown spec, but Hugo supports supports them out-of-the-box.
Inline Markdown within tables Italics Bold Code italics bold code
Code Blocks Code block with backticks 1
2
diff --git a/math-typesetting/index.html b/math-typesetting/index.html
index 4ebca1f..f477a68 100644
--- a/math-typesetting/index.html
+++ b/math-typesetting/index.html
@@ -1,8 +1,8 @@
-Hi Folks - Math Typesetting Hi Folks - Math Typesetting Math Typesetting A brief guide to setup KaTeX
Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.
In this example we will be using KaTeX
Create a partial under /layouts/partials/math.html
Within this partial reference the Auto-render Extension or host these scripts locally. Include the partial in your templates like so: 1
+About Math Typesetting A brief guide to setup KaTeX
Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.
In this example we will be using KaTeX
Create a partial under /layouts/partials/math.html
Within this partial reference the Auto-render Extension or host these scripts locally. Include the partial in your templates like so: 1
2
3
{{ if or .Params.math .Site.Params.math }}
diff --git a/mermaid-graphs/index.html b/mermaid-graphs/index.html
index bb6a04a..9e02e56 100644
--- a/mermaid-graphs/index.html
+++ b/mermaid-graphs/index.html
@@ -1,8 +1,8 @@
-Hi Folks - Mermaid Graphs Hi Folks - Mermaid Graphs Mermaid Graphs A brief guide to setup Mermaid
Here’s a simple mermaid flowchart.
graph LR
+About
Mermaid Graphs A brief guide to setup Mermaid
Here’s a simple mermaid flowchart.
graph LR
Start --> Stop
For more documentations on Mermaid, view mermaid .
\ No newline at end of file
diff --git a/minima.1635438019.css b/minima.1635497950.css
similarity index 99%
rename from minima.1635438019.css
rename to minima.1635497950.css
index dbd9b45..3d9424b 100644
--- a/minima.1635438019.css
+++ b/minima.1635497950.css
@@ -1,3 +1,3 @@
*{line-height:1;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none}.mt-0{margin-top:0rem}.mb-0{margin-bottom:0rem}.ml-0{margin-left:0rem}.mr-0{margin-right:0rem}.my-0{margin-top:0rem;margin-bottom:0rem}.mx-0{margin-left:0rem;margin-right:0rem}@media (max-width: 640px){.sm\:mt-0{margin-top:0rem}.sm\:mb-0{margin-bottom:0rem}.sm\:ml-0{margin-left:0rem}.sm\:mr-0{margin-right:0rem}.sm\:my-0{margin-top:0rem;margin-bottom:0rem}.sm\:mx-0{margin-left:0rem;margin-right:0rem}}.mt-1{margin-top:.25rem}.mb-1{margin-bottom:.25rem}.ml-1{margin-left:.25rem}.mr-1{margin-right:.25rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}@media (max-width: 640px){.sm\:mt-1{margin-top:.25rem}.sm\:mb-1{margin-bottom:.25rem}.sm\:ml-1{margin-left:.25rem}.sm\:mr-1{margin-right:.25rem}.sm\:my-1{margin-top:.25rem;margin-bottom:.25rem}.sm\:mx-1{margin-left:.25rem;margin-right:.25rem}}.mt-2{margin-top:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}@media (max-width: 640px){.sm\:mt-2{margin-top:.5rem}.sm\:mb-2{margin-bottom:.5rem}.sm\:ml-2{margin-left:.5rem}.sm\:mr-2{margin-right:.5rem}.sm\:my-2{margin-top:.5rem;margin-bottom:.5rem}.sm\:mx-2{margin-left:.5rem;margin-right:.5rem}}.mt-3{margin-top:.75rem}.mb-3{margin-bottom:.75rem}.ml-3{margin-left:.75rem}.mr-3{margin-right:.75rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.mx-3{margin-left:.75rem;margin-right:.75rem}@media (max-width: 640px){.sm\:mt-3{margin-top:.75rem}.sm\:mb-3{margin-bottom:.75rem}.sm\:ml-3{margin-left:.75rem}.sm\:mr-3{margin-right:.75rem}.sm\:my-3{margin-top:.75rem;margin-bottom:.75rem}.sm\:mx-3{margin-left:.75rem;margin-right:.75rem}}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.mr-4{margin-right:1rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mx-4{margin-left:1rem;margin-right:1rem}@media (max-width: 640px){.sm\:mt-4{margin-top:1rem}.sm\:mb-4{margin-bottom:1rem}.sm\:ml-4{margin-left:1rem}.sm\:mr-4{margin-right:1rem}.sm\:my-4{margin-top:1rem;margin-bottom:1rem}.sm\:mx-4{margin-left:1rem;margin-right:1rem}}.mt-5{margin-top:1.25rem}.mb-5{margin-bottom:1.25rem}.ml-5{margin-left:1.25rem}.mr-5{margin-right:1.25rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}@media (max-width: 640px){.sm\:mt-5{margin-top:1.25rem}.sm\:mb-5{margin-bottom:1.25rem}.sm\:ml-5{margin-left:1.25rem}.sm\:mr-5{margin-right:1.25rem}.sm\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.sm\:mx-5{margin-left:1.25rem;margin-right:1.25rem}}.mt-6{margin-top:1.5rem}.mb-6{margin-bottom:1.5rem}.ml-6{margin-left:1.5rem}.mr-6{margin-right:1.5rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}@media (max-width: 640px){.sm\:mt-6{margin-top:1.5rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:ml-6{margin-left:1.5rem}.sm\:mr-6{margin-right:1.5rem}.sm\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.sm\:mx-6{margin-left:1.5rem;margin-right:1.5rem}}.mt-7{margin-top:1.75rem}.mb-7{margin-bottom:1.75rem}.ml-7{margin-left:1.75rem}.mr-7{margin-right:1.75rem}.my-7{margin-top:1.75rem;margin-bottom:1.75rem}.mx-7{margin-left:1.75rem;margin-right:1.75rem}@media (max-width: 640px){.sm\:mt-7{margin-top:1.75rem}.sm\:mb-7{margin-bottom:1.75rem}.sm\:ml-7{margin-left:1.75rem}.sm\:mr-7{margin-right:1.75rem}.sm\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.sm\:mx-7{margin-left:1.75rem;margin-right:1.75rem}}.mt-8{margin-top:2rem}.mb-8{margin-bottom:2rem}.ml-8{margin-left:2rem}.mr-8{margin-right:2rem}.my-8{margin-top:2rem;margin-bottom:2rem}.mx-8{margin-left:2rem;margin-right:2rem}@media (max-width: 640px){.sm\:mt-8{margin-top:2rem}.sm\:mb-8{margin-bottom:2rem}.sm\:ml-8{margin-left:2rem}.sm\:mr-8{margin-right:2rem}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:mx-8{margin-left:2rem;margin-right:2rem}}.mt-1.5{margin-top:.375rem}.mb-1.5{margin-bottom:.375rem}.ml-1.5{margin-left:.375rem}.mr-1.5{margin-right:.375rem}.my-1.5{margin-top:.375rem;margin-bottom:.375rem}.mx-1.5{margin-left:.375rem;margin-right:.375rem}@media (max-width: 640px){.sm\:mt-1.5{margin-top:.375rem}.sm\:mb-1.5{margin-bottom:.375rem}.sm\:ml-1.5{margin-left:.375rem}.sm\:mr-1.5{margin-right:.375rem}.sm\:my-1.5{margin-top:.375rem;margin-bottom:.375rem}.sm\:mx-1.5{margin-left:.375rem;margin-right:.375rem}}.block{display:block}.flex{display:flex}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.justify-between{justify-content:space-between}.flex-nowrap{flex-wrap:nowrap}.items-center{align-items:center}.self-start{align-self:flex-start}.hidden{display:none}.text-xs{font-size:.8rem}.text-sm{font-size:.9rem}.text-md{font-size:1.25rem}.text-xl{font-size:1.5rem}.text-2xl{font-size:1.75rem}.text-3xl{font-size:2rem}.text-4xl{font-size:2.25rem}@media (max-width: 640px){.sm\:block{display:block}.sm\:flex{display:flex}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:flex-col-reverse{flex-direction:column-reverse}.sm\:justify-between{justify-content:space-between}.sm\:flex-nowrap{flex-wrap:nowrap}.sm\:items-center{align-items:center}.sm\:self-start{align-self:flex-start}.sm\:hidden{display:none}.sm\:text-xs{font-size:.8rem}.sm\:text-sm{font-size:.9rem}.sm\:text-md{font-size:1.25rem}.sm\:text-xl{font-size:1.5rem}.sm\:text-2xl{font-size:1.75rem}.sm\:text-3xl{font-size:2rem}.sm\:text-4xl{font-size:2.25rem}}.bw-0{border-width:0}.min-w-32{min-width:8rem}.whitespace-nowrap{white-space:nowrap}.overflow-x-auto{overflow-x:auto}.overflow-y-hidden{overflow-y:hidden}.cursor-pointer{cursor:pointer}.not-first\:ml-3:not(:first-child){margin-left:0.75rem}.md blockquote{background-color:rgba(148,148,149,0.08);padding:1px 1rem;border-left:8px solid var(--pm);font-style:italic}.md table{border-collapse:collapse;border-spacing:0;display:block;max-width:100%;width:100%;margin:1em 0;overflow:auto}.md table thead{background-color:var(--bd)}.md table th,.md table td{padding:10px 20px;border-bottom:1px solid var(--bd)}.md img{max-width:100%}.md .katex{overflow:auto hidden}.md ul input[type="checkbox"]{margin-right:3px}.md .ul-checkbox{list-style:none;padding-inline-start:20px}.md li{margin-bottom:1rem}.md ol,.md ul,.md img,.md blockquote,.md .highlight{margin:.75rem 0}.md hr{margin:1.5rem 0}.md .footnotes{word-break:break-all;font-size:.9rem}.md p sup{margin-left:4px}pre[class*="language-"],code[class*="language-"]{color:#d4d4d4;font-size:13px;text-shadow:none;font-family:Menlo, Monaco, Consolas, "Courier New", monospace;line-height:1.5}.chroma{background-color:#292929;margin:.5em 0}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0;width:auto;overflow:auto;display:block}.chroma .lnt{color:#999;display:block;padding-left:.5em;padding-right:1em;text-align:right;line-height:1.5;font-size:13px}.chroma .kc,.chroma .kd,.chroma .kn,.chroma .kp,.chroma .kr,.chroma .kt,.chroma .k,.chroma .si{color:#569cd6}.chroma .na{color:#9cdcfe}.chroma .n,.chroma .nb,.chroma .bp,.chroma .nc,.chroma .no,.chroma .nd,.chroma .ni,.chroma .ne,.chroma .nf,.chroma .fm,.chroma .nl,.chroma .nn{color:#569cd6}.chroma .py,.chroma .nt,.chroma .nv,.chroma .vc,.chroma .vg,.chroma .vi,.chroma .vm{color:#569cd6}.chroma .s,.chroma .sa,.chroma .sb,.chroma .sc,.chroma .dl,.chroma .sd,.chroma .s2,.chroma .se,.chroma .sh,.chroma .sx,.chroma .sr,.chroma .s1,.chroma .ss{color:#ce9178}.chroma .m,.chroma .mb,.chroma .mf,.chroma .mh,.chroma .mi,.chroma .il,.chroma .mo{color:#b5cea8}.chroma .c,.chroma .ch,.chroma .cm,.chroma .c1,.chroma .cs{color:#517043}:root{--pm: #0fa0ce;--bd: #e1e1e1;--bg: #fff;--ft: #222;--tag: #333;--w-mobile: 640px}html.dark{--bg: #262d33;--ft: #c5c4c4;--bd: #555;--tag: #999;--ovo-ft: var(--ft);--ovo-bdr: var(--bd);--ovo-bg: var(--bg);--ovo-bg-hvr: #555;--ovo-tag: #30363d}body{font-family:"Helvetica Neue", Helvetica, sans-serif;max-width:var(--w-mobile);margin:3rem auto 0;font-size:16px;font-weight:400;color:var(--ft);background-color:var(--bg);transition-property:background-color, border-color, color;transition-duration:0.5s}h1,h2,h3,h4,h5{font-family:"Noto Serif SC", 'Times New Roman', Times, sans-serif;font-weight:700;line-height:1.5}p{line-height:1.8;text-align:justify}hr{border-width:0;border-top:1px solid var(--bd)}pre,code{font-family:Menlo, Monaco, Consolas, "Courier New", monospace;font-size:13px}.tag,p code{background-color:var(--bd);padding:0.2em 0.4em;border-radius:1px}a{text-decoration:none;color:inherit}a:hover{color:var(--pm)}main a:not(.icon){color:inherit;text-decoration:underline;text-decoration-color:var(--pm);background-image:linear-gradient(to bottom, rgba(0,0,0,0) 50%, var(--pm) 50%);background-size:100% 200%;transition:background-position 0.2s ease-in-out}main a:not(.icon):hover,main a:not(.icon):focus{background-position:0 100%;color:#fff}main a.icon:hover{transform:translateY(-5px);transition:transform 0.3s ease-in-out}main{animation:showup 0.7s}header nav{color:var(--tag)}details.toc ul{list-style-type:none;padding-inline-start:1em;margin:0}details.toc ul>li{margin:1em 0}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-thumb{background:rgba(128,128,128,0.7)}::-webkit-scrollbar-thumb:window-inactive{background:rgba(128,128,128,0.2)}::-webkit-scrollbar-thumb:active{background-color:gray}h1::-webkit-scrollbar,nav::-webkit-scrollbar{display:none;width:0}@keyframes showup{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}
-/*# sourceMappingURL=minima.1635438019.css.map */
\ No newline at end of file
+/*# sourceMappingURL=minima.1635497950.css.map */
\ No newline at end of file
diff --git a/minima.1635438019.css.map b/minima.1635497950.css.map
similarity index 99%
rename from minima.1635438019.css.map
rename to minima.1635497950.css.map
index c1e5bf0..3d0529b 100644
--- a/minima.1635438019.css.map
+++ b/minima.1635497950.css.map
@@ -1,6 +1,6 @@
{
"version": 3,
- "file": "minima.1635438019.css",
+ "file": "minima.1635497950.css",
"sourceRoot": "/home/runner/work/hugo-theme-minima/hugo-theme-minima/exampleSite",
"sources": [
"/home/runner/work/hugo-theme-minima/hugo-theme-minima/assets/sass/main.scss",
diff --git a/minima.1635438019.js b/minima.1635497950.js
similarity index 100%
rename from minima.1635438019.js
rename to minima.1635497950.js
diff --git a/minima.1635497951.css b/minima.1635497951.css
new file mode 100644
index 0000000..8c1ceac
--- /dev/null
+++ b/minima.1635497951.css
@@ -0,0 +1,3 @@
+*{line-height:1;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none}.mt-0{margin-top:0rem}.mb-0{margin-bottom:0rem}.ml-0{margin-left:0rem}.mr-0{margin-right:0rem}.my-0{margin-top:0rem;margin-bottom:0rem}.mx-0{margin-left:0rem;margin-right:0rem}@media (max-width: 640px){.sm\:mt-0{margin-top:0rem}.sm\:mb-0{margin-bottom:0rem}.sm\:ml-0{margin-left:0rem}.sm\:mr-0{margin-right:0rem}.sm\:my-0{margin-top:0rem;margin-bottom:0rem}.sm\:mx-0{margin-left:0rem;margin-right:0rem}}.mt-1{margin-top:.25rem}.mb-1{margin-bottom:.25rem}.ml-1{margin-left:.25rem}.mr-1{margin-right:.25rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}@media (max-width: 640px){.sm\:mt-1{margin-top:.25rem}.sm\:mb-1{margin-bottom:.25rem}.sm\:ml-1{margin-left:.25rem}.sm\:mr-1{margin-right:.25rem}.sm\:my-1{margin-top:.25rem;margin-bottom:.25rem}.sm\:mx-1{margin-left:.25rem;margin-right:.25rem}}.mt-2{margin-top:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}@media (max-width: 640px){.sm\:mt-2{margin-top:.5rem}.sm\:mb-2{margin-bottom:.5rem}.sm\:ml-2{margin-left:.5rem}.sm\:mr-2{margin-right:.5rem}.sm\:my-2{margin-top:.5rem;margin-bottom:.5rem}.sm\:mx-2{margin-left:.5rem;margin-right:.5rem}}.mt-3{margin-top:.75rem}.mb-3{margin-bottom:.75rem}.ml-3{margin-left:.75rem}.mr-3{margin-right:.75rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.mx-3{margin-left:.75rem;margin-right:.75rem}@media (max-width: 640px){.sm\:mt-3{margin-top:.75rem}.sm\:mb-3{margin-bottom:.75rem}.sm\:ml-3{margin-left:.75rem}.sm\:mr-3{margin-right:.75rem}.sm\:my-3{margin-top:.75rem;margin-bottom:.75rem}.sm\:mx-3{margin-left:.75rem;margin-right:.75rem}}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.mr-4{margin-right:1rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mx-4{margin-left:1rem;margin-right:1rem}@media (max-width: 640px){.sm\:mt-4{margin-top:1rem}.sm\:mb-4{margin-bottom:1rem}.sm\:ml-4{margin-left:1rem}.sm\:mr-4{margin-right:1rem}.sm\:my-4{margin-top:1rem;margin-bottom:1rem}.sm\:mx-4{margin-left:1rem;margin-right:1rem}}.mt-5{margin-top:1.25rem}.mb-5{margin-bottom:1.25rem}.ml-5{margin-left:1.25rem}.mr-5{margin-right:1.25rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}@media (max-width: 640px){.sm\:mt-5{margin-top:1.25rem}.sm\:mb-5{margin-bottom:1.25rem}.sm\:ml-5{margin-left:1.25rem}.sm\:mr-5{margin-right:1.25rem}.sm\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.sm\:mx-5{margin-left:1.25rem;margin-right:1.25rem}}.mt-6{margin-top:1.5rem}.mb-6{margin-bottom:1.5rem}.ml-6{margin-left:1.5rem}.mr-6{margin-right:1.5rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}@media (max-width: 640px){.sm\:mt-6{margin-top:1.5rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:ml-6{margin-left:1.5rem}.sm\:mr-6{margin-right:1.5rem}.sm\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.sm\:mx-6{margin-left:1.5rem;margin-right:1.5rem}}.mt-7{margin-top:1.75rem}.mb-7{margin-bottom:1.75rem}.ml-7{margin-left:1.75rem}.mr-7{margin-right:1.75rem}.my-7{margin-top:1.75rem;margin-bottom:1.75rem}.mx-7{margin-left:1.75rem;margin-right:1.75rem}@media (max-width: 640px){.sm\:mt-7{margin-top:1.75rem}.sm\:mb-7{margin-bottom:1.75rem}.sm\:ml-7{margin-left:1.75rem}.sm\:mr-7{margin-right:1.75rem}.sm\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.sm\:mx-7{margin-left:1.75rem;margin-right:1.75rem}}.mt-8{margin-top:2rem}.mb-8{margin-bottom:2rem}.ml-8{margin-left:2rem}.mr-8{margin-right:2rem}.my-8{margin-top:2rem;margin-bottom:2rem}.mx-8{margin-left:2rem;margin-right:2rem}@media (max-width: 640px){.sm\:mt-8{margin-top:2rem}.sm\:mb-8{margin-bottom:2rem}.sm\:ml-8{margin-left:2rem}.sm\:mr-8{margin-right:2rem}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:mx-8{margin-left:2rem;margin-right:2rem}}.mt-1.5{margin-top:.375rem}.mb-1.5{margin-bottom:.375rem}.ml-1.5{margin-left:.375rem}.mr-1.5{margin-right:.375rem}.my-1.5{margin-top:.375rem;margin-bottom:.375rem}.mx-1.5{margin-left:.375rem;margin-right:.375rem}@media (max-width: 640px){.sm\:mt-1.5{margin-top:.375rem}.sm\:mb-1.5{margin-bottom:.375rem}.sm\:ml-1.5{margin-left:.375rem}.sm\:mr-1.5{margin-right:.375rem}.sm\:my-1.5{margin-top:.375rem;margin-bottom:.375rem}.sm\:mx-1.5{margin-left:.375rem;margin-right:.375rem}}.block{display:block}.flex{display:flex}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.justify-between{justify-content:space-between}.flex-nowrap{flex-wrap:nowrap}.items-center{align-items:center}.self-start{align-self:flex-start}.hidden{display:none}.text-xs{font-size:.8rem}.text-sm{font-size:.9rem}.text-md{font-size:1.25rem}.text-xl{font-size:1.5rem}.text-2xl{font-size:1.75rem}.text-3xl{font-size:2rem}.text-4xl{font-size:2.25rem}@media (max-width: 640px){.sm\:block{display:block}.sm\:flex{display:flex}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:flex-col-reverse{flex-direction:column-reverse}.sm\:justify-between{justify-content:space-between}.sm\:flex-nowrap{flex-wrap:nowrap}.sm\:items-center{align-items:center}.sm\:self-start{align-self:flex-start}.sm\:hidden{display:none}.sm\:text-xs{font-size:.8rem}.sm\:text-sm{font-size:.9rem}.sm\:text-md{font-size:1.25rem}.sm\:text-xl{font-size:1.5rem}.sm\:text-2xl{font-size:1.75rem}.sm\:text-3xl{font-size:2rem}.sm\:text-4xl{font-size:2.25rem}}.bw-0{border-width:0}.min-w-32{min-width:8rem}.whitespace-nowrap{white-space:nowrap}.overflow-x-auto{overflow-x:auto}.overflow-y-hidden{overflow-y:hidden}.cursor-pointer{cursor:pointer}.not-first\:ml-3:not(:first-child){margin-left:0.75rem}.md blockquote{background-color:rgba(148,148,149,0.08);padding:1px 1rem;border-left:8px solid var(--pm);font-style:italic}.md table{border-collapse:collapse;border-spacing:0;display:block;max-width:100%;width:100%;margin:1em 0;overflow:auto}.md table thead{background-color:var(--bd)}.md table th,.md table td{padding:10px 20px;border-bottom:1px solid var(--bd)}.md img{max-width:100%}.md .katex{overflow:auto hidden}.md ul input[type="checkbox"]{margin-right:3px}.md .ul-checkbox{list-style:none;padding-inline-start:20px}.md li{margin-bottom:1rem}.md ol,.md ul,.md img,.md blockquote,.md .highlight{margin:.75rem 0}.md hr{margin:1.5rem 0}.md .footnotes{word-break:break-all;font-size:.9rem}.md p sup{margin-left:4px}pre[class*="language-"],code[class*="language-"]{color:#d4d4d4;font-size:13px;text-shadow:none;font-family:Menlo, Monaco, Consolas, "Courier New", monospace;line-height:1.5}.chroma{background-color:#292929;margin:.5em 0}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0;width:auto;overflow:auto;display:block}.chroma .lnt{color:#999;display:block;padding-left:.5em;padding-right:1em;text-align:right;line-height:1.5;font-size:13px}.chroma .kc,.chroma .kd,.chroma .kn,.chroma .kp,.chroma .kr,.chroma .kt,.chroma .k,.chroma .si{color:#569cd6}.chroma .na{color:#9cdcfe}.chroma .n,.chroma .nb,.chroma .bp,.chroma .nc,.chroma .no,.chroma .nd,.chroma .ni,.chroma .ne,.chroma .nf,.chroma .fm,.chroma .nl,.chroma .nn{color:#569cd6}.chroma .py,.chroma .nt,.chroma .nv,.chroma .vc,.chroma .vg,.chroma .vi,.chroma .vm{color:#569cd6}.chroma .s,.chroma .sa,.chroma .sb,.chroma .sc,.chroma .dl,.chroma .sd,.chroma .s2,.chroma .se,.chroma .sh,.chroma .sx,.chroma .sr,.chroma .s1,.chroma .ss{color:#ce9178}.chroma .m,.chroma .mb,.chroma .mf,.chroma .mh,.chroma .mi,.chroma .il,.chroma .mo{color:#b5cea8}.chroma .c,.chroma .ch,.chroma .cm,.chroma .c1,.chroma .cs{color:#517043}:root{--pm: #0fa0ce;--bd: #e1e1e1;--bg: #fff;--ft: #222;--tag: #333;--w-mobile: 640px}html.dark{--bg: #262d33;--ft: #c5c4c4;--bd: #555;--tag: #999;--ovo-ft: var(--ft);--ovo-bdr: var(--bd);--ovo-bg: var(--bg);--ovo-bg-hvr: #555;--ovo-tag: #30363d}body{font-family:"Helvetica Neue", Helvetica, sans-serif;max-width:var(--w-mobile);margin:3rem auto 0;font-size:16px;font-weight:400;color:var(--ft);background-color:var(--bg);transition-property:background-color, border-color, color;transition-duration:0.5s}h1,h2,h3,h4,h5{font-family:"Noto Serif SC", 'Times New Roman', Times, sans-serif;font-weight:700;line-height:1.5}p{line-height:1.8;text-align:justify}hr{border-width:0;border-top:1px solid var(--bd)}pre,code{font-family:Menlo, Monaco, Consolas, "Courier New", monospace;font-size:13px}.tag,p code{background-color:var(--bd);padding:0.2em 0.4em;border-radius:1px}a{text-decoration:none;color:inherit}a:hover{color:var(--pm)}main a:not(.icon){color:inherit;text-decoration:underline;text-decoration-color:var(--pm);background-image:linear-gradient(to bottom, rgba(0,0,0,0) 50%, var(--pm) 50%);background-size:100% 200%;transition:background-position 0.2s ease-in-out}main a:not(.icon):hover,main a:not(.icon):focus{background-position:0 100%;color:#fff}main a.icon:hover{transform:translateY(-5px);transition:transform 0.3s ease-in-out}main{animation:showup 0.7s}header nav{color:var(--tag)}details.toc ul{list-style-type:none;padding-inline-start:1em;margin:0}details.toc ul>li{margin:1em 0}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-thumb{background:rgba(128,128,128,0.7)}::-webkit-scrollbar-thumb:window-inactive{background:rgba(128,128,128,0.2)}::-webkit-scrollbar-thumb:active{background-color:gray}h1::-webkit-scrollbar,nav::-webkit-scrollbar{display:none;width:0}@keyframes showup{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}
+
+/*# sourceMappingURL=minima.1635497951.css.map */
\ No newline at end of file
diff --git a/minima.1635497951.css.map b/minima.1635497951.css.map
new file mode 100644
index 0000000..c186f7e
--- /dev/null
+++ b/minima.1635497951.css.map
@@ -0,0 +1,19 @@
+{
+ "version": 3,
+ "file": "minima.1635497951.css",
+ "sourceRoot": "/home/runner/work/hugo-theme-minima/hugo-theme-minima/exampleSite",
+ "sources": [
+ "/home/runner/work/hugo-theme-minima/hugo-theme-minima/assets/sass/main.scss",
+ "assets/sass/atom.scss",
+ "assets/sass/markdown.scss",
+ "assets/sass/syntax.scss"
+ ],
+ "sourcesContent": [
+ "@import \"atom.scss\";\n@import \"markdown.scss\";\n@import \"syntax.scss\";\n\n:root {\n --pm: #0fa0ce;\n --bd: #e1e1e1;\n --bg: #fff;\n --ft: #222;\n --tag: #333;\n\n --w-mobile: 640px;\n}\n\nhtml.dark {\n --bg: #262d33;\n --ft: #c5c4c4;\n --bd: #555;\n --tag: #999;\n\n --ovo-ft: var(--ft);\n --ovo-bdr: var(--bd);\n --ovo-bg: var(--bg);\n --ovo-bg-hvr: #555;\n --ovo-tag: #30363d;\n}\n\nbody {\n font-family: \"Helvetica Neue\", Helvetica, sans-serif;\n max-width: var(--w-mobile);\n margin: 3rem auto 0;\n font-size: 16px;\n font-weight: 400;\n color: var(--ft);\n background-color: var(--bg);\n transition-property: background-color, border-color, color;\n transition-duration: 0.5s;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5 {\n font-family: \"Noto Serif SC\", 'Times New Roman', Times, sans-serif;\n font-weight: 700;\n line-height: 1.5;\n}\n\np {\n line-height: 1.8;\n text-align: justify;\n}\n\nhr {\n border-width: 0;\n border-top: 1px solid var(--bd);\n}\n\npre,\ncode {\n font-family: Menlo, Monaco, Consolas, \"Courier New\", monospace;\n font-size: 13px;\n}\n\n.tag,\np code {\n background-color: var(--bd);\n padding: 0.2em 0.4em;\n border-radius: 1px;\n}\n\na {\n text-decoration: none;\n color: inherit;\n}\n\na:hover {\n color: var(--pm);\n}\n\nmain a:not(.icon) {\n color: inherit;\n text-decoration: underline;\n text-decoration-color: var(--pm);\n background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, var(--pm) 50%);\n background-size: 100% 200%;\n transition: background-position 0.2s ease-in-out;\n}\n\nmain a:not(.icon):hover,\nmain a:not(.icon):focus {\n background-position: 0 100%;\n color: #fff;\n}\n\nmain a.icon:hover {\n transform: translateY(-5px);\n transition: transform 0.3s ease-in-out;\n}\n\nmain {\n animation: showup 0.7s;\n}\n\nheader nav {\n color: var(--tag);\n}\n\ndetails.toc ul {\n list-style-type: none;\n padding-inline-start: 1em;\n margin: 0;\n}\n\ndetails.toc ul > li {\n margin: 1em 0;\n}\n\n::-webkit-scrollbar {\n width: 4px;\n height: 4px;\n}\n\n::-webkit-scrollbar-thumb {\n background: rgba(128, 128, 128, 0.7);\n}\n::-webkit-scrollbar-thumb:window-inactive {\n background: rgba(128, 128, 128, 0.2);\n}\n\n::-webkit-scrollbar-thumb:active {\n background-color: rgb(128, 128, 128);\n}\n\nh1::-webkit-scrollbar,\nnav::-webkit-scrollbar {\n display: none;\n width: 0;\n}\n\n@keyframes showup {\n from {\n opacity: 0;\n transform: translateY(20px);\n }\n\n to {\n opacity: 1;\n transform: none;\n }\n}",
+ "* {\n line-height: 1;\n -webkit-tap-highlight-color: rgba(0,0,0,0);\n outline: none;\n}\n\n$unit: 0.25rem;\n$scales: 0, 1, 2, 3, 4, 5, 6, 7, 8, 1.5;\n$screens: (\n sm\\:: 640px,\n);\n\n@mixin scale_with_prefix($prefix, $scale) {\n $size: $scale * $unit;\n .#{$prefix}mt-#{$scale} {\n margin-top: $size;\n }\n .#{$prefix}mb-#{$scale} {\n margin-bottom: $size;\n }\n .#{$prefix}ml-#{$scale} {\n margin-left: $size;\n }\n .#{$prefix}mr-#{$scale} {\n margin-right: $size;\n }\n .#{$prefix}my-#{$scale} {\n margin-top: $size;\n margin-bottom: $size;\n }\n .#{$prefix}mx-#{$scale} {\n margin-left: $size;\n margin-right: $size;\n }\n}\n\n@each $scale in $scales {\n @include scale_with_prefix(\"\", $scale);\n\n @each $screen, $size in $screens {\n @media (max-width: $size) {\n @include scale_with_prefix($screen, $scale);\n }\n }\n}\n\n@mixin style_with_prefix($prefix) {\n .#{$prefix}block {\n display: block;\n }\n .#{$prefix}flex {\n display: flex;\n }\n .#{$prefix}flex-row {\n flex-direction: row;\n }\n .#{$prefix}flex-col {\n flex-direction: column;\n }\n .#{$prefix}flex-col-reverse {\n flex-direction: column-reverse;\n }\n .#{$prefix}justify-between {\n justify-content: space-between;\n }\n .#{$prefix}flex-nowrap {\n flex-wrap: nowrap;\n }\n .#{$prefix}items-center {\n align-items: center;\n }\n .#{$prefix}self-start {\n align-self: flex-start;\n }\n .#{$prefix}hidden {\n display: none;\n }\n .#{$prefix}text-xs {\n font-size: .8rem;\n }\n .#{$prefix}text-sm {\n font-size: .9rem;\n }\n .#{$prefix}text-md {\n font-size: 1.25rem;\n }\n .#{$prefix}text-xl {\n font-size: 1.5rem;\n }\n .#{$prefix}text-2xl {\n font-size: 1.75rem;\n }\n .#{$prefix}text-3xl {\n font-size: 2rem;\n }\n .#{$prefix}text-4xl {\n font-size: 2.25rem;\n }\n}\n\n@include style_with_prefix(\"\");\n@each $screen, $size in $screens {\n @media (max-width: $size) {\n @include style_with_prefix($screen);\n }\n}\n\n// border width\n.bw-0 {\n border-width: 0;\n}\n\n// width\n.min-w-32 {\n min-width: 0.25 * 32rem;\n}\n\n.whitespace-nowrap {\n white-space: nowrap;\n}\n\n.overflow-x-auto {\n overflow-x: auto;\n}\n\n.overflow-y-hidden {\n overflow-y: hidden;\n}\n\n.cursor-pointer {\n cursor: pointer;\n}\n\n.not-first\\:ml-3 {\n &:not(:first-child) {\n margin-left: 0.75rem;\n }\n}",
+ ".md blockquote {\n background-color: rgba(148, 148, 149, 0.08) ;\n padding: 1px 1rem;\n border-left: 8px solid var(--pm);\n font-style: italic;\n}\n\n.md table {\n border-collapse: collapse;\n border-spacing: 0;\n display: block;\n max-width: 100%;\n width: 100%;\n margin: 1em 0;\n overflow: auto;\n}\n\n.md table thead {\n background-color: var(--bd);\n}\n\n.md table th, \n.md table td {\n padding: 10px 20px;\n border-bottom: 1px solid var(--bd);\n}\n\n.md img {\n max-width: 100%;\n}\n\n.md .katex {\n overflow: auto hidden;\n}\n\n.md ul input[type=\"checkbox\"] {\n margin-right: 3px;\n}\n\n.md .ul-checkbox {\n list-style: none;\n padding-inline-start: 20px;\n}\n\n.md li {\n margin-bottom: 1rem;\n}\n\n.md ol,\n.md ul,\n.md img,\n.md blockquote,\n.md .highlight {\n margin: .75rem 0;\n}\n\n.md hr {\n margin: 1.5rem 0;\n}\n\n.md .footnotes {\n word-break: break-all;\n font-size: .9rem;\n}\n\n.md p sup {\n margin-left: 4px;\n}\n",
+ "pre[class*=\"language-\"],\ncode[class*=\"language-\"] {\n color: #d4d4d4;\n font-size: 13px;\n text-shadow: none;\n font-family: Menlo, Monaco, Consolas, \"Courier New\", monospace;\n line-height: 1.5;\n}\n\n.chroma {\n background-color: #292929;\n margin: .5em 0;\n}\n\n/* LineTableTD */\n.chroma .lntd {\n vertical-align: top;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\n.chroma .lntable {\n border-spacing: 0;\n padding: 0;\n margin: 0;\n border: 0;\n width: auto;\n overflow: auto;\n display: block;\n}\n\n/* LineNumbersTable */\n.chroma .lnt {\n color: #999;\n display: block;\n padding-left: .5em;\n padding-right: 1em;\n text-align: right;\n line-height: 1.5;\n font-size: 13px;\n}\n\n/* Keyword */\n.chroma .kc,\n.chroma .kd,\n.chroma .kn,\n.chroma .kp,\n.chroma .kr,\n.chroma .kt,\n.chroma .k,\n.chroma .si {\n color: #569cd6;\n}\n\n.chroma .na {\n color: #9cdcfe;\n}\n\n.chroma .n,\n.chroma .nb,\n.chroma .bp,\n.chroma .nc,\n.chroma .no,\n.chroma .nd,\n.chroma .ni,\n.chroma .ne,\n.chroma .nf,\n.chroma .fm,\n.chroma .nl,\n.chroma .nn {\n color: #569cd6;\n}\n\n/* NameProperty */\n.chroma .py,\n.chroma .nt,\n.chroma .nv,\n.chroma .vc,\n.chroma .vg,\n.chroma .vi,\n.chroma .vm {\n color: #569cd6;\n}\n\n/* LiteralString */\n.chroma .s,\n.chroma .sa,\n.chroma .sb,\n.chroma .sc,\n.chroma .dl,\n.chroma .sd,\n.chroma .s2,\n.chroma .se,\n.chroma .sh,\n.chroma .sx,\n.chroma .sr,\n.chroma .s1,\n.chroma .ss {\n color: #ce9178;\n}\n/* LiteralNumber */\n.chroma .m,\n.chroma .mb,\n.chroma .mf,\n.chroma .mh,\n.chroma .mi,\n.chroma .il,\n.chroma .mo {\n color: #b5cea8;\n}\n\n/* Comment */\n.chroma .c,\n.chroma .ch,\n.chroma .cm,\n.chroma .c1,\n.chroma .cs {\n color: #517043;\n}\n\n"
+ ],
+ "names": [],
+ "mappings": "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"
+}
\ No newline at end of file
diff --git a/minima.1635497951.js b/minima.1635497951.js
new file mode 100644
index 0000000..6ec026d
--- /dev/null
+++ b/minima.1635497951.js
@@ -0,0 +1 @@
+(()=>{var i="🌝",s="🌚",t="light",m="dark",l=document.getElementById("theme-switcher");l.innerHTML=localStorage.theme===t?i:s;l.addEventListener("click",function(){let e=localStorage.theme,c=e===t?m:t,{classList:n}=document.documentElement,o=c===t?i:s;n.remove(e),n.add(c),localStorage.theme=c,l.innerHTML=o});document.querySelectorAll(".md ul").forEach(e=>{/ .+<\/li>/.test(e.innerHTML)&&e.classList.add("ul-checkbox")});var a="false";a==="false"&&(document.documentElement.style="user-select:none");})();
diff --git a/page/2/index.html b/page/2/index.html
index 2c88fb7..d58d46f 100644
--- a/page/2/index.html
+++ b/page/2/index.html
@@ -1,7 +1,7 @@
-Hi Folks Hi Folks I am XJJ A student and web developer from Earth 🌍
This is Minima, a clean and minimal Hugo theme porting from Minima on Hexo. Except for everything from Hexo Minima like dark/light mode, it supports KaTeX and some taxonomies like categories, series and tags. I created this using SCSS, Vanilla JS and most importantly, Hugo. 😁
Older Posts I am XJJ A student and web developer from Earth 🌍
This is Minima, a clean and minimal Hugo theme porting from Minima on Hexo. Except for everything from Hexo Minima like dark/light mode, it supports KaTeX and some taxonomies like categories, series and tags. I created this using SCSS, Vanilla JS and most importantly, Hugo. 😁
Older Posts
\ No newline at end of file
diff --git a/placeholder-text/index.html b/placeholder-text/index.html
index 8657cc2..815f2a6 100644
--- a/placeholder-text/index.html
+++ b/placeholder-text/index.html
@@ -1,7 +1,7 @@
-Hi Folks - Placeholder Text Hi Folks - Placeholder Text Table of Contents Placeholder Text Lorem Ipsum Dolor Si Amet
Lorem est tota propiore conpellat pectoribus de pectora summo.
Redit teque digerit hominumque toris verebor lumina non cervice subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum.
Exierant elisi ambit vivere dedere Duce pollice Eris modo Spargitque ferrea quos palude Rursus nulli murmur; hastile inridet ut ab gravi sententia! Nomine potitus silentia flumen, sustinet placuit petis in dilapsa erat sunt. Atria tractus malis.
Comas hunc haec pietate fetum procerum dixit Post torum vates letum Tiresia Flumen querellas Arcanaque montibus omnes Quidem et Vagus elidunt
The Van de Graaf Canon
Mane refeci capiebant unda mulcebat Victa caducifer, malo vulnere contra dicere aurato, ludit regale, voca! Retorsit colit est profanae esse virescere furit nec; iaculi matertera et visa est, viribus. Divesque creatis, tecta novat collumque vulnus est, parvas. Faces illo pepulere tempus adest. Tendit flamma, ab opes virum sustinet, sidus sequendo urbis.
Iubar proles corpore raptos vero auctor imperium; sed et huic: manus caeli Lelegas tu lux. Verbis obstitit intus oblectamina fixis linguisque ausus sperare Echionides cornuaque tenent clausit possit. Omnia putatur. Praeteritae refert ausus; ferebant e primus lora nutat, vici quae mea ipse. Et iter nil spectatae vulnus haerentia iuste et exercebat, sui et.
Eurytus Hector, materna ipsumque ut Politen, nec, nate, ignari, vernum cohaesit sequitur. Vel mitis temploque vocatus, inque alis, oculos nomen non silvis corpore coniunx ne displicet illa. Crescunt non unus, vidit visa quantum inmiti flumina mortis facto sic: undique a alios vincula sunt iactata abdita! Suspenderat ego fuit tendit: luna, ante urbem Propoetides parte .
Table of Contents Placeholder Text Lorem Ipsum Dolor Si Amet
Lorem est tota propiore conpellat pectoribus de pectora summo.
Redit teque digerit hominumque toris verebor lumina non cervice subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum.
Exierant elisi ambit vivere dedere Duce pollice Eris modo Spargitque ferrea quos palude Rursus nulli murmur; hastile inridet ut ab gravi sententia! Nomine potitus silentia flumen, sustinet placuit petis in dilapsa erat sunt. Atria tractus malis.
Comas hunc haec pietate fetum procerum dixit Post torum vates letum Tiresia Flumen querellas Arcanaque montibus omnes Quidem et Vagus elidunt
The Van de Graaf Canon
Mane refeci capiebant unda mulcebat Victa caducifer, malo vulnere contra dicere aurato, ludit regale, voca! Retorsit colit est profanae esse virescere furit nec; iaculi matertera et visa est, viribus. Divesque creatis, tecta novat collumque vulnus est, parvas. Faces illo pepulere tempus adest. Tendit flamma, ab opes virum sustinet, sidus sequendo urbis.
Iubar proles corpore raptos vero auctor imperium; sed et huic: manus caeli Lelegas tu lux. Verbis obstitit intus oblectamina fixis linguisque ausus sperare Echionides cornuaque tenent clausit possit. Omnia putatur. Praeteritae refert ausus; ferebant e primus lora nutat, vici quae mea ipse. Et iter nil spectatae vulnus haerentia iuste et exercebat, sui et.
Eurytus Hector, materna ipsumque ut Politen, nec, nate, ignari, vernum cohaesit sequitur. Vel mitis temploque vocatus, inque alis, oculos nomen non silvis corpore coniunx ne displicet illa. Crescunt non unus, vidit visa quantum inmiti flumina mortis facto sic: undique a alios vincula sunt iactata abdita! Suspenderat ego fuit tendit: luna, ante urbem Propoetides parte .
\ No newline at end of file
diff --git a/series/index.html b/series/index.html
index d03bc61..221eb76 100644
--- a/series/index.html
+++ b/series/index.html
@@ -1,4 +1,4 @@
-Hi Folks - Series Hi Folks - Series Home
Categories
Series
diff --git a/tags/index.html b/tags/index.html
index d023c24..8f12de7 100644
--- a/tags/index.html
+++ b/tags/index.html
@@ -1,4 +1,4 @@
-Hi Folks - Tags