🟢 Stable | Docker image for docmachine-utils
Go to file
2023-01-12 08:47:45 +01:00
.github/workflows ci: fix command in test job 2021-12-21 17:26:22 +01:00
.makefiles@d5627404e1 Update .makefiles 2021-07-23 16:16:58 +02:00
.marp feat: Add support for rows/colums in marp 2022-06-20 12:04:43 +02:00
docker fix: Force version number for node image 2023-01-12 08:47:45 +01:00
docs style: improve filesystem organization 2021-06-27 23:45:49 +02:00
docs.extra Add extra JS & CSS 2022-11-18 16:13:28 +01:00
images Add sample images for .dot and .circo 2021-07-23 16:52:57 +02:00
scripts feat: Kill previous container for the same project if it exists 2022-11-02 20:55:53 +01:00
slides Add support for mdpp slides 2021-07-23 16:15:53 +02:00
.dockerignore Add directories for examples & exercises 2020-04-19 12:20:53 +02:00
.gitignore chore: ignore marp theme.css & sort ignored files 2021-06-27 23:45:49 +02:00
.gitmodules Add dependency to makefiles-forever 2021-07-23 15:51:26 +02:00
docker-compose.yml Update docker scripts 2021-11-23 23:46:50 +01:00
Makefile fix: Make sure autoslide is run before watch 2023-01-12 08:47:21 +01:00
mkdocs-source.yml feat: Replace codehilite with hightlight from material theme 2022-06-20 12:10:43 +02:00
package-lock.json Merge branch 'master' of github.com:glenux/teaching-boilerplate 2022-06-20 12:18:56 +02:00
package.json build(deps): bump node-sass from 6.0.1 to 7.0.0 2022-02-10 22:02:50 +00:00
Pipfile feat: add support for PDF generation from docs 2021-12-21 17:42:47 +01:00
Pipfile.lock build(deps): bump pillow from 9.0.0 to 9.0.1 2022-03-12 01:09:45 +00:00
Procfile feature: Add auto-generated deck 'autoslide' 2022-06-20 12:04:10 +02:00
README.md doc: Update doc structure 2022-08-18 11:14:02 +02:00

GX-Teaching

Prerequisites

Make sure you have Docker installed.

Writing content

Create your directory tree

.           # project directory
|- docs     # where website documents go
|  `- *.md
|- slides   # where presentation documents go
|  `- *.md
|- images/  # where images go
|- ...

Content for docs

FIXME: tree structure

FIXME: autoslide feature

Content for slides

FIXME: tree structure

Watch mode

This mode allows you the result on-the-fly as you makea changes in the content.

To use watch mode, type:

gx-teaching -a watch

To use watch mode for slides only type:

gx-teaching -a watch-slides

To use watch mode for docs only type:

gx-teaching -a watch-docs

Build mode

This mode builds final content for delivery (website, PDF files)

Building HTML

To use build mode:

gx-teaching build

Building PDF