-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
13
-
14
-
15
-
16
-
17
-
18
-
19
-
20
-
21
-
22
-
23
-
24
-
25
-
26
-
27
<!--
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).