A sample project containing a set of small files in a wide variety of formats useful for testing tools, content management systems, collaboration tools.
The build will produce a number of files in the build
directory and the content may be used to host a small website using:
- a local web server
- docker
- cloud foundry
See the project board for more info
Clone this repository to a folder on your computer.
Install Python with pip. This can be done in a number of ways including homebrew
as follows:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew install python
In the application folder, type the following to install the prerequisites:
make dependencies
Use make to build the content
make all
To make changes, add new files into the source
folder and update the index.md file which contains links to all the content. Ideally generate the files from existing ones.
then run the tests to ensure it is consistent
make tests
will use this repo to test out GitHub actions and github packages
LOREM IPSUM by Lorem Ipsum is licensed under a Creative Commons Attribution 4.0 International License.