Deploy your Jrnl data as an HTML static webpage.
- Clone the repository from GitHub
git clone https://github.com/Gexi0619/jrnl2html.git
- Use the following command to output the jrnl's JSON data to the root directory of this project
jrnl --format json --file /path/to/myjournal.json
Or run the jrnlgit.sh
in bash to create the jrnl's JSON data and push directly to Github.
-
Open
index.html
to view the webpage.Note: When opening
index.html
locally, you may encounter CORS-related issues.