From bf448aa47f6a7869133a0d4b3f03049b73e5b5a5 Mon Sep 17 00:00:00 2001 From: Eric Woodward Date: Fri, 21 Jul 2023 00:15:03 -0400 Subject: [PATCH] Add forgotten post Remove cross-env --- package.json | 4 +-- .../journal/2023/07-20-planar-vagabond.md | 29 +++++++++++++++++++ 2 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 src/sitePosts/journal/2023/07-20-planar-vagabond.md diff --git a/package.json b/package.json index 92eddca..4756c7a 100755 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/src/sitePosts/journal/2023/07-20-planar-vagabond.md b/src/sitePosts/journal/2023/07-20-planar-vagabond.md new file mode 100644 index 0000000..4d81f48 --- /dev/null +++ b/src/sitePosts/journal/2023/07-20-planar-vagabond.md @@ -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 _Idiot’s Guide to Running an Astral Business_, better selling than _Fifty More Things to do in Subjective Gravity_, and more controversial than Balyx Balator’s 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)! + +
+ +OK... Truth be told, the **PVGttM** is a new website that I recently launched which serves as a dumping ground for all of my OSR RPG 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 HTML, 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.