updated default themes

This commit is contained in:
Ro 2020-08-06 13:00:47 -07:00
parent 1a7ae2ae30
commit e12172c197
12 changed files with 177 additions and 540 deletions

View file

@ -272,18 +272,30 @@ header span {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-weight: 100;
font-weight: 600;
padding: 15px 20px 10px 20px;
font-size: 3em;
line-height: 1;
color: #fc6399;
text-shadow: 1px 1px 1px rgba(50,48,47,0.9);
}
header .menu {
padding: 20px;
width: 100%;
width: 200px;
text-align: left;
color: #d5cfba;
}
header .menu a.menu-link {
background: #32302f;
margin-bottom: 4px;
padding: 3px;
border-radius: 3px;
display: inline-block;
font-size: 0.8em;
}
header .menu a.menu-link:hover {
color: #d5cfba;
}
header .menu #logo {
width: 30px;
}
@ -334,6 +346,14 @@ header::before {
.container article .page {
margin: 30px;
}
.container article .index .recent,
.container article .page .recent,
.container article .index .featured,
.container article .page .featured {
display: inline-block;
width: 50%;
vertical-align: top;
}
.container article .index label,
.container article .page label {
background: #32302f;
@ -358,7 +378,7 @@ header::before {
vertical-align: top;
}
.container footer {
background: #7ed07e;
background: #d5cfba;
padding: 10px;
color: #32302f;
text-align: center;
@ -366,109 +386,28 @@ header::before {
font-weight: 600;
}
@media only screen and (max-width: 640px) {
.main-container .content #the-intro {
font-size: 31px;
line-height: 35px;
header span {
font-size: 2.5em;
}
}
@media only screen and (max-width: 480px) {
.main-container .content #the-intro {
font-size: 25px;
line-height: 33px;
header span {
font-size: 2em;
width: 60%;
}
.main-container .content #index-display span,
.main-container .content #index-display a {
font: 400 1.2em $bodyType;
.index p {
font: 400 0.8em/1.3em Helvetica, Arial, sans-serif;
}
.index .recent,
.index .featured {
width: 100%;
}
}
@media only screen and (max-width: 375px) {
.main-container .header {
width: 90%;
header span {
font-size: 1.5em;
width: 75%;
}
.main-container .header .header-desc h1 {
line-height: 1rem;
font-size: 3.3rem;
}
.main-container .header .header-desc span a {
color: #d5cfba;
width: 250px;
font-weight: 300;
display: inline-block;
word-break: break-all;
font: 300 7em/1em $titleType;
text-decoration: none;
margin: 0 0 50px 0;
}
.main-container .header .header-desc #the-intro {
color: #fc6399;
opacity: 0;
font: 400 1.8em $titleType;
display: inline-block;
width: 95%;
}
.main-container .header .header-desc #item-intro {
width: 95%;
}
.main-container .header .header-desc #item-intro label {
font-size: 2em;
}
.main-container .content #the-intro {
font-size: 24px;
line-height: 33px;
}
.main-container .content #index-display label {
font-size: 7em;
}
.main-container .content #index-display #recent-work,
.main-container .content #index-display #recent-blog {
float: none;
display: block;
margin: 0 auto;
text-align: left;
padding-bottom: 30px;
}
}
@media only screen and (max-width: 320px) {
.main-container .header .header-desc h1 {
line-height: 1rem;
font-size: 2.9rem;
}
.main-container .content #the-intro {
font-size: 19px;
line-height: 28px;
}
}
/**
-------------------------------
-- Index
-------------------------------
**/
#index-content {
width: 100%;
max-width: 1024px;
margin: 0 auto;
}
header #header-one #the-intro,
header #header-two #the-intro {
margin: 80px 0 0 0;
}
#index-display {
padding: 20px;
width: 100%;
max-width: 1024px;
z-index: 10;
position: relative;
}
#index-display #recent-title {
color: #d5cfba;
font: 400 2em $titleType;
vertical-align: top;
}
#index-display .index-block {
width: 50%;
display: inline-block;
vertical-align: top;
margin-bottom: 50px;
}
/**
-------------------------------
@ -539,74 +478,4 @@ select {
font: 14px 'RobotoMono';
color: #837e7c;
}
/**
-------------------------------
-- Blog
-------------------------------
**/
#blog-content #blog-display #blog-list .blog-entry {
display: inline-block;
height: 500px;
width: 50%;
background-size: cover;
background: #32302f;
position: relative;
text-align: center;
vertical-align: middle;
line-height: 250px;
}
#blog-content #blog-display #blog-list .blog-entry label {
background: #fc6399;
padding: 5px;
border-radius: 3px;
}
#post-content {
width: 100%;
margin: -10px 0 0 0;
}
#post-content #header-post {
width: 100%;
min-height: 350px;
background: #32302f;
position: relative;
padding: 0;
margin: 0;
}
#post-content #header-post img {
padding: 0;
margin: 0;
position: relative;
display: block;
width: 100%;
}
#post-content #header-post #header-one {
position: relative;
width: 80%;
margin: 0 auto;
padding: 30px 0 0 0;
}
#post-content #header-post #header-one label#the-title a {
font: 500 2em $titleType;
width: 97px;
height: 115px;
color: #fc6399;
text-decoration: none;
display: block;
word-break: break-all;
margin: 10px 0 0 10px;
}
#post-content #header-post #header-one span#post-title {
font: 200 4.5em/1em $titleType;
color: #d5cfba;
margin: 20px 0 0 10px;
padding: 20px 0 80px 0;
display: block;
}
#post-content #post-display {
color: $tertiary;
width: 80%;
margin: 50px auto;
font: 400 1.5em $bodyType;
padding-bottom: 50px;
}
/*# sourceMappingURL=base.css.map */

File diff suppressed because one or more lines are too long

View file

