JeremieLitzler / journal

My personal blog based on markdown files using VuePress 2 and Mr Hope VuePress theme
https://iamjeremie.me/
GNU General Public License v3.0
0 stars 1 forks source link
blog markdown netlify vuejs vuepress

Jeremie Litzler's journal blog

Netlify Status

I replaced this Vuepress-powered website with a Hugo one: it continues here

Prerequisites

Getting started

Using yarn makes the installation much quicker.

npm install --global yarn #(or use the .msi => https://classic.yarnpkg.com/lang/en/docs/install/#windows-stable)
yarn

Then, launch the project:

npm run docs:dev

Or to build it:

npm run docs:build

VuePress changelogs to upgrade

See this link.

  1. run yarn upgrade vuepress-vite@2.0.0-beta.XX
  2. run rm -R node_modules && rm yarn.lock && yarn install
  3. run npm run docs:build
  4. run npm run docs:dev to see if the site loads and renders well :)

VuePress theme upgrade

Run:

yarn upgrade vuepress-theme-hope@2.0.0-beta.XX