Skip to content

pwright/Teachy-McTeachface

Repository files navigation

Teachy-McTeachface

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

Procedure

  1. Start Logseq and open the logseq folder of this repo as a graph.

  2. Make some edits.

  3. In the root folder of this repo, create the course using:

    $ python template/logseq.py logseq/ build/ template/
  4. Install tutors html publish using:

    $ npm i -g tutors-html
  5. 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