@ -1,82 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="0" width="51" height="50" viewBox="0, 0, 51, 50">
<defs>
<clipPath id="Clip_1">
<path d="M49.718,37 C50.164,37 50.325,37.046 50.488,37.134 C50.651,37.221 50.779,37.349 50.866,37.512 C50.954,37.675 51,37.836 51,38.282 L51,48.718 C51,49.164 50.954,49.325 50.866,49.488 C50.779,49.651 50.651,49.779 50.488,49.866 C50.325,49.954 50.164,50 49.718,50 L39.282,50 C38.836,50 38.675,49.954 38.512,49.866 C38.349,49.779 38.221,49.651 38.134,49.488 C38.046,49.325 38,49.164 38,48.718 L38,38.282 C38,37.836 38.046,37.675 38.134,37.512 C38.221,37.349 38.349,37.221 38.512,37.134 C38.675,37.046 38.836,37 39.282,37 L49.718,37 z"/>
</clipPath>
<clipPath id="Clip_2">
<path d="M49.718,19 C50.164,19 50.325,19.046 50.488,19.134 C50.651,19.221 50.779,19.349 50.866,19.512 C50.954,19.675 51,19.836 51,20.282 L51,30.718 C51,31.164 50.954,31.325 50.866,31.488 C50.779,31.651 50.651,31.779 50.488,31.866 C50.325,31.954 50.164,32 49.718,32 L39.282,32 C38.836,32 38.675,31.954 38.512,31.866 C38.349,31.779 38.221,31.651 38.134,31.488 C38.046,31.325 38,31.164 38,30.718 L38,20.282 C38,19.836 38.046,19.675 38.134,19.512 C38.221,19.349 38.349,19.221 38.512,19.134 C38.675,19.046 38.836,19 39.282,19 L49.718,19 z"/>
</clipPath>
<clipPath id="Clip_3">
<path d="M49.718,0 C50.164,0 50.325,0.046 50.488,0.134 C50.651,0.221 50.779,0.349 50.866,0.512 C50.954,0.675 51,0.836 51,1.282 L51,11.718 C51,12.164 50.954,12.325 50.866,12.488 C50.779,12.651 50.651,12.779 50.488,12.866 C50.325,12.954 50.164,13 49.718,13 L39.282,13 C38.836,13 38.675,12.954 38.512,12.866 C38.349,12.779 38.221,12.651 38.134,12.488 C38.046,12.325 38,12.164 38,11.718 L38,1.282 C38,0.836 38.046,0.675 38.134,0.512 C38.221,0.349 38.349,0.221 38.512,0.134 C38.675,0.046 38.836,0 39.282,0 L49.718,0 z"/>
</clipPath>
<clipPath id="Clip_4">
<path d="M30.718,37 C31.164,37 31.325,37.046 31.488,37.134 C31.651,37.221 31.779,37.349 31.866,37.512 C31.954,37.675 32,37.836 32,38.282 L32,48.718 C32,49.164 31.954,49.325 31.866,49.488 C31.779,49.651 31.651,49.779 31.488,49.866 C31.325,49.954 31.164,50 30.718,50 L20.282,50 C19.836,50 19.675,49.954 19.512,49.866 C19.349,49.779 19.221,49.651 19.134,49.488 C19.046,49.325 19,49.164 19,48.718 L19,38.282 C19,37.836 19.046,37.675 19.134,37.512 C19.221,37.349 19.349,37.221 19.512,37.134 C19.675,37.046 19.836,37 20.282,37 L30.718,37 z"/>
</clipPath>
<clipPath id="Clip_5">
<path d="M11.718,37 C12.164,37 12.325,37.046 12.488,37.134 C12.651,37.221 12.779,37.349 12.866,37.512 C12.954,37.675 13,37.836 13,38.282 L13,48.718 C13,49.164 12.954,49.325 12.866,49.488 C12.779,49.651 12.651,49.779 12.488,49.866 C12.325,49.954 12.164,50 11.718,50 L1.282,50 C0.836,50 0.675,49.954 0.512,49.866 C0.349,49.779 0.221,49.651 0.134,49.488 C0.046,49.325 0,49.164 0,48.718 L0,38.282 C0,37.836 0.046,37.675 0.134,37.512 C0.221,37.349 0.349,37.221 0.512,37.134 C0.675,37.046 0.836,37 1.282,37 L11.718,37 z"/>
</clipPath>
<clipPath id="Clip_6">
<path d="M30.718,19 C31.164,19 31.325,19.046 31.488,19.134 C31.651,19.221 31.779,19.349 31.866,19.512 C31.954,19.675 32,19.836 32,20.282 L32,30.718 C32,31.164 31.954,31.325 31.866,31.488 C31.779,31.651 31.651,31.779 31.488,31.866 C31.325,31.954 31.164,32 30.718,32 L20.282,32 C19.836,32 19.675,31.954 19.512,31.866 C19.349,31.779 19.221,31.651 19.134,31.488 C19.046,31.325 19,31.164 19,30.718 L19,20.282 C19,19.836 19.046,19.675 19.134,19.512 C19.221,19.349 19.349,19.221 19.512,19.134 C19.675,19.046 19.836,19 20.282,19 L30.718,19 z"/>
</clipPath>
<clipPath id="Clip_7">
<path d="M11.718,0 C12.164,0 12.325,0.046 12.488,0.134 C12.651,0.221 12.779,0.349 12.866,0.512 C12.954,0.675 13,0.836 13,1.282 L13,11.718 C13,12.164 12.954,12.325 12.866,12.488 C12.779,12.651 12.651,12.779 12.488,12.866 C12.325,12.954 12.164,13 11.718,13 L1.282,13 C0.836,13 0.675,12.954 0.512,12.866 C0.349,12.779 0.221,12.651 0.134,12.488 C0.046,12.325 0,12.164 0,11.718 L0,1.282 C0,0.836 0.046,0.675 0.134,0.512 C0.221,0.349 0.349,0.221 0.512,0.134 C0.675,0.046 0.836,0 1.282,0 L11.718,0 z"/>
</clipPath>
<clipPath id="Clip_8">
<path d="M11.718,18 C12.164,18 12.325,18.046 12.488,18.134 C12.651,18.221 12.779,18.349 12.866,18.512 C12.954,18.675 13,18.836 13,19.282 L13,29.718 C13,30.164 12.954,30.325 12.866,30.488 C12.779,30.651 12.651,30.779 12.488,30.866 C12.325,30.954 12.164,31 11.718,31 L1.282,31 C0.836,31 0.675,30.954 0.512,30.866 C0.349,30.779 0.221,30.651 0.134,30.488 C0.046,30.325 0,30.164 0,29.718 L0,19.282 C0,18.836 0.046,18.675 0.134,18.512 C0.221,18.349 0.349,18.221 0.512,18.134 C0.675,18.046 0.836,18 1.282,18 L11.718,18 z"/>
</clipPath>
<clipPath id="Clip_9">
<path d="M11.718,37 C12.164,37 12.325,37.046 12.488,37.134 C12.651,37.221 12.779,37.349 12.866,37.512 C12.954,37.675 13,37.836 13,38.282 L13,48.718 C13,49.164 12.954,49.325 12.866,49.488 C12.779,49.651 12.651,49.779 12.488,49.866 C12.325,49.954 12.164,50 11.718,50 L1.282,50 C0.836,50 0.675,49.954 0.512,49.866 C0.349,49.779 0.221,49.651 0.134,49.488 C0.046,49.325 0,49.164 0,48.718 L0,38.282 C0,37.836 0.046,37.675 0.134,37.512 C0.221,37.349 0.349,37.221 0.512,37.134 C0.675,37.046 0.836,37 1.282,37 L11.718,37 z"/>
</clipPath>
<clipPath id="Clip_10">
<path d="M30.718,0 C31.164,0 31.325,0.046 31.488,0.134 C31.651,0.221 31.779,0.349 31.866,0.512 C31.954,0.675 32,0.836 32,1.282 L32,11.718 C32,12.164 31.954,12.325 31.866,12.488 C31.779,12.651 31.651,12.779 31.488,12.866 C31.325,12.954 31.164,13 30.718,13 L20.282,13 C19.836,13 19.675,12.954 19.512,12.866 C19.349,12.779 19.221,12.651 19.134,12.488 C19.046,12.325 19,12.164 19,11.718 L19,1.282 C19,0.836 19.046,0.675 19.134,0.512 C19.221,0.349 19.349,0.221 19.512,0.134 C19.675,0.046 19.836,0 20.282,0 L30.718,0 z"/>
</clipPath>
<clipPath id="Clip_11">
<path d="M49.718,0 C50.164,0 50.325,0.046 50.488,0.134 C50.651,0.221 50.779,0.349 50.866,0.512 C50.954,0.675 51,0.836 51,1.282 L51,11.718 C51,12.164 50.954,12.325 50.866,12.488 C50.779,12.651 50.651,12.779 50.488,12.866 C50.325,12.954 50.164,13 49.718,13 L39.282,13 C38.836,13 38.675,12.954 38.512,12.866 C38.349,12.779 38.221,12.651 38.134,12.488 C38.046,12.325 38,12.164 38,11.718 L38,1.282 C38,0.836 38.046,0.675 38.134,0.512 C38.221,0.349 38.349,0.221 38.512,0.134 C38.675,0.046 38.836,0 39.282,0 L49.718,0 z"/>
</clipPath>
<clipPath id="Clip_12">
<path d="M31.94,18.858 C32.012,18.857 32.083,18.864 32.152,18.877 L18.877,32.152 C18.866,32.093 18.859,32.032 18.858,31.97 C18.858,31.96 18.858,31.95 18.858,31.94 L19.032,20.3 C19.039,19.862 19.086,19.704 19.172,19.544 C19.259,19.384 19.384,19.259 19.544,19.172 C19.704,19.086 19.862,19.039 20.3,19.033 L31.94,18.858 z"/>
</clipPath>
</defs>
<g id="Layer_1">
<g id="Layer_1">
<g clip-path="url(#Clip_1)">
<path d="M56,55 L33,55 L33,32 L56,32 z" fill="#F2F1EF"/>
</g>
<g clip-path="url(#Clip_2)">
<path d="M56,37 L33,37 L33,14 L56,14 z" fill="#F2F1EF"/>
</g>
<g clip-path="url(#Clip_3)">
<path d="M56,18 L33,18 L33,-5 L56,-5 z" fill="#F2F1EF"/>
</g>
<g clip-path="url(#Clip_4)">
<path d="M37,55 L14,55 L14,32 L37,32 z" fill="#F2F1EF"/>
</g>
<g clip-path="url(#Clip_5)">
<path d="M18,55 L-5,55 L-5,32 L18,32 z" fill="#F2F1EF"/>
</g>
<g clip-path="url(#Clip_6)">
<path d="M37,37 L14,37 L14,14 L37,14 z" fill="#F2F1EF"/>
</g>
<g clip-path="url(#Clip_7)">
<path d="M-5,-5 L18,-5 L18,18 L-5,18 z" fill="#FC6399"/>
</g>
<g clip-path="url(#Clip_8)">
<path d="M-5,13 L18,13 L18,36 L-5,36 z" fill="#FC6399"/>
</g>
<g clip-path="url(#Clip_9)">
<path d="M-5,32 L18,32 L18,55 L-5,55 z" fill="#FC6399"/>
</g>
<g clip-path="url(#Clip_10)">
<path d="M14,-5 L37,-5 L37,18 L14,18 z" fill="#FC6399"/>
</g>
<g clip-path="url(#Clip_11)">
<path d="M33,-5 L56,-5 L56,18 L33,18 z" fill="#FC6399"/>
</g>
<g clip-path="url(#Clip_12)">
<path d="M5.622,25.968 L25.968,5.622 L39.223,18.877 L18.877,39.223 z" fill="#FC6399"/>
</g>
<svg width="100%" height="100%" viewBox="0 0 486 678" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g id="Logo" transform="matrix(1.36867,0,0,1.36867,-351.696,-71.9183)">
<g transform="matrix(2.31599,0,0,2.31599,218.53,-99.4797)">
<path d="M93.67,140.92L93.67,140.921C105.569,140.921 115.216,150.567 115.216,162.467L115.216,172.724L115.216,172.724L115.216,182.262C115.216,194.161 105.569,203.808 93.669,203.808C81.976,203.217 74.12,195.969 72.237,184.474L72.282,182.737L72.282,162.467L72.205,160.847C72.775,149.587 82.728,141.121 93.67,140.92Z" style="fill:rgb(252,99,153);fill-rule:nonzero;"/>
</g>
<g transform="matrix(2.31599,0,0,2.31599,218.53,-437.697)">
<path d="M93.67,211.678L93.67,211.678C105.569,211.678 115.216,221.324 115.216,233.224L115.216,243.481L115.216,243.481L115.216,253.019C115.216,264.919 105.569,274.565 93.669,274.565C81.976,273.975 74.12,266.726 72.237,255.232L72.282,253.495L72.282,233.224L72.205,231.604C72.775,220.344 82.728,211.878 93.67,211.678Z" style="fill:rgb(252,99,153);fill-rule:nonzero;"/>
</g>
<g transform="matrix(2.31599,0,0,2.31599,218.53,241.338)">
<path d="M93.67,69.288L93.67,69.288C105.569,69.288 115.216,78.934 115.216,90.834L115.216,101.091L115.216,101.091L115.216,110.629C115.216,122.528 105.569,132.175 93.669,132.175C81.976,131.584 74.12,124.336 72.237,112.842L72.282,111.105L72.282,90.834L72.205,89.214C72.775,77.954 82.728,69.488 93.67,69.288Z" style="fill:rgb(171,183,183);fill-rule:nonzero;"/>
</g>
<g transform="matrix(2.31599,0,0,2.31599,218.53,-104.112)">
<path d="M38.059,142.92L38.059,142.921C49.958,142.921 59.605,152.567 59.605,164.467L59.605,174.724L59.605,174.724L59.605,184.262C59.605,196.161 49.958,205.808 38.058,205.808C26.365,205.217 18.509,197.969 16.626,186.474L16.671,184.737L16.671,164.467L16.594,162.847C17.164,151.587 27.117,143.121 38.059,142.92Z" style="fill:rgb(252,99,153);fill-rule:nonzero;"/>
</g>
<g transform="matrix(2.31599,0,0,2.31599,218.53,-104.112)">
<path d="M148.331,142.92L148.331,142.921C160.23,142.921 169.877,152.567 169.877,164.467L169.877,174.724L169.877,174.724L169.877,184.262C169.877,196.161 160.23,205.808 148.331,205.808C136.637,205.217 128.782,197.969 126.898,186.474L126.943,184.737L126.943,164.467L126.867,162.847C127.436,151.587 137.389,143.121 148.331,142.92Z" style="fill:rgb(171,183,183);fill-rule:nonzero;"/>
</g>
<g transform="matrix(2.31599,0,0,2.31599,218.53,-437.697)">
<path d="M38.059,211.678L38.059,211.678C49.958,211.678 59.605,221.324 59.605,233.224L59.605,243.481L59.605,243.481L59.605,253.019C59.605,264.919 49.958,274.565 38.058,274.565C26.365,273.975 18.509,266.726 16.626,255.232L16.671,253.495L16.671,233.224L16.594,231.604C17.164,220.344 27.117,211.878 38.059,211.678Z" style="fill:rgb(252,99,153);fill-rule:nonzero;"/>
</g>
<g transform="matrix(2.31599,0,0,2.31599,218.53,-437.697)">
<path d="M148.331,211.678L148.331,211.678C160.23,211.678 169.877,221.324 169.877,233.224L169.877,243.481L169.877,243.481L169.877,253.019C169.877,264.919 160.23,274.565 148.331,274.565C136.637,273.975 128.782,266.726 126.898,255.232L126.943,253.495L126.943,233.224L126.867,231.604C127.436,220.344 137.389,211.878 148.331,211.678Z" style="fill:rgb(252,99,153);fill-rule:nonzero;"/>
</g>
<g transform="matrix(2.31599,0,0,2.31599,218.53,241.338)">
<path d="M38.059,69.288L38.059,69.288C49.958,69.288 59.605,78.934 59.605,90.834L59.605,101.091L59.605,101.091L59.605,110.629C59.605,122.528 49.958,132.175 38.058,132.175C26.365,131.584 18.509,124.336 16.626,112.842L16.671,111.105L16.671,90.834L16.594,89.214C17.164,77.954 27.117,69.488 38.059,69.288Z" style="fill:rgb(252,99,153);fill-rule:nonzero;"/>
</g>
<g transform="matrix(2.31599,0,0,2.31599,218.53,241.338)">
<path d="M148.331,69.288L148.331,69.288C160.23,69.288 169.877,78.934 169.877,90.834L169.877,101.091L169.877,101.091L169.877,110.629C169.877,122.528 160.23,132.175 148.331,132.175C136.637,131.584 128.782,124.336 126.898,112.842L126.943,111.105L126.943,90.834L126.867,89.214C127.436,77.954 137.389,69.488 148.331,69.288Z" style="fill:rgb(171,183,183);fill-rule:nonzero;"/>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View file

