Skip to content

pillar-markup/FoliageSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project is a little sample to illustrate Foliage.

Another example is available at http://github.com/StephaneDucasse

Manual website generation

In the near future we will explain how to setup a github action to do this automatically.

Load Foliage

Metacello new
	baseline: 'Foliage';
	repository: 'github://pillar-markup/Foliage:v2.1.3/src';
	onConflict: [ :ex | ex useIncoming ];
	onUpgrade: [ :ex | ex useIncoming ];
	load.

Generate the site

p := FOPublisher new. 
p baseUri: 'https://tintin.github.io'.
p sourcePath: '/Users/ducasse/Test2/FoliageSample/site'.
p targetPath: '/Users/ducasse/Test2/FoliageSample/generated'.
p publish.

Command line

pharovm pharo.image clap --source site --target generated

About

A simple website as an example of Foliage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages