mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-24 18:36:41 +07:00
initial
This commit is contained in:
commit
5104c2518b
34 changed files with 6844 additions and 0 deletions
35
README.md
Normal file
35
README.md
Normal file
|
@ -0,0 +1,35 @@
|
|||
# Self-hosted Obsidian Vault
|
||||
|
||||
Use [Obsidian](https://obsidian.md) for content editing at `./content` folder. Made with
|
||||
[NuxtJS](https://v3.nuxtjs.org) and [Nuxt Content Plugin](https://content.nuxtjs.org/).
|
||||
|
||||
## Running
|
||||
|
||||
```shell
|
||||
yarn
|
||||
yarn dev
|
||||
```
|
||||
|
||||
## Publishing
|
||||
|
||||
```shell
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue