Anyone can post articles, propose changes to the website or collaborate following the forking workflow.

  1. Fork the jugmk.github.io repository
  2. Clone the repo from your fork

    Example

    git clone https://github.com/{git_username}/jugmk.github.io.git
  3. Checkout a new branch with your post title

    Example

    git checkout -b example-post-title
  4. Write your post in a new file in _posts directory following the official jekyll documentation.

    Example for file named 2015-01-31-javaday-2014-a-leap-forward.md

    ---
    layout: post
    title: JavaDay 2014 a leap forward
    author: Mite Mitreski
    date: 2015-01-31
    categories: java-day personal
    ---
    
    Your post contents in html/markdown
  5. Commit your changes to your local repository

    Example

    git add .
    git commit -am "Add my post to jug.mk"
  6. Push your changes

    Example

    git push origin example-post-title
  7. Create a pull request.

How to post on jug.mk

Sponsors

Supporters

Fork me on GitHub