gt-talks

Description

A repo for GT slideshows

Details

Source
GitHub
License
MIT
Stars
2
Created
July 21, 2022
Updated
April 1, 2026

README excerpt

# gt-talks README

A place for my GT slideshows.

To run these, please [download  Glamorous Toolkit](https://gtoolkit.com) 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
```
← Back to results