macana

Static site generator for Obsidian Vault

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 16
  17. 17
  18. 18
  19. 19
  20. 20
  21. 21
  22. 22
  23. 23
  24. 24
  25. 25
  26. 26
  27. 27
  28. 28
  29. 29
<!--
SPDX-FileCopyrightText: 2024 Shota FUJI <pockawoooh@gmail.com>

SPDX-License-Identifier: CC-BY-4.0
-->

# Macana

Macana is a tool to generate static website from an Obsidian Vault.

## Links

- [Built documentation](https://pocka.github.io/macana/en/Overview/)
- [Overview](./docs/en/Overview.md)
- [Roadmap](./docs/en/Roadmap.md)

## License

This project adheres to [REUSE framework](https://reuse.software/).
Each file starts with a copyright header comment.
If the file can't have comments, `<filename>.license` file have the copyright information for the file.

Here is the summary:

- Application source code is licensed under [Apache-2.0](./LICENSES/Apache-2.0.txt).
- Documentation files are licensed under [CC-BY-4.0](./LICENSES/CC-BY-4.0.txt).
- Tool config files (e.g. `.gitignore`) are licensed under [CC0-1.0](./LICENSES/CC0-1.0.txt).

This project bundles third-party source code. See [NOTICE](./NOTICE) file for more details.