Change this heading to match your course name
This repos describes how to use logseq to author tutors.dev courses.
To convert from tutors to logseq, see pwright/workshop-2024 at logseq.
Create tutors.dev content using Logseq
Prerequisites
Logseq: A privacy-first, open-source knowledge base You can use Logseq if you give that website file access.
Node.js — How to install Node.js - nvm is an excellent option.
Procedure
Start Logseq and open the logseq
folder of this repo as a graph.
Make some edits.
In the root folder of this repo, create the course using:
$ python template/logseq.py logseq/ build/ template/
Install tutors html publish using:
$ npm i -g tutors-html
Create the tutors html using:
$ cd build
$ tutors-html
The output html files are located in build/public-site
.
Reference
$ python template/logseq.py
usage: logseq.py [-h] source destination template
logseq.py: error: the following arguments are required: source, destination, template