No description
Find a file
2022-11-03 10:38:11 +06:00
assets added whole content 2022-11-03 10:38:11 +06:00
components added whole content 2022-11-03 10:38:11 +06:00
constants added whole content 2022-11-03 10:38:11 +06:00
content added whole content 2022-11-03 10:38:11 +06:00
docker added whole content 2022-11-03 10:38:11 +06:00
layouts initial 2022-11-02 12:13:55 +06:00
pages added whole content 2022-11-03 10:38:11 +06:00
plugins added whole content 2022-11-03 10:38:11 +06:00
public initial 2022-11-02 12:13:55 +06:00
server/plugins initial 2022-11-02 12:13:55 +06:00
.dockerignore initial 2022-11-02 12:13:55 +06:00
.drone.docker.yml initial 2022-11-02 12:13:55 +06:00
.drone.gh-pages.yml initial 2022-11-02 12:13:55 +06:00
.gitignore added whole content 2022-11-03 10:38:11 +06:00
.nojekyll initial 2022-11-02 12:13:55 +06:00
custom.d.ts added whole content 2022-11-03 10:38:11 +06:00
nuxt.config.ts initial 2022-11-02 12:13:55 +06:00
package.json initial 2022-11-02 12:13:55 +06:00
README.md initial 2022-11-02 12:13:55 +06:00
tsconfig.json initial 2022-11-02 12:13:55 +06:00
yarn.lock added whole content 2022-11-03 10:38:11 +06:00

Self-hosted Obsidian Vault

Use Obsidian for content editing at ./content folder. Made with NuxtJS and Nuxt Content Plugin.

Running

yarn
yarn dev

Publishing

yarn generate
cp -a ./.outputs/public ./somewhere
  • Dockerfile included in ./docker
  • Sample drone-ci configurations for gh-pages (./.drone.gh-pages.yml) and docker registry (./.drone.docker.yml).

Supported Obsidian features

  • WikiLinks (should be set up to relative in order to work)
  • Highlight
  • Code blocks
  • Nested pages

Other feature

  • Adaptive layout
  • SEO Optimized
  • Day / Night theme switching