VuePress

February 27, 2021

Create A Project

npx create-vuepress-site [optionalDirectoryName]

Initialize the Project

Change directory into the new project and then into its docs folder. Run run npm install

npm install

Run the Dev Server

npm run dev

Run a Build

change the build destination by going to

src/.vuepress/config

add the following line

dest: "public/"
npm run build

Publish the Site

Follow normal procedures to publish repo to remote and setup a forge site

Book Reviews

I am nuts about books. I read on all kinds of topics. I attempt to review each book I read for the sake of my own enrichment as well as conversation starters with others.

My Book Reviews
The Attic

You never know what you will find in an attic! Usually there is a hodgepodge of things buried under dust.

Explore the Attic
Technology

Most of what is included here are notes to myself. The majority of folks will not find interest in these posts.

Technology Posts