@ -168,7 +168,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
document.addEventListener('DOMContentLoaded', function () {
var base = new _Base.default();
}, false);
},{"./Base.mjs":"Base.mjs"}],"../../node_modules/parcel/src/builtins/hmr-runtime.js":[function(require,module,exports) {
},{"./Base.mjs":"Base.mjs"}],"../../../../node_modules/parcel/src/builtins/hmr-runtime.js":[function(require,module,exports) {
var global = arguments[3];
var OVERLAY_ID = '__parcel__error__overlay__';
var OldModule = module.bundle.Module;
@ -196,7 +196,7 @@ var parent = module.bundle.parent;
if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
var hostname = "" || location.hostname;
var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
var ws = new WebSocket(protocol + '://' + hostname + ':' + "55663" + '/');
var ws = new WebSocket(protocol + '://' + hostname + ':' + "50788" + '/');
ws.onmessage = function (event) {
checkedAssets = {};
@ -372,5 +372,5 @@ function hmrAcceptRun(bundle, id) {
return true;
}
}
},{}]},{},["../../node_modules/parcel/src/builtins/hmr-runtime.js","Start.mjs"], null)
},{}]},{},["../../../../node_modules/parcel/src/builtins/hmr-runtime.js","Start.mjs"], null)
//# sourceMappingURL=/start.min.js.map

