Title: Under the Dice Fest, Flames of Orion
Date: 2025-05-21
Category: Gallery
+Tags: gallery, blog, events, wargaming
I play a solid amount of Battletech today, but only because last summer I wanted
to play Flames of Orion. I wandered into to my FLGS and after picking up and
--- /dev/null
+Title: Lore Without Models, Models Without Lore
+Category: Blog
+Date: 2025-06-04
+Tags: necropolis28
+Status: draft
+
+Ever since watching [Monk's](https://www.instagram.com/googlyeyedskull/){: .anchor}
+[video](https://www.youtube.com/watch?v=aEcuGNaOxvw){: .anchor} about the An Argent Host
+event earlier this year, I've wanted to try my hand at
+[Necropolis28](https://www.patreon.com/Necropolis28){: .anchor}. While I
+tend to find anyting but the most elementary list building inscrutible, I've
+been reading the rules, and I have a couple of gatherings in mind.
+
+The first is built around models I have been gathering or have made over the
+last few months. These I'm putting together for their boney aspect and the
+similarities in their faces. The ghost to the far left is a cast of a sculpt I
+made last year. The middle two models are metal casts from [Weeping
+Warlock](https://weepingwarlock.bigcartel.com/){: .anchor}, and the spiky boi I got from
+[Tanner Simpson](https://www.instagram.com/simpsominiatures/){: .anchor} while at Under The
+Dice Fest.
+
+{: .image-med}
+
+## We Are Echoes
+
+> The Cairn-born and the Scions can pretend otherwise, with their clattering
+> forms - such noise they make, such vanity - but deep down we all know the
+> truth: our existence is but the faint remnant of lost aeons, too few of us
+> remember.
--- /dev/null
+Title: About
+
+# What Is Vexing Workshop?
+
+I'm Adam. August Knower and Sage of the Tankard; Asteroid Hermit; Aging
+Cyberpunk; Painter, Hacker, Gamer - Neutral Good - Illegitimi non carborundum
+
+Vexing Workshop is me. Vexing Workshop came to me as a phrase spoken
+spontaneously as I awoke one spring morning several years ago. I didn't know
+what it meant. I didn't know what I would do with it. But I committed to the
+name, I've committed to the idea.
+
+Vexing Workshop is the home for all of my artistic and creative endeavors,
+including:
+
+* painting
+* sculpting
+* molding and casting
+
+
+{: .profile}
--- /dev/null
+Title: Strange Artifacts
+
+## What Is Strange Artifacts?
+
+Strange Artifacts is a collective of grimdark weirdos in the Rocky Mountain
+Region.
+
+If you are local and seek companions for kitbashing,
+painting, sculpting and games, get in touch!
+
+## What _Else_ Is Strange Artifacts?
+
+Strange Artifacts is a narrative, invitational wargaming event to be held in the
+fall of 2025.
#STYLESHEET_URL = './theme/css/main.css'
MENUITEMS = (
- ("Gallery", "/category/gallery.html"),
("Shop", "https://vexingworkshop.bigcartel.com"),
)
)
DEFAULT_PAGINATION = 10
-DISPLAY_PAGES_ON_MENU = False
+DISPLAY_PAGES_ON_MENU = True
DISPLAY_CATEGORIES_ON_MENU = False
# Uncomment following line if you want document-relative URLs when developing
--heading-color: #ffffff;
--heading-text: var(--text-color);
--aside-color: #800020;
+ --link-color: #800020;
--font-family: "Welfare Brat", serif;
--quote-color: #ebebeb;
}
a {
text-decoration: none;
- color: var(--link-color);
+ color: var(--text-color);
}
a:hover {
justify-content: space-around;
}
+ul li::before {
+ content: "☠";
+ margin-right: 3px;
+}
+
aside#featured {
}
font-size: 2em;
}
+article a.anchor {
+ color: var(--link-color);
+}
+
article .post-info {
align-self: baseline;
font-style: italic;
}
-article img.image {
- width: 240px;
+article img {
margin: 10px;
box-shadow: 10px 10px 10px gray;
}
+article img.image {
+ width: 240px;
+}
+
+article img.image-med {
+ width: 480px;
+}
+
section#content {
}
margin: 0;
padding: 15px;
}
+
+img.profile {
+ width: 400px;
+}
{% block content %}
<section id="content" class="body">
- <h1 class="entry-title">{{ page.title }}</h1>
+ <!--h1 class="entry-title">{{ page.title }}</h1-->
{% import 'translations.html' as translations with context %}
{{ translations.translations_for(page) }}
{{ page.content }}