This commit is contained in:
bearfm 2024-01-26 23:38:21 -08:00
parent 3e72ea407a
commit b2a1096e2d
Signed by untrusted user who does not match committer: bearfm
GPG Key ID: 573A776FED58E1A4
9 changed files with 17 additions and 8 deletions

2
dist/404.html vendored
View File

@ -25,7 +25,7 @@
<article class="article"> <article class="article">
<h1 id="404-not-found">404: Not Found</h1> <h1 id="404-not-found">404: Not Found</h1>
<p><a <p><a
href="xertun.webp"><img src="xertun.webp" width="200" height="200"/></a></p> href="xertun.webp"><img src="xertun.webp" width="200" height="200" class="error-image"/></a></p>
</article> </article>
</body> </body>
</html> </html>

View File

@ -24,7 +24,8 @@
</div> </div>
<article class="article"> <article class="article">
<p>wowzers first post</p> <p>wowzers first post</p>
<p>p</p> <p><img src="/xertun.webp" width="200" height="200"></p>
<p>me ^</p>
</article> </article>
</body> </body>
</html> </html>

2
dist/blogIndex.js vendored
View File

@ -15,7 +15,7 @@ function blogIndex() {
const liElement = document.createElement('li'); const liElement = document.createElement('li');
const aElement = document.createElement('a'); const aElement = document.createElement('a');
aElement.href = uri; aElement.href = uri.substring(uri.indexOf('/blog/'));
aElement.textContent = name; aElement.textContent = name;
liElement.appendChild(aElement); liElement.appendChild(aElement);
ulElement.appendChild(liElement); ulElement.appendChild(liElement);

2
dist/css/style.css vendored
View File

@ -1,2 +1,2 @@
@import "https://fonts.googleapis.com/icon?family=Material+Icons";body{font-family:Arial, sans-serif;font-size:1.5em;margin:2em;line-height:1.6;height:100vh;width:auto;margin:0;padding:0;text-align:center;background-color:#282828;color:#ebdbb2}.meta{font-size:0.75em;line-height:1;color:#504945}.center-box{text-align:left;width:15%;margin:auto}header{background-color:#3c3836;color:#ebdbb2}header a{color:#ebdbb2;text-decoration:dotted;font-size:1.5rem}header a i{vertical-align:middle;display:inline-block}nav{background-color:#504945;color:#ebdbb2;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px}.title{font-weight:bolder}.article{width:auto;margin:0 auto;margin-top:0%;text-align:justify;width:30vw}.article h1,.article h2,.article h3,.article h4,.article h5,.article h6{text-align:center}ul,li,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6{color:#fbf1c7}a{color:#458588}a:hover{color:#689d6a}button{background-color:#b16286;color:#fbf1c7}button:hover{background-color:#458588}p{margin-bottom:1em}pre{background-color:#504945;padding:0.5em;overflow:auto}code{font-family:'Courier New', Courier, monospace;background-color:#504945;color:#d65d0e;padding:0.2em;border-radius:3px}table{border-collapse:collapse;width:100%;margin-bottom:1em;border-collapse:collapse}table th,table td{border:1px solid #3c3836;padding:8px;text-align:left}th,td{border:1px solid #fbf1c7;padding:8px;text-align:left}th{background-color:#ebdbb2}blockquote{border-left:2px solid #504945;margin:1em 0;padding-left:1em}footer{background-color:#3c3836;color:#d5c4a1} @import "https://fonts.googleapis.com/icon?family=Material+Icons";body{font-family:Arial, sans-serif;font-size:1.5em;margin:2em;line-height:1.6;height:100vh;width:auto;margin:0;padding:0;text-align:center;background-color:#282828;color:#ebdbb2}.error-image{display:block;margin-left:auto;margin-right:auto}.meta{font-size:0.75em;line-height:1;color:#504945}.center-box{text-align:left;width:15%;margin:auto}header{background-color:#3c3836;color:#ebdbb2}header a{color:#ebdbb2;text-decoration:dotted;font-size:1.5rem}header a i{vertical-align:middle;display:inline-block}nav{background-color:#504945;color:#ebdbb2;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px}.title{font-weight:bolder}.article{width:auto;margin:0 auto;margin-top:0%;text-align:justify;width:30vw}.article h1,.article h2,.article h3,.article h4,.article h5,.article h6{text-align:center}ul,li,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6{color:#fbf1c7}a{color:#458588}a:hover{color:#689d6a}button{background-color:#b16286;color:#fbf1c7}button:hover{background-color:#458588}p{margin-bottom:1em}pre{background-color:#504945;padding:0.5em;overflow:auto}code{font-family:'Courier New', Courier, monospace;background-color:#504945;color:#d65d0e;padding:0.2em;border-radius:3px}table{border-collapse:collapse;width:100%;margin-bottom:1em;border-collapse:collapse}table th,table td{border:1px solid #3c3836;padding:8px;text-align:left}th,td{border:1px solid #fbf1c7;padding:8px;text-align:left}th{background-color:#ebdbb2}blockquote{border-left:2px solid #504945;margin:1em 0;padding-left:1em}footer{background-color:#3c3836;color:#d5c4a1}
/*# sourceMappingURL=style.css.map */ /*# sourceMappingURL=style.css.map */

View File

@ -1,6 +1,6 @@
{ {
"version": 3, "version": 3,
"mappings": "AAgBQ,iEAAyD,CAkBjE,IAAK,CACD,WAAW,CAAE,iBAAiB,CAC9B,SAAS,CAAE,KAAK,CAEhB,MAAM,CAAE,GAAG,CACX,WAAW,CAAE,GAAG,CAEhB,MAAM,CAAE,KAAK,CACb,KAAK,CAAE,IAAI,CACX,MAAM,CAAE,CAAC,CACT,OAAO,CAAE,CAAC,CAEV,UAAU,CAAE,MAAM,CAElB,gBAAgB,CA9BP,OAAO,CA+BhB,KAAK,CA9BI,OAAO,CAiCpB,KAAM,CACF,SAAS,CAAE,MAAM,CACjB,WAAW,CAAE,CAAC,CACd,KAAK,CAlCO,OAAO,CAqCvB,WAAY,CACR,UAAU,CAAE,IAAI,CAChB,KAAK,CAAE,GAAG,CACV,MAAM,CAAE,IAAI,CAGhB,MAAO,CACH,gBAAgB,CA7CJ,OAAO,CA8CnB,KAAK,CA/CI,OAAO,CAgDhB,QAAE,CACE,KAAK,CAjDA,OAAO,CAkDZ,eAAe,CAAE,MAAM,CACvB,SAAS,CAAE,MAAM,CACjB,UAAE,CACE,cAAc,CAAE,MAAM,CACtB,OAAO,CAAE,YAAY,CAKjC,GAAI,CACA,gBAAgB,CA1DJ,OAAO,CA2DnB,KAAK,CAzDQ,OAAO,CA0DpB,OAAO,CAAE,IAAI,CACb,cAAc,CAAE,GAAG,CAEnB,WAAW,CAAE,MAAM,CACnB,eAAe,CAAE,MAAM,CAEvB,GAAG,CAAE,GAAG,CAGZ,MAAO,CACH,WAAW,CAAE,MAAM,CAGvB,QAAS,CACL,KAAK,CAAE,IAAI,CACX,MAAM,CAAE,MAAM,CACd,UAAU,CAAE,EAAE,CACd,UAAU,CAAE,OAAO,CAEnB,KAAK,CAAE,IAAI,CAGf,uEAKY,CACR,UAAU,CAAE,MAAM,CAGtB,QAAW,CACP,MAAM,CAAE,CAAC,CACT,OAAO,CAAE,CAAC,CACV,UAAU,CAAE,IAAI,CAGpB,iBAAuB,CACnB,KAAK,CAjGQ,OAAO,CAoGxB,CAAE,CACE,KAAK,CA9FM,OAAO,CA+FlB,OAAQ,CACN,KAAK,CA9FI,OAAO,CAkGtB,MAAO,CACH,gBAAgB,CApGH,OAAO,CAqGpB,KAAK,CA7GQ,OAAO,CA8GpB,YAAQ,CACN,gBAAgB,CAxGP,OAAO,CA6GtB,CAAE,CACE,aAAa,CAAE,GAAG,CAGtB,GAAI,CACA,gBAAgB,CA1HJ,OAAO,CA2HnB,OAAO,CAAE,KAAK,CACd,QAAQ,CAAE,IAAI,CAGlB,IAAK,CACD,WAAW,CAAE,iCAAiC,CAC9C,gBAAgB,CAjIJ,OAAO,CAkInB,KAAK,CAvHQ,OAAO,CAwHpB,OAAO,CAAE,KAAK,CACd,aAAa,CAAE,GAAG,CAGtB,KAAM,CACF,eAAe,CAAE,QAAQ,CACzB,KAAK,CAAE,IAAI,CACX,aAAa,CAAE,GAAG,CAClB,eAAe,CAAE,QAAQ,CACzB,iBAAO,CACH,MAAM,CAAE,iBAAwB,CAChC,OAAO,CAAE,GAAG,CACZ,UAAU,CAAE,IAAI,CAIxB,KAAO,CACH,MAAM,CAAE,iBAAyB,CACjC,OAAO,CAAE,GAAG,CACZ,UAAU,CAAE,IAAI,CAGpB,EAAG,CACC,gBAAgB,CAxJH,OAAO,CA2JxB,UAAW,CACP,WAAW,CAAE,iBAAwB,CACrC,MAAM,CAAE,KAAK,CACb,YAAY,CAAE,GAAG,CAGrB,MAAO,CACH,gBAAgB,CArKJ,OAAO,CAsKnB,KAAK,CAlKQ,OAAO", "mappings": "AAgBQ,iEAAyD,CAkBjE,IAAK,CACD,WAAW,CAAE,iBAAiB,CAC9B,SAAS,CAAE,KAAK,CAEhB,MAAM,CAAE,GAAG,CACX,WAAW,CAAE,GAAG,CAEhB,MAAM,CAAE,KAAK,CACb,KAAK,CAAE,IAAI,CACX,MAAM,CAAE,CAAC,CACT,OAAO,CAAE,CAAC,CAEV,UAAU,CAAE,MAAM,CAElB,gBAAgB,CA9BP,OAAO,CA+BhB,KAAK,CA9BI,OAAO,CAiCpB,YAAa,CACT,OAAO,CAAE,KAAK,CACd,WAAW,CAAE,IAAI,CACjB,YAAY,CAAE,IAAI,CAGtB,KAAM,CACF,SAAS,CAAE,MAAM,CACjB,WAAW,CAAE,CAAC,CACd,KAAK,CAxCO,OAAO,CA2CvB,WAAY,CACR,UAAU,CAAE,IAAI,CAChB,KAAK,CAAE,GAAG,CACV,MAAM,CAAE,IAAI,CAGhB,MAAO,CACH,gBAAgB,CAnDJ,OAAO,CAoDnB,KAAK,CArDI,OAAO,CAsDhB,QAAE,CACE,KAAK,CAvDA,OAAO,CAwDZ,eAAe,CAAE,MAAM,CACvB,SAAS,CAAE,MAAM,CACjB,UAAE,CACE,cAAc,CAAE,MAAM,CACtB,OAAO,CAAE,YAAY,CAKjC,GAAI,CACA,gBAAgB,CAhEJ,OAAO,CAiEnB,KAAK,CA/DQ,OAAO,CAgEpB,OAAO,CAAE,IAAI,CACb,cAAc,CAAE,GAAG,CAEnB,WAAW,CAAE,MAAM,CACnB,eAAe,CAAE,MAAM,CAEvB,GAAG,CAAE,GAAG,CAGZ,MAAO,CACH,WAAW,CAAE,MAAM,CAGvB,QAAS,CACL,KAAK,CAAE,IAAI,CACX,MAAM,CAAE,MAAM,CACd,UAAU,CAAE,EAAE,CACd,UAAU,CAAE,OAAO,CAEnB,KAAK,CAAE,IAAI,CAGf,uEAKY,CACR,UAAU,CAAE,MAAM,CAGtB,QAAW,CACP,MAAM,CAAE,CAAC,CACT,OAAO,CAAE,CAAC,CACV,UAAU,CAAE,IAAI,CAGpB,iBAAuB,CACnB,KAAK,CAvGQ,OAAO,CA0GxB,CAAE,CACE,KAAK,CApGM,OAAO,CAqGlB,OAAQ,CACN,KAAK,CApGI,OAAO,CAwGtB,MAAO,CACH,gBAAgB,CA1GH,OAAO,CA2GpB,KAAK,CAnHQ,OAAO,CAoHpB,YAAQ,CACN,gBAAgB,CA9GP,OAAO,CAmHtB,CAAE,CACE,aAAa,CAAE,GAAG,CAGtB,GAAI,CACA,gBAAgB,CAhIJ,OAAO,CAiInB,OAAO,CAAE,KAAK,CACd,QAAQ,CAAE,IAAI,CAGlB,IAAK,CACD,WAAW,CAAE,iCAAiC,CAC9C,gBAAgB,CAvIJ,OAAO,CAwInB,KAAK,CA7HQ,OAAO,CA8HpB,OAAO,CAAE,KAAK,CACd,aAAa,CAAE,GAAG,CAGtB,KAAM,CACF,eAAe,CAAE,QAAQ,CACzB,KAAK,CAAE,IAAI,CACX,aAAa,CAAE,GAAG,CAClB,eAAe,CAAE,QAAQ,CACzB,iBAAO,CACH,MAAM,CAAE,iBAAwB,CAChC,OAAO,CAAE,GAAG,CACZ,UAAU,CAAE,IAAI,CAIxB,KAAO,CACH,MAAM,CAAE,iBAAyB,CACjC,OAAO,CAAE,GAAG,CACZ,UAAU,CAAE,IAAI,CAGpB,EAAG,CACC,gBAAgB,CA9JH,OAAO,CAiKxB,UAAW,CACP,WAAW,CAAE,iBAAwB,CACrC,MAAM,CAAE,KAAK,CACb,YAAY,CAAE,GAAG,CAGrB,MAAO,CACH,gBAAgB,CA3KJ,OAAO,CA4KnB,KAAK,CAxKQ,OAAO",
"sources": ["../../src/scss/style.scss"], "sources": ["../../src/scss/style.scss"],
"names": [], "names": [],
"file": "style.css" "file": "style.css"

View File

@ -7,4 +7,4 @@ modified: January 25, 2024
# 404: Not Found # 404: Not Found
[<img src="xertun.webp" width="200" height="200"/>](xertun.webp) [<img src="xertun.webp" width="200" height="200" class="error-image"/>](xertun.webp)

View File

@ -7,4 +7,6 @@ modified: January 26, 2024
wowzers first post wowzers first post
<p>p</p> <img src="/xertun.webp" width="200" height="200">
me ^

View File

@ -50,6 +50,12 @@ body {
color: $gruvbox-fg; color: $gruvbox-fg;
} }
.error-image {
display: block;
margin-left: auto;
margin-right: auto;
}
.meta { .meta {
font-size: 0.75em; font-size: 0.75em;
line-height: 1; line-height: 1;

View File

@ -15,7 +15,7 @@ function blogIndex() {
const liElement = document.createElement('li'); const liElement = document.createElement('li');
const aElement = document.createElement('a'); const aElement = document.createElement('a');
aElement.href = uri; aElement.href = uri.substring(uri.indexOf('/blog/'));
aElement.textContent = name; aElement.textContent = name;
liElement.appendChild(aElement); liElement.appendChild(aElement);
ulElement.appendChild(liElement); ulElement.appendChild(liElement);