File diff suppressed because one or more lines are too long

View file

@ -4,15 +4,16 @@ block main-content
article
.index
p !{content}
span Recent
br
- if(recent_posts)
- var index = 0;
- for ( index; index < recent_posts.length; index++)
a(href="/"+recent_posts[index].path+"/"+recent_posts[index].slug)= recent_posts[index].title
label= " "+recent_posts[index].created
br
- if(featured_posts)
.recent
span Recent
br
- if(recent_posts)
- var index = 0;
- for ( index; index < recent_posts.length; index++)
a(href="/"+recent_posts[index].path+"/"+recent_posts[index].slug)= recent_posts[index].title
br
- if(featured_posts)
.featured
span Featured
br
- var index = 0;
@ -20,8 +21,8 @@ block main-content
a(href="/"+featured_posts[index].metadata.path+"/"+featured_posts[index].metadata.slug)= featured_posts[index].metadata.title
br
br
a(href='/archives') Post Archive
label The whole dirty.
br
a(href='/archives') The Archives
footer
| © 2020 Fipamo by PV

View file

@ -243,14 +243,14 @@ body {
a {
color: #34495e;
text-decoration: none;
border-bottom: 1px solid #d5cfba;
border-bottom: 1px solid #7ed07e;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
a:hover {
border-bottom: 1px solid #7ed07e;
border-bottom: 1px solid #fc6399;
}
svg.icons {
width: 25px;
@ -263,8 +263,8 @@ header {
transform-style: inherit;
width: 100vw;
color: #d5cfba;
border-bottom: 1px #d5cfba solid;
border-top: 5px #7ed07e solid;
border-bottom: 1px #32302f solid;
border-top: 5px #34495e solid;
}
header span {
margin: 0;
@ -272,17 +272,29 @@ header span {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-weight: 100;
font-weight: 600;
padding: 15px 20px 10px 20px;
font-size: 3em;
line-height: 1;
color: #fc6399;
color: #d5cfba;
text-shadow: 1px 1px 1px rgba(50,48,47,0.9);
}
header .menu {
padding: 20px;
width: 100%;
width: 200px;
text-align: left;
color: #d5cfba;
color: #34495e;
}
header .menu a.menu-link {
background: #fc6399;
margin-bottom: 4px;
padding: 3px;
border-radius: 3px;
display: inline-block;
font-size: 0.8em;
}
header .menu a.menu-link:hover {
background: #fd82ad;
}
header .menu #logo {
width: 30px;
@ -328,25 +340,28 @@ header::before {
}
.container article span {
font: 600 2em/1.5 Helvetica, Arial, sans-serif;
color: #fc6399;
color: #34495e;
}
.container article .index,
.container article .page {
margin: 30px;
}
.container article .index label,
.container article .page label {
background: #d5cfba;
color: #32302f;
.container article .index .recent,
.container article .index .featured {
display: inline-block;
width: 50%;
vertical-align: top;
}
.container article .index label {
background: #32302f;
color: #d5cfba;
font-size: 1.5em;
line-height: 1.3;
}
.container article .index label .meta label,
.container article .page label .meta label {
.container article .index label .meta label {
font-size: 0.8em;
}
.container article .index label .meta a,
.container article .page label .meta a {
.container article .index label .meta a {
font-size: 0.8em;
}
.container section {
@ -358,117 +373,36 @@ header::before {
vertical-align: top;
}
.container footer {
background: #7ed07e;
background: #32302f;
padding: 10px;
color: #32302f;
color: #d5cfba;
text-align: center;
font-size: 0.8em;
font-weight: 600;
}
@media only screen and (max-width: 640px) {
.main-container .content #the-intro {
font-size: 31px;
line-height: 35px;
header span {
font-size: 2.5em;
}
}
@media only screen and (max-width: 480px) {
.main-container .content #the-intro {
font-size: 25px;
line-height: 33px;
header span {
font-size: 2em;
width: 60%;
}
.main-container .content #index-display span,
.main-container .content #index-display a {
font: 400 1.2em $bodyType;
.index p {
font: 400 0.8em/1.3em Helvetica, Arial, sans-serif;
}
.index .recent,
.index .featured {
width: 100% !important;
}
}
@media only screen and (max-width: 375px) {
.main-container .header {
width: 90%;
header span {
font-size: 1.5em;
width: 75%;
}
.main-container .header .header-desc h1 {
line-height: 1rem;
font-size: 3.3rem;
}
.main-container .header .header-desc span a {
color: #d5cfba;
width: 250px;
font-weight: 300;
display: inline-block;
word-break: break-all;
font: 300 7em/1em $titleType;
text-decoration: none;
margin: 0 0 50px 0;
}
.main-container .header .header-desc #the-intro {
color: #fc6399;
opacity: 0;
font: 400 1.8em $titleType;
display: inline-block;
width: 95%;
}
.main-container .header .header-desc #item-intro {
width: 95%;
}
.main-container .header .header-desc #item-intro label {
font-size: 2em;
}
.main-container .content #the-intro {
font-size: 24px;
line-height: 33px;
}
.main-container .content #index-display label {
font-size: 7em;
}
.main-container .content #index-display #recent-work,
.main-container .content #index-display #recent-blog {
float: none;
display: block;
margin: 0 auto;
text-align: left;
padding-bottom: 30px;
}
}
@media only screen and (max-width: 320px) {
.main-container .header .header-desc h1 {
line-height: 1rem;
font-size: 2.9rem;
}
.main-container .content #the-intro {
font-size: 19px;
line-height: 28px;
}
}
/**
-------------------------------
-- Index
-------------------------------
**/
#index-content {
width: 100%;
max-width: 1024px;
margin: 0 auto;
}
header #header-one #the-intro,
header #header-two #the-intro {
margin: 80px 0 0 0;
}
#index-display {
padding: 20px;
width: 100%;
max-width: 1024px;
z-index: 10;
position: relative;
}
#index-display #recent-title {
color: #d5cfba;
font: 400 2em $titleType;
vertical-align: top;
}
#index-display .index-block {
width: 50%;
display: inline-block;
vertical-align: top;
margin-bottom: 50px;
}
/**
-------------------------------
@ -539,74 +473,4 @@ select {
font: 14px 'RobotoMono';
color: #837e7c;
}
/**
-------------------------------
-- Blog
-------------------------------
**/
#blog-content #blog-display #blog-list .blog-entry {
display: inline-block;
height: 500px;
width: 50%;
background-size: cover;
background: #32302f;
position: relative;
text-align: center;
vertical-align: middle;
line-height: 250px;
}
#blog-content #blog-display #blog-list .blog-entry label {
background: #fc6399;
padding: 5px;
border-radius: 3px;
}
#post-content {
width: 100%;
margin: -10px 0 0 0;
}
#post-content #header-post {
width: 100%;
min-height: 350px;
background: #32302f;
position: relative;
padding: 0;
margin: 0;
}
#post-content #header-post img {
padding: 0;
margin: 0;
position: relative;
display: block;
width: 100%;
}
#post-content #header-post #header-one {
position: relative;
width: 80%;
margin: 0 auto;
padding: 30px 0 0 0;
}
#post-content #header-post #header-one label#the-title a {
font: 500 2em $titleType;
width: 97px;
height: 115px;
color: #fc6399;
text-decoration: none;
display: block;
word-break: break-all;
margin: 10px 0 0 10px;
}
#post-content #header-post #header-one span#post-title {
font: 200 4.5em/1em $titleType;
color: #d5cfba;
margin: 20px 0 0 10px;
padding: 20px 0 80px 0;
display: block;
}
#post-content #post-display {
color: $tertiary;
width: 80%;
margin: 50px auto;
font: 400 1.5em $bodyType;
padding-bottom: 50px;
}
/*# sourceMappingURL=base.css.map */

