diff --git a/.gitattributes b/.gitattributes index dfe0770..bc51cc8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ # Auto detect text files and perform LF normalization * text=auto + +# Ignore Jupyter Notebooks in language stats. +*.ipynb linguist-vendored \ No newline at end of file diff --git a/site/assets/css/theme.css b/site/assets/css/theme.css index 582a7b4..ad3a24a 100644 --- a/site/assets/css/theme.css +++ b/site/assets/css/theme.css @@ -176,6 +176,7 @@ label:has(input[name="tag-selector"]){ vertical-align: middle; text-decoration: unset; font-weight: unset; + white-space: nowrap; cursor: pointer; } diff --git a/site/pages/don-info.html b/site/pages/don-info.html deleted file mode 100644 index 06fca8b..0000000 --- a/site/pages/don-info.html +++ /dev/null @@ -1,32 +0,0 @@ -
-

Info for Don

-
- -

Addresses

- - -

Paint

- Let me know if any of these colors are bad. - - -

Flooring

-
\ No newline at end of file diff --git a/site/pages/index.md b/site/pages/index.md index 588b968..bac0e83 100644 --- a/site/pages/index.md +++ b/site/pages/index.md @@ -1,10 +1,11 @@ --- title: Welcome -date: 2026-01-30 +date: 2023-06-04 +lastmod: 2026-02-03 published: true tags: [] --- -Welcome to my little corner of the Internet! My name is Jim Shepich (@epicshepich). I like to introduce myself as a jack-of-all-trades with a Master's in data science. My main interests include STEM, martial arts (especially jūjutsu), sci-fi and fantasy, tabletop and video gaming, cartoons and comics, and DIY, but I also love to branch out and learn new things! My dream is to become "The Most Interesting Man in the World." +Hello, World! Welcome to my little corner of the Internet. My name is **Jim Shepich** ([/ˈdʒɪm ˈʃɛpɪk/](https://ipa-reader.com/?text=%CB%88d%CA%92%C9%AAm%20%CB%88%CA%83%C9%9Bp%C9%AAk)), and this website — **Jimsite** — is my personal "digital garden", as well as the gateway to my homelab ecosystem: **Jimlab**. -This website started as a way for me to exercise and showcase my skills with vanilla HTML, JavaScript, CSS, and PHP. Now, it's just a matter of filling the site with content! My vision for this website is for it to serve as a gift to my future reincarnated self (if that's what happens) — a way to pass on the little tips and tricks, bits of wisdom, resources, and treasures I've accumulated over the course of my life (think _new game plus_). And if some other kindred spirits find something here that helps them on their journey, that's a bonus! +Although Jimsite started as a humble portfolio project for showcasing my webdev skills, my vision quickly became to make it into a gift to my future reincarnated self. A way to pass on the little tips and tricks, bits of wisdom, resources, and treasures I've accumulated over the course of my life (think _new game plus_). If someone else finds something here that helps them on their journey, that's a bonus! This ambition is being realized in the form of the **[Dogma Jimfinium](dogma-jimfinium/archive.html)**. \ No newline at end of file diff --git a/site/pages/lists.html b/site/pages/lists.html deleted file mode 100644 index 3f4aa41..0000000 --- a/site/pages/lists.html +++ /dev/null @@ -1,9 +0,0 @@ - -
- -

List

-
-

- - -
diff --git a/site/templates/components/blog_article.html b/site/templates/components/blog_article.html index 72743fd..dbc4e97 100644 --- a/site/templates/components/blog_article.html +++ b/site/templates/components/blog_article.html @@ -1,10 +1,10 @@
- + + First published: · Last modified: +

{article.metadata.title}

By
-
First published: -
Last modified:

{article.content}


diff --git a/site/templates/pages/default.html b/site/templates/pages/default.html index 608c0ce..2080d69 100644 --- a/site/templates/pages/default.html +++ b/site/templates/pages/default.html @@ -9,6 +9,7 @@ {templates.partials.nav} {site.title} +
diff --git a/site/templates/partials/nav.html b/site/templates/partials/nav.html index ed5c746..e274537 100644 --- a/site/templates/partials/nav.html +++ b/site/templates/partials/nav.html @@ -1,5 +1,5 @@ \ No newline at end of file