Skip to content

My blog site. Build with vuepress(v1) and theme marker.

Notifications You must be signed in to change notification settings

Blackman99/blog

Repository files navigation

My blog site

Netlify Status

Node16

A blog static site using Vuepress(v1) and inspired by community theme vuepress-theme-marker

Online Demo

My blog site

Install

# via npm
npm install

# via yarn
yarn

# via pnpm
pnpm install

Dev

# via npm
npm run dev

# via yarn
yarn dev

# via pnpm
pnpm run dev

Build

# via npm
npm run build

# via yarn
yarn build

# via pnpm
pnpm run build

songs

songs.yml configuration

  • songUrl - The song asset url, for example
  • songId - The music.163.com music id
  • customLyrics - Determine whether to use custom lyrics. If set to true, lyrics should be set
  • lyrics: Array<[number, string]>
    Two dimension array
    Every item should contain a number and a string
    Number is the seconds of the lyrics content shown time
    String is the lyrics content
    Check the songs/songs.yml file for full example

LICENSE

MIT

About

My blog site. Build with vuepress(v1) and theme marker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published