File diff suppressed because one or more lines are too long

View file

@ -1,82 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="0" width="51" height="50" viewBox="0, 0, 51, 50">
<defs>
<clipPath id="Clip_1">
<path d="M49.718,37 C50.164,37 50.325,37.046 50.488,37.134 C50.651,37.221 50.779,37.349 50.866,37.512 C50.954,37.675 51,37.836 51,38.282 L51,48.718 C51,49.164 50.954,49.325 50.866,49.488 C50.779,49.651 50.651,49.779 50.488,49.866 C50.325,49.954 50.164,50 49.718,50 L39.282,50 C38.836,50 38.675,49.954 38.512,49.866 C38.349,49.779 38.221,49.651 38.134,49.488 C38.046,49.325 38,49.164 38,48.718 L38,38.282 C38,37.836 38.046,37.675 38.134,37.512 C38.221,37.349 38.349,37.221 38.512,37.134 C38.675,37.046 38.836,37 39.282,37 L49.718,37 z"/>
</clipPath>
<clipPath id="Clip_2">
<path d="M49.718,19 C50.164,19 50.325,19.046 50.488,19.134 C50.651,19.221 50.779,19.349 50.866,19.512 C50.954,19.675 51,19.836 51,20.282 L51,30.718 C51,31.164 50.954,31.325 50.866,31.488 C50.779,31.651 50.651,31.779 50.488,31.866 C50.325,31.954 50.164,32 49.718,32 L39.282,32 C38.836,32 38.675,31.954 38.512,31.866 C38.349,31.779 38.221,31.651 38.134,31.488 C38.046,31.325 38,31.164 38,30.718 L38,20.282 C38,19.836 38.046,19.675 38.134,19.512 C38.221,19.349 38.349,19.221 38.512,19.134 C38.675,19.046 38.836,19 39.282,19 L49.718,19 z"/>
</clipPath>
<clipPath id="Clip_3">
<path d="M49.718,0 C50.164,0 50.325,0.046 50.488,0.134 C50.651,0.221 50.779,0.349 50.866,0.512 C50.954,0.675 51,0.836 51,1.282 L51,11.718 C51,12.164 50.954,12.325 50.866,12.488 C50.779,12.651 50.651,12.779 50.488,12.866 C50.325,12.954 50.164,13 49.718,13 L39.282,13 C38.836,13 38.675,12.954 38.512,12.866 C38.349,12.779 38.221,12.651 38.134,12.488 C38.046,12.325 38,12.164 38,11.718 L38,1.282 C38,0.836 38.046,0.675 38.134,0.512 C38.221,0.349 38.349,0.221 38.512,0.134 C38.675,0.046 38.836,0 39.282,0 L49.718,0 z"/>
</clipPath>
<clipPath id="Clip_4">
<path d="M30.718,37 C31.164,37 31.325,37.046 31.488,37.134 C31.651,37.221 31.779,37.349 31.866,37.512 C31.954,37.675 32,37.836 32,38.282 L32,48.718 C32,49.164 31.954,49.325 31.866,49.488 C31.779,49.651 31.651,49.779 31.488,49.866 C31.325,49.954 31.164,50 30.718,50 L20.282,50 C19.836,50 19.675,49.954 19.512,49.866 C19.349,49.779 19.221,49.651 19.134,49.488 C19.046,49.325 19,49.164 19,48.718 L19,38.282 C19,37.836 19.046,37.675 19.134,37.512 C19.221,37.349 19.349,37.221 19.512,37.134 C19.675,37.046 19.836,37 20.282,37 L30.718,37 z"/>
</clipPath>
<clipPath id="Clip_5">
<path d="M11.718,37 C12.164,37 12.325,37.046 12.488,37.134 C12.651,37.221 12.779,37.349 12.866,37.512 C12.954,37.675 13,37.836 13,38.282 L13,48.718 C13,49.164 12.954,49.325 12.866,49.488 C12.779,49.651 12.651,49.779 12.488,49.866 C12.325,49.954 12.164,50 11.718,50 L1.282,50 C0.836,50 0.675,49.954 0.512,49.866 C0.349,49.779 0.221,49.651 0.134,49.488 C0.046,49.325 0,49.164 0,48.718 L0,38.282 C0,37.836 0.046,37.675 0.134,37.512 C0.221,37.349 0.349,37.221 0.512,37.134 C0.675,37.046 0.836,37 1.282,37 L11.718,37 z"/>
</clipPath>
<clipPath id="Clip_6">
<path d="M30.718,19 C31.164,19 31.325,19.046 31.488,19.134 C31.651,19.221 31.779,19.349 31.866,19.512 C31.954,19.675 32,19.836 32,20.282 L32,30.718 C32,31.164 31.954,31.325 31.866,31.488 C31.779,31.651 31.651,31.779 31.488,31.866 C31.325,31.954 31.164,32 30.718,32 L20.282,32 C19.836,32 19.675,31.954 19.512,31.866 C19.349,31.779 19.221,31.651 19.134,31.488 C19.046,31.325 19,31.164 19,30.718 L19,20.282 C19,19.836 19.046,19.675 19.134,19.512 C19.221,19.349 19.349,19.221 19.512,19.134 C19.675,19.046 19.836,19 20.282,19 L30.718,19 z"/>
</clipPath>
<clipPath id="Clip_7">
<path d="M11.718,0 C12.164,0 12.325,0.046 12.488,0.134 C12.651,0.221 12.779,0.349 12.866,0.512 C12.954,0.675 13,0.836 13,1.282 L13,11.718 C13,12.164 12.954,12.325 12.866,12.488 C12.779,12.651 12.651,12.779 12.488,12.866 C12.325,12.954 12.164,13 11.718,13 L1.282,13 C0.836,13 0.675,12.954 0.512,12.866 C0.349,12.779 0.221,12.651 0.134,12.488 C0.046,12.325 0,12.164 0,11.718 L0,1.282 C0,0.836 0.046,0.675 0.134,0.512 C0.221,0.349 0.349,0.221 0.512,0.134 C0.675,0.046 0.836,0 1.282,0 L11.718,0 z"/>
</clipPath>
<clipPath id="Clip_8">
<path d="M11.718,18 C12.164,18 12.325,18.046 12.488,18.134 C12.651,18.221 12.779,18.349 12.866,18.512 C12.954,18.675 13,18.836 13,19.282 L13,29.718 C13,30.164 12.954,30.325 12.866,30.488 C12.779,30.651 12.651,30.779 12.488,30.866 C12.325,30.954 12.164,31 11.718,31 L1.282,31 C0.836,31 0.675,30.954 0.512,30.866 C0.349,30.779 0.221,30.651 0.134,30.488 C0.046,30.325 0,30.164 0,29.718 L0,19.282 C0,18.836 0.046,18.675 0.134,18.512 C0.221,18.349 0.349,18.221 0.512,18.134 C0.675,18.046 0.836,18 1.282,18 L11.718,18 z"/>
</clipPath>
<clipPath id="Clip_9">
<path d="M11.718,37 C12.164,37 12.325,37.046 12.488,37.134 C12.651,37.221 12.779,37.349 12.866,37.512 C12.954,37.675 13,37.836 13,38.282 L13,48.718 C13,49.164 12.954,49.325 12.866,49.488 C12.779,49.651 12.651,49.779 12.488,49.866 C12.325,49.954 12.164,50 11.718,50 L1.282,50 C0.836,50 0.675,49.954 0.512,49.866 C0.349,49.779 0.221,49.651 0.134,49.488 C0.046,49.325 0,49.164 0,48.718 L0,38.282 C0,37.836 0.046,37.675 0.134,37.512 C0.221,37.349 0.349,37.221 0.512,37.134 C0.675,37.046 0.836,37 1.282,37 L11.718,37 z"/>
</clipPath>
<clipPath id="Clip_10">
<path d="M30.718,0 C31.164,0 31.325,0.046 31.488,0.134 C31.651,0.221 31.779,0.349 31.866,0.512 C31.954,0.675 32,0.836 32,1.282 L32,11.718 C32,12.164 31.954,12.325 31.866,12.488 C31.779,12.651 31.651,12.779 31.488,12.866 C31.325,12.954 31.164,13 30.718,13 L20.282,13 C19.836,13 19.675,12.954 19.512,12.866 C19.349,12.779 19.221,12.651 19.134,12.488 C19.046,12.325 19,12.164 19,11.718 L19,1.282 C19,0.836 19.046,0.675 19.134,0.512 C19.221,0.349 19.349,0.221 19.512,0.134 C19.675,0.046 19.836,0 20.282,0 L30.718,0 z"/>
</clipPath>
<clipPath id="Clip_11">
<path d="M49.718,0 C50.164,0 50.325,0.046 50.488,0.134 C50.651,0.221 50.779,0.349 50.866,0.512 C50.954,0.675 51,0.836 51,1.282 L51,11.718 C51,12.164 50.954,12.325 50.866,12.488 C50.779,12.651 50.651,12.779 50.488,12.866 C50.325,12.954 50.164,13 49.718,13 L39.282,13 C38.836,13 38.675,12.954 38.512,12.866 C38.349,12.779 38.221,12.651 38.134,12.488 C38.046,12.325 38,12.164 38,11.718 L38,1.282 C38,0.836 38.046,0.675 38.134,0.512 C38.221,0.349 38.349,0.221 38.512,0.134 C38.675,0.046 38.836,0 39.282,0 L49.718,0 z"/>
</clipPath>
<clipPath id="Clip_12">
<path d="M31.94,18.858 C32.012,18.857 32.083,18.864 32.152,18.877 L18.877,32.152 C18.866,32.093 18.859,32.032 18.858,31.97 C18.858,31.96 18.858,31.95 18.858,31.94 L19.032,20.3 C19.039,19.862 19.086,19.704 19.172,19.544 C19.259,19.384 19.384,19.259 19.544,19.172 C19.704,19.086 19.862,19.039 20.3,19.033 L31.94,18.858 z"/>
</clipPath>
</defs>
<g id="Layer_1">
<g id="Layer_1">
<g clip-path="url(#Clip_1)">
<path d="M56,55 L33,55 L33,32 L56,32 z" fill="#F2F1EF"/>
</g>
<g clip-path="url(#Clip_2)">
<path d="M56,37 L33,37 L33,14 L56,14 z" fill="#F2F1EF"/>
</g>
<g clip-path="url(#Clip_3)">
<path d="M56,18 L33,18 L33,-5 L56,-5 z" fill="#F2F1EF"/>
</g>
<g clip-path="url(#Clip_4)">
<path d="M37,55 L14,55 L14,32 L37,32 z" fill="#F2F1EF"/>
</g>
<g clip-path="url(#Clip_5)">
<path d="M18,55 L-5,55 L-5,32 L18,32 z" fill="#F2F1EF"/>
</g>
<g clip-path="url(#Clip_6)">
<path d="M37,37 L14,37 L14,14 L37,14 z" fill="#F2F1EF"/>
</g>
<g clip-path="url(#Clip_7)">
<path d="M-5,-5 L18,-5 L18,18 L-5,18 z" fill="#FC6399"/>
</g>
<g clip-path="url(#Clip_8)">
<path d="M-5,13 L18,13 L18,36 L-5,36 z" fill="#FC6399"/>
</g>
<g clip-path="url(#Clip_9)">
<path d="M-5,32 L18,32 L18,55 L-5,55 z" fill="#FC6399"/>
</g>
<g clip-path="url(#Clip_10)">
<path d="M14,-5 L37,-5 L37,18 L14,18 z" fill="#FC6399"/>
</g>
<g clip-path="url(#Clip_11)">
<path d="M33,-5 L56,-5 L56,18 L33,18 z" fill="#FC6399"/>
</g>
<g clip-path="url(#Clip_12)">
<path d="M5.622,25.968 L25.968,5.622 L39.223,18.877 L18.877,39.223 z" fill="#FC6399"/>
</g>
<svg width="100%" height="100%" viewBox="0 0 486 678" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g id="Logo" transform="matrix(1.36867,0,0,1.36867,-351.696,-71.9183)">
<g transform="matrix(2.31599,0,0,2.31599,218.53,-99.4797)">
<path d="M93.67,140.92L93.67,140.921C105.569,140.921 115.216,150.567 115.216,162.467L115.216,172.724L115.216,172.724L115.216,182.262C115.216,194.161 105.569,203.808 93.669,203.808C81.976,203.217 74.12,195.969 72.237,184.474L72.282,182.737L72.282,162.467L72.205,160.847C72.775,149.587 82.728,141.121 93.67,140.92Z" style="fill:rgb(252,99,153);fill-rule:nonzero;"/>
</g>
<g transform="matrix(2.31599,0,0,2.31599,218.53,-437.697)">
<path d="M93.67,211.678L93.67,211.678C105.569,211.678 115.216,221.324 115.216,233.224L115.216,243.481L115.216,243.481L115.216,253.019C115.216,264.919 105.569,274.565 93.669,274.565C81.976,273.975 74.12,266.726 72.237,255.232L72.282,253.495L72.282,233.224L72.205,231.604C72.775,220.344 82.728,211.878 93.67,211.678Z" style="fill:rgb(252,99,153);fill-rule:nonzero;"/>
</g>
<g transform="matrix(2.31599,0,0,2.31599,218.53,241.338)">
<path d="M93.67,69.288L93.67,69.288C105.569,69.288 115.216,78.934 115.216,90.834L115.216,101.091L115.216,101.091L115.216,110.629C115.216,122.528 105.569,132.175 93.669,132.175C81.976,131.584 74.12,124.336 72.237,112.842L72.282,111.105L72.282,90.834L72.205,89.214C72.775,77.954 82.728,69.488 93.67,69.288Z" style="fill:rgb(171,183,183);fill-rule:nonzero;"/>
</g>
<g transform="matrix(2.31599,0,0,2.31599,218.53,-104.112)">
<path d="M38.059,142.92L38.059,142.921C49.958,142.921 59.605,152.567 59.605,164.467L59.605,174.724L59.605,174.724L59.605,184.262C59.605,196.161 49.958,205.808 38.058,205.808C26.365,205.217 18.509,197.969 16.626,186.474L16.671,184.737L16.671,164.467L16.594,162.847C17.164,151.587 27.117,143.121 38.059,142.92Z" style="fill:rgb(252,99,153);fill-rule:nonzero;"/>
</g>
<g transform="matrix(2.31599,0,0,2.31599,218.53,-104.112)">
<path d="M148.331,142.92L148.331,142.921C160.23,142.921 169.877,152.567 169.877,164.467L169.877,174.724L169.877,174.724L169.877,184.262C169.877,196.161 160.23,205.808 148.331,205.808C136.637,205.217 128.782,197.969 126.898,186.474L126.943,184.737L126.943,164.467L126.867,162.847C127.436,151.587 137.389,143.121 148.331,142.92Z" style="fill:rgb(171,183,183);fill-rule:nonzero;"/>
</g>
<g transform="matrix(2.31599,0,0,2.31599,218.53,-437.697)">
<path d="M38.059,211.678L38.059,211.678C49.958,211.678 59.605,221.324 59.605,233.224L59.605,243.481L59.605,243.481L59.605,253.019C59.605,264.919 49.958,274.565 38.058,274.565C26.365,273.975 18.509,266.726 16.626,255.232L16.671,253.495L16.671,233.224L16.594,231.604C17.164,220.344 27.117,211.878 38.059,211.678Z" style="fill:rgb(252,99,153);fill-rule:nonzero;"/>
</g>
<g transform="matrix(2.31599,0,0,2.31599,218.53,-437.697)">
<path d="M148.331,211.678L148.331,211.678C160.23,211.678 169.877,221.324 169.877,233.224L169.877,243.481L169.877,243.481L169.877,253.019C169.877,264.919 160.23,274.565 148.331,274.565C136.637,273.975 128.782,266.726 126.898,255.232L126.943,253.495L126.943,233.224L126.867,231.604C127.436,220.344 137.389,211.878 148.331,211.678Z" style="fill:rgb(252,99,153);fill-rule:nonzero;"/>
</g>
<g transform="matrix(2.31599,0,0,2.31599,218.53,241.338)">
<path d="M38.059,69.288L38.059,69.288C49.958,69.288 59.605,78.934 59.605,90.834L59.605,101.091L59.605,101.091L59.605,110.629C59.605,122.528 49.958,132.175 38.058,132.175C26.365,131.584 18.509,124.336 16.626,112.842L16.671,111.105L16.671,90.834L16.594,89.214C17.164,77.954 27.117,69.488 38.059,69.288Z" style="fill:rgb(252,99,153);fill-rule:nonzero;"/>
</g>
<g transform="matrix(2.31599,0,0,2.31599,218.53,241.338)">
<path d="M148.331,69.288L148.331,69.288C160.23,69.288 169.877,78.934 169.877,90.834L169.877,101.091L169.877,101.091L169.877,110.629C169.877,122.528 160.23,132.175 148.331,132.175C136.637,131.584 128.782,124.336 126.898,112.842L126.943,111.105L126.943,90.834L126.867,89.214C127.436,77.954 137.389,69.488 148.331,69.288Z" style="fill:rgb(171,183,183);fill-rule:nonzero;"/>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View file

