No description
Find a file
2022-11-07 15:13:41 +06:00
assets set deark theme as default 2022-11-07 15:13:41 +06:00
components fixed buttons placement 2022-11-04 18:29:11 +06:00
constants added projects to bio page 2022-11-04 18:29:11 +06:00
content added whole content 2022-11-04 18:29:11 +06:00
docker added whole content 2022-11-04 18:29:11 +06:00
layouts initial 2022-11-02 12:13:55 +06:00
pages added empty projects page 2022-11-04 18:29:11 +06:00
plugins added whole content 2022-11-04 18:29: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-04 18:29:11 +06:00
.nojekyll initial 2022-11-02 12:13:55 +06:00
custom.d.ts added projects to bio page 2022-11-04 18:29:11 +06:00
nuxt.config.ts set deark theme as default 2022-11-07 15:13:41 +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 fixed proportions 2022-11-04 18:29: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