https://github.com/daggerok/vuepress-single-pager
Template example of documentations site
https://github.com/daggerok/vuepress-single-pager
bun cross-env gh-pages typescript vuepress
Last synced: 2 months ago
JSON representation
Template example of documentations site
- Host: GitHub
- URL: https://github.com/daggerok/vuepress-single-pager
- Owner: daggerok
- Created: 2025-02-09T05:21:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-14T00:48:14.000Z (over 1 year ago)
- Last Synced: 2025-07-19T18:43:12.475Z (11 months ago)
- Topics: bun, cross-env, gh-pages, typescript, vuepress
- Language: TypeScript
- Homepage: https://daggerok.github.io/vuepress-single-pager/
- Size: 225 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Journal
This is my [journal]() based on continuous contract.
See why and how in [ICT Mentorship 2023 - Proper Learning & The Importance Of Journaling](https://youtu.be/FQqwmDJOtxk)
video.
[[toc]]
## Getting started
I created this template example to reuse it for my journaling and documentations.
To get a journal ready, run these commands:
```bash
nvm install --default 20.9.0
npx degit daggerok/vuepress-single-pager nq && cd $_
code . # or: webstorm . # or open with any other IDE / editor...
```
Publish that repository to GitHub and wait for GitHub Actions complete.
Then go to `Settings` -> `Pages` -> Make sure `Deploy from a branch` is selected in `Build and deployment` section:
Use branch `gh-pages` which should be created by GitHub Actions at this point of time.
Development requirements:
```bash
npm run dev
```
NOTE: This `Getting started` section can be replaced with what you need... Have a nice journaling!