https://github.com/ycparak/pkms
🎧 Personal site, blog and note taking system
https://github.com/ycparak/pkms
nuxt-components nuxt-content nuxtjs scss-framework vuejs
Last synced: about 2 months ago
JSON representation
🎧 Personal site, blog and note taking system
- Host: GitHub
- URL: https://github.com/ycparak/pkms
- Owner: ycparak
- Created: 2020-04-14T14:30:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T07:02:30.000Z (11 months ago)
- Last Synced: 2025-02-22T23:11:59.823Z (about 2 months ago)
- Topics: nuxt-components, nuxt-content, nuxtjs, scss-framework, vuejs
- Language: Vue
- Homepage: https://ycparak.com
- Size: 84.7 MB
- Stars: 24
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - ycparak/pkms - 🎧 Personal site, blog and note taking system (Vue)
README
# PKMS
Note taking system inspired by [Andy Matuschak’s notes](https://notes.andymatuschak.org/About_these_notes), built with Vue and Nuxt.js.
As an interface paradigm, horizontal panning seems to me to encourage ephemeral rabbit hole consumption, I think this takes advantage of that, and intuitevly feels like it holds higher end-user retentention. OTOH, I think that it possibly comes at the expense of deeper knowledge study / understanding.

## Use
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).