Skip to content

hemangsk/safarnama

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
css
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

alt-tag alt-tag

To create a new post 😎

  • Create a .markdown file inside _posts folder.
  • Name the file according to the standard jekyll format.
   2016-03-30-i-love-design.markdown
  • Write the Front Matter and content in the file.

          ---
          layout: post
          title:  String Post Title
          date:   Time Stamp
          categories: String | Array of Strings Category / Categories
          ---
    
        ---
        layout: post
        title:  "The One with the Blackout"
        date:   2016-03-30 19:45:31 +0530
        categories: ["life", "friends"]
        ---
    

alt-tag

####Create new pages, such a breeze! πŸ˜„

  • Create a .md file in the root directory.
  • Name the file with the desired page link name.
   about.md
   design.md
  • Write the Front Matter and content in the file.
          ---
          layout: page
          title: String Title of the webpage
          permalink: / String / Permalink for the webpage
          tagline: String Optional Feature : Tagline for the page
          ---
        ---
        layout: page
        title:  "Science"
        permalink:   /science/
        tagline : "Humanity is overrated."
        ---

alt-tag

####It'd be really cool if you,

  1. Create some new feature and would like to integrate in Safarnama. Pull requests are most invited.
  2. Open issues if you find bugs.
  3. Just so you know, the license type is MIT.

Its' all about being community driven. 🚌 🚌 πŸ’¨

If there's any issue you are facing in setting up Safarnama, I'm there for you. Just create an issue in this repository (http://github.com/hemangsk/safarnama), (https://help.github.com/articles/creating-an-issue/) and I'll get back to you asap. πŸ˜„ πŸ‘

Have a great day! πŸ˜„ πŸ˜„ πŸ˜ƒ

About

Blogging for the free flying spirits ❄️ β˜€οΈ πŸ’­

Resources

License

Stars

Watchers

Forks

Packages

No packages published