- Download gistpress-develop.zip
- Install the GistPress Plugin on Your Blog
- Copy & Paste the Link to Your GitHub Gist in Your Blog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/******************************************************************************* | |
******************************************************************************* | |
******************************************************************************* | |
How to Post Source Code on Your WordPress Blog using GitHub Gists and the | |
GistPress WordPress Plugin: | |
1) Download gistpress-develop.zip | |
2) Install the GistPress Plugin on Your Blog | |
3) Copy & Paste the Link to Your GitHub Gist in Your Blog | |
******************************************************************************* | |
******************************************************************************* | |
******************************************************************************/ | |
while (true) { | |
alert("Creating programming related blog posts just got a lot easier!"); | |
} |