Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremielitzler/journal-fr
Mon blog en français
https://github.com/jeremielitzler/journal-fr
blog markdown netlify-deployment vuejs vuepress
Last synced: 7 days ago
JSON representation
Mon blog en français
- Host: GitHub
- URL: https://github.com/jeremielitzler/journal-fr
- Owner: JeremieLitzler
- License: gpl-3.0
- Created: 2023-04-17T17:38:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-20T20:43:43.000Z (10 months ago)
- Last Synced: 2024-01-20T21:36:17.488Z (10 months ago)
- Topics: blog, markdown, netlify-deployment, vuejs, vuepress
- Language: JavaScript
- Homepage: https://vuepress-jeremielitzler.netlify.app/
- Size: 91.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Le blog personel de Jérémie Litzler
J'ai migré sur Hugo le 28/08/2023. Voir [ce dépôt](https://github.com/JeremieLitzler/jeremielitzler.fr-with-hugo-theme-stack) pour la suite de l'aventure.
[![Netlify Status](https://api.netlify.com/api/v1/badges/e2a9c00d-2bfe-402d-bb51-51ae4b0d2402/deploy-status)](https://app.netlify.com/sites/jeremiel-blog-fr/deploys)
## Pré-requis
- [Git bash](https://git-scm.com/downloads)
- [NodeJS 18.5.0](https://nodejs.org/en/blog/release/v18.5.0/)
- [Visual Studio Code](https://code.visualstudio.com/download)## Getting started
Using yarn makes the installation **much quicker**.
```sh
npm install --global yarn #(or use the .msi => https://classic.yarnpkg.com/lang/en/docs/install/#windows-stable)
yarn
```Then, launch the project:
```sh
npm run docs:dev
```Or to build it:
```sh
npm run docs:build
```## VuePress changelogs to upgrade
See [this link](https://github.com/vuepress/vuepress-next/blob/main/CHANGELOG.md).
1. run `yarn upgrade [email protected]`
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:
```sh
yarn upgrade [email protected]
```