| title | layout | summary | author | ||||
|---|---|---|---|---|---|---|---|
Hello World! - Example Article |
articles/article-page.pug |
This is the summary of the article... |
|
This file contains hidden or 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
| { | |
| "name":"articles", | |
| "total":102, | |
| "result":[ | |
| { | |
| "title":"10 Simple Quick Keys in BASH to Make Your Life Easier", | |
| "summary":"10 Simple Quick Keys in BASH to Make Your Life Easier", | |
| "create_date":"09-01-2013", | |
| "author":{ | |
| "firstname":"Richard", |
This file contains hidden or 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
| [ | |
| { | |
| "title":"Check SSL certificate from command line", | |
| "layout":"articles/article-page.pug", | |
| "summary":"Check SSL certificate from command line", | |
| "featured_image":"assets/articles/check_ssl.png", | |
| "create_date":"10-12-2012", | |
| "author":{ | |
| "firstname":"Geoff", | |
| "lastname":"Hatch", |
This file contains hidden or 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
| { | |
| "pretty":true, | |
| "site":{ | |
| "title":"Some Blog", | |
| "theme":"neutral" | |
| }, | |
| "social_networks":{ | |
| "facebook":{ | |
| "title":"Facebook", | |
| "icon":"facebook", |
This file contains hidden or 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
| { | |
| "pretty":true, | |
| "site":{ | |
| "title":"Some Blog", | |
| "theme":"neutral" | |
| }, | |
| "social_networks":{ | |
| "facebook":{ | |
| "title":"Facebook", | |
| "icon":"facebook", |
This file contains hidden or 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
| #!/bin/bash | |
| # Create /etc/profile.d/prompt.sh and add the content of this gist to it. | |
| # | |
| # Prompt example: | |
| # (2)[Fri May 06 10:00:30| 0:003]{4}root@ip-172-31-1-226:~(0)# | |
| # Format is: | |
| # (sessions on server)[date time| Last command exec time]{sessions on server}username@hostname:working_directory(exit code of last cmd)# | |
| # | |
| # Example Output (of $[prompt[0]}): http://d.pr/i/19B87 | |
| # |
This file contains hidden or 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
| ( 9)[Wed Dec 21 11:58:57| 13:000]{941}jhyland@jhmac:~/Documents/Projects/geekwiki.io(✓) (master)$ node build.js | |
| Starting at: Wed Dec 21 2016 12:00:00 GMT-0700 (MST) | |
| Metalsmith complete! | |
| Stopped at: Wed Dec 21 2016 12:00:28 GMT-0700 (MST) | |
| Elapsed: 28482 ms | |
| Duration: 28 seconds | |
| ( 9)[Wed Dec 21 12:00:30| 30:000]{942}jhyland@jhmac:~/Documents/Projects/geekwiki.io(✓) (master)$ node build.js | |
| Starting at: Wed Dec 21 2016 12:05:20 GMT-0700 (MST) | |
| Metalsmith complete! |
title: CentOS 7 Icebreaker - Everything you need to know to get started slug: centos-7-icebreaker-everything-you-need-to-know-to-get-started created: '2016-04-11 22:25:12' author: Justin Hyland sources:
- http://yo-mama-is-fat.com/i-speak-the-truth
- http://meatspin.com updates:
- username: jhyland
This file contains hidden or 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
| { | |
| "post": { | |
| "contributors": [ | |
| { | |
| "date":"123123123123", | |
| "username":"ghatch" | |
| }, | |
| { | |
| "date":"187654365764", | |
| "username":"jhyland" |
This file contains hidden or 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
| // While you can edit this file, it's best to put your changes in | |
| // "User/Preferences.sublime-settings", which overrides the settings in here. | |
| // | |
| // Settings may also be placed in file type specific options files, for | |
| // example, in Packages/Python/Python.sublime-settings for python files. | |
| { | |
| // Sets the colors used within the text area | |
| "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
| // Note that the font_face and font_size are overriden in the platform |