Skip to content

Instantly share code, notes, and snippets.

@sunix
Last active October 14, 2015 11:37
Show Gist options
  • Save sunix/f8a972350b96ba161d8c to your computer and use it in GitHub Desktop.
Save sunix/f8a972350b96ba161d8c to your computer and use it in GitHub Desktop.
{
"name" : "Contribute blog.sunix.org",
"hasWelcomeStep" : true,
"steps": [
{
"title": "Contribute to blog.sunix.org with Codenvy",
"content": "Thank you for contribuing to my blog, this is a temporary workspace with the github pages project blog.sunix.org checked out. You can help me in improving my blog site, make your changes and submit the pull request with the Pull Request tab on the right.",
"element": "gwt-debug-MainToolbar/New",
"placement": "BOTTOM",
"xOffset": "500",
"yOffset": "100",
"width" : "500",
"skipButtonLabel": "Skip",
"nextButtonLabel": "Follow the guide!"
},
{
"title": "Edit the blog post",
"content": "Edit the blog post. You can use plain html or markdown syntax. Save the file once finished.",
"element": "gwt-debug-projectExplorer",
"placement": "LEFT",
"width" : "200",
"xOffset": "270",
"yOffset": "70",
"actions": [
{
"action": "opentab INFORMATION.Runners"
}
]
},
{
"title": "Preview with Jekyll and Docker",
"content": "A preview of the blog site can be regenerated within a Docker Runner.",
"element": "gwt-debug-dropDownHeader",
"placement": "LEFT",
"xOffset": "0",
"yOffset": "-10",
"width": "400",
"nextButtonLabel": "Start Jekyll Docker runner",
"actions": [
{
"action": "trigger runApp"
}
]
},
{
"title": "Preview the modified blog post",
"content": "Wait for the Jekyll runner to be fully started and click on the link. You will have access to the blog site with your modification. Any change on the blog post files will be live updated: just refresh the site on your browser,",
"element": "gwt-debug-Terminal-tab",
"width": "550",
"placement": "TOP",
"xOffset": "100",
"yOffset": "240",
"actions": [
{
"action": "opentab TOOLING.Pull Request"
}
]
},
{
"title": "Submit the Pull Request",
"content": "You can send your contribution with a Github Pull Request. Create your own branch, git a title to your contribution and click the contribute button. Codenvy will automatically create a fork, push the branch and submit the Pull Request.",
"element": "gwt-debug-contribute-pull-request-panel",
"placement": "LEFT",
"xOffset": "0",
"yOffset": "100",
"width" : "300",
"skipButton": false,
"nextButtonLabel": "Thanks for your contribution"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment