No description
Find a file
2024-03-21 18:33:03 +07:00
assets fix scrollbar issues 2024-03-21 18:18:49 +07:00
components fix button gaps 2024-03-21 18:33:03 +07:00
constants added linkedin 2022-11-16 02:28:01 +06:00
content Update Certbot well-known auto renew script 2024-03-21 18:22:44 +07:00
docker added whole content 2022-11-04 18:29:11 +06:00
layouts fix scrollbar issues 2024-03-21 18:18:49 +07:00
pages fixed contacts max container size 2022-11-12 14:54:42 +06:00
plugins added whole content 2022-11-04 18:29:11 +06:00
public add google verification 2023-12-27 23:43:16 +07: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 add new notes, fix gh-pages 2023-12-28 00:23:55 +07:00
.gitignore added whole content 2022-11-04 18:29:11 +06:00
.nojekyll initial 2022-11-02 12:13:55 +06:00
.tool-versions add analytics 2023-12-29 12:28:33 +07: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