-
Notifications
You must be signed in to change notification settings - Fork 37
Home
redtide edited this page Feb 25, 2021
·
6 revisions
This wiki has the purpose to document the SFZ Format project website and give references and rules for maintenance.
The website is hosted on GitHub using Git SCM
as content management, using 2 git repositories: source and master.
The source repository is used for the website source files written in Markdown
format and Liquid language, which are used by Jekyll,
a static pages website generator created and used by GitHub for hosting
project websites.
The master repository is used to store the generated files that are built
externally by Travis Continuous Integration service.
Travis-CI was chosen instead GitHub Pages to enable the use of Jekyll custom
plugins required for our purposes, following their GitHub Pages Deployment
documentation.