Git Product home page Git Product logo

octopress-junkjam's Introduction

Contributing JunkJam

http://blog.junkjam.in

Add new markdown file to start writing, blogging at its finest.

Click + icon on JunkJam repo to fork this project and create a new markdown file.

Create Pull Request to get merged and published your markdown file.

Blogging Basics

Blog posts must be stored in the source/_posts directory and named according to naming conventions:

YYYY-MM-DD-post-slug.markdown. The name of the file will be used as the url slug, and the date helps with file distinction and determines the sorting order for post loops

Open a post in editor and you'll have to add a block of yaml text which tells JunkJam how to processes posts.

---
layout: post
title: "Junk Professionals, What the Fu**"
date: 2015-11-08 23:18:49 +0530
comments: true
categories: JunkJam
---

Here you can turn comments off or add categories to your post. JunkJam works on a multi-author blog, you can add author: Your Name to the metadata for proper attribution on a post. If you are working on a draft, you can add published: false to prevent it from being posted when you generate your blog.

You can add a single category or multiple categories like this.

# One category
categories: JunkJam

# Multiple categories example 1
categories: [Urban Warrior, Platform Heel, Miami Calling]

# Multiple categories example 2
categories:
- Urban Warrior
- Platform Heel
- Miami Calling

Markdown basics for writing. (Writing)

Octopress basics for image. (Image)

License

JunkJam.in http://junkjam.in

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.