Skip to content

spacesword-in/spaceswords-posts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

SpaceSword-Posts

Codecov Shippable npm

Getting Started

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.

Prerequisites

What things you need to write a post.

  • Markdown Editor
    • Eg. Vscode with extension markdown-preview-enhanced
  • Git installed on your computer.

Installing

A step by step series of examples that tell you how to get this repo in your computer.

Steps

  1. Forking the repo.
  2. Cloning the repo. eg
    git clone https://github.com/[your-username]/spaceswords-posts.git
  1. Creating your own branch.
git checkout -b my-post-name
  1. Now create a new file under posts/ with name[your-post-name].md
  2. Write your post here in MARKDOWN FORMAT.

Before writing please read Format of Post.

  1. Perform
git add .

in your branch to save the current changes.

  1. Commit your changes.
git commit -m "some-message"
  1. Push Your changes to your Github repo.
git push origin [your-branch-name]
  1. 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.

Format of [your-post-name].md file

title: Your Post Title
author: [Your-Name]
tags:
  - Linux
categories:
  - Open Source
  - Linux
---
[Post-Body]

Blog Owner

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Thanks everyone for your support.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published