Add forgotten post

Remove cross-env
This commit is contained in:
Eric Woodward 2023-07-21 00:15:03 -04:00
parent 5af4cb886f
commit bf448aa47f
2 changed files with 31 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{
"name": "iew-site-builder",
"version": "0.9.2",
"version": "0.9.3",
"description": "",
"main": "index.js",
"scripts": {
"build": "node app.js build",
"build:prod": "cross-env NODE_ENV=production node ./lib/build",
"build:prod": "NODE_ENV=production node ./lib/build",
"serve": "node app.js serve",
"watch": "node app.js watch"
},

View File

@ -0,0 +1,29 @@
---
title: The Planar Vagabond's Guide to the Multiverse Has Arrived!
content_type: journal
date_pub: 2023-07-20T12:42:00-05:00
description: I launched a whole-new site, collecting my custom OSR homebrew (and other content) into a single interplanar space.
tags: games osr
---
Announcing the arrival of the most important interplanar publication since the great _Encyclopedia of the University Eternal_; a wholly remarkable tome, more popular than the _Idiots Guide to Running an Astral Business_, better selling than _Fifty More Things to do in Subjective Gravity_, and more controversial than Balyx Balators trilogy of metaphysical blockbusters: _Where the Gods Went Wrong_, _Infernus: Fairy-tale or Fiction?_, and _The Lie of Alignment_...
It's [The Planar Vagabond's Guide to the Multiverse](https://www.planarvagabond.com)!
This incredible (but exceedingly portable) guide includes everything you might want to know about the various planes of existence, the creatures that inhabit them, and the strange (but potent) magic items that one can encounter while traveling among them.
If you want to know how to get around the astral plane on less than 5 silver pieces a day, this is your guide!
[GET YOUR COPY FOR FREE TODAY!](https://www.planarvagabond.com)!
<hr style="border-color: #333; width: 90%" />
OK... Truth be told, the **PVGttM** is a new website that I recently launched which serves as a dumping ground for all of my <abbr title="Old-School Renaissance">OSR</abbr> <abbr title="Role-Playing Game">RPG</abbr> homebrew (including [classes](https://www.planarvagabond.com/classes/index.html), [races](https://www.planarvagabond.com/races/index.html), [creatures](https://www.planarvagabond.com/bestiary/index.html), and [magic items](https://www.planarvagabond.com/magic-items/index.html)), as well as a place for documenting [the rules](https://www.planarvagabond.com/rules/index.html) that my friends and I use in our Monday night astral RPG[^1] and [the multiverse](https://www.planarvagabond.com/planes/index.html) we're building together.
From a technical standpoint, [the site](https://git.itsericwoodward.com/eric/pvgttm-web) uses more-or-less the same engine that [this site](https://git.itsericwoodward.com/eric/itsericwoodward-site-v2) does, combining a custom [markdown-based](https://github.com/markdown-it/markdown-it) parser with some [EJS](https://github.com/mde/ejs) templates to render static <abbr title="HyperText Markup Language">HTML</abbr>, served with a smile by the same Pi4 + nginx combination that this site runs on.
There's already a fair amount of content published there, and I plan to start posting here about some of my favorite things from the site, so stay tuned!
And until next time, Feare Naught!
[^1]: Now available via a truly libre license thanks to [WotC's shenanigans](https://www.belloflostsouls.net/2023/01/cancelled-dd-subscriptions-secret-deals-inside-wotcs-ogl-update.html), but that's a post for another day.