Skip to content

onierstrasz/gt-talks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gt-talks README

A place for my GT slideshows.

To run these, please download Glamorous Toolkit and then load this repo into the image:

Metacello new
	baseline: 'GtTalks';
	repository: 'github://onierstrasz/gt-talks:main/src';
	load

Also load the associated lepiter database:

BaselineOfGtTalks loadLepiter

BATbern50

To view the slideshow, evaluate:

BATbern50Slideshow show

To inspect the live slideshow, inspect:

BATbern50Slideshow new

VISSOFT 2022

Vissoft2022Slideshow show

This is also needed for the VISSOFT slides.

rootDirectory := 'whitehall' asFileReference ensureDeleteAll.
repository := IceRepositoryCreator new
  remote: (IceGitRemote url: 'git@github.com:alphagov/whitehall.git');
  location: rootDirectory;
  createRepository.
rootDirectory

About

A repo for GT slideshows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published