mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-24 18:36:41 +07:00
No description
assets | ||
components | ||
constants | ||
content | ||
docker | ||
layouts | ||
pages | ||
plugins | ||
public | ||
server/plugins | ||
.dockerignore | ||
.drone.docker.yml | ||
.drone.gh-pages.yml | ||
.gitignore | ||
.nojekyll | ||
custom.d.ts | ||
nuxt.config.ts | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
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