These instructions will get you a copy of the repo on your local machine for Posting testing purposes. See below for notes on how to Contribute.
What things you need to write a post.
- Markdown Editor
- Eg. Vscode with extension markdown-preview-enhanced
- Git installed on your computer.
A step by step series of examples that tell you how to get this repo in your computer.
- Forking the repo.
- Cloning the repo. eg
git clone https://github.com/[your-username]/spaceswords-posts.git
- Creating your own branch.
git checkout -b my-post-name
- Now create a new file under posts/ with name[your-post-name].md
- Write your post here in MARKDOWN FORMAT.
Before writing please read Format of Post.
- Perform
git add .
in your branch to save the current changes.
- Commit your changes.
git commit -m "some-message"
- Push Your changes to your Github repo.
git push origin [your-branch-name]
- Now go to Github and Send a Pull request to original repo.We will now review your Post and merge with the repo.And then your post will be published on blog .
Anyone who is not able to understand this we are going to make a form and submit your post there. NOTE: Please write the post in markdown.
title: Your Post Title
author: [Your-Name]
tags:
- Linux
categories:
- Open Source
- Linux
---
[Post-Body]
- spacesword - Initial work - http://spacesword.in
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Thanks everyone for your support.