@ -196,7 +196,7 @@ var parent = module.bundle.parent;
if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
var hostname = "" || location.hostname;
var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
var ws = new WebSocket(protocol + '://' + hostname + ':' + "51759" + '/');
var ws = new WebSocket(protocol + '://' + hostname + ':' + "52648" + '/');
ws.onmessage = function (event) {
checkedAssets = {};

View file

@ -4,15 +4,16 @@ block main-content
article
.index
p !{content}
span Recent
br
- if(recent_posts)
- var index = 0;
- for ( index; index < recent_posts.length; index++)
a(href="/"+recent_posts[index].path+"/"+recent_posts[index].slug)= recent_posts[index].title
label= " "+recent_posts[index].created
br
- if(featured_posts)
.recent
span Recent
br
- if(recent_posts)
- var index = 0;
- for ( index; index < recent_posts.length; index++)
a(href="/"+recent_posts[index].path+"/"+recent_posts[index].slug)= recent_posts[index].title
br
- if(featured_posts)
.featured
span Featured
br
- var index = 0;
@ -20,8 +21,8 @@ block main-content
a(href="/"+featured_posts[index].metadata.path+"/"+featured_posts[index].metadata.slug)= featured_posts[index].metadata.title
br
br
a(href='/archives') Post Archive
label The whole dirty.
br
a(href='/archives') The Archives
footer
| © 2020 Fipamo by PV

View file

@ -1,6 +1,6 @@
{
"name": "default-light",
"display-name": "Fipamo Oh Won Light",
"display-name": "Fipamo Oh Won Lyte",
"author": "Are0h",
"description": "The most dangerous default theme in the known universe.",
"version": "1.0.0"