When you create a new instance of Xamplez, you must first fork your configuration from the Lord of the Gists. Then, you create your Root Gist(s) by forking this Root Gist of the Root Gists. It just gives a default template that you can modify. Finally, make the configuration gist point to this/these Root Gist.
- Fork the Root Gist to create a new snippet.
- Modify your gist according to Rules.
- Save it and wait for to index it.
- You MUST put a gist description which summarizes your snippet as precisely as possible.
- All words starting in the description with a dash
#tag
are indexed as tags. - You can add as many files as you want in your gist
- File extensions are used to identify the language (e.g.
code.scala
-> scala) - A code snippet shouldn't be too big (a few lines if possible) so don't hesitate to cut in several files
- If you want to explain precisely your code or provide usage examples, please use a Markdown file (e.g.
README.md
) - You can put a License in case your code need to be protected in anyway
Thanks man!