Skip to content

addy-org/Wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 11, 2019
ba43d26 · Dec 11, 2019

History

53 Commits
Jul 10, 2018
Dec 11, 2019
Dec 11, 2019
Jan 10, 2018
Dec 11, 2019
Jan 10, 2018
Jul 10, 2018
Jan 10, 2018
Jan 10, 2018
Jan 10, 2018
Jan 10, 2018
Jan 10, 2018
Jan 24, 2018
Jan 24, 2018
Dec 11, 2019
Dec 11, 2019
Jan 8, 2018
Dec 11, 2019
Jan 10, 2018
Dec 11, 2019
Jan 10, 2018
Jan 10, 2018
Jan 20, 2018

Repository files navigation

Addy Addy-Wiki

Join the chat at https://gitter.im/addy-org/Wiki Build Status

Official Documentation Website for Addy, based on a Jekyll Theme named Paper

Gitter channel link

https://gitter.im/addy-org

Contribution Guidelines

https://addy-org.github.io/Wiki/contribution-guidelines

Running the site in your local system

git clone https://github.com/addy-org/Wiki
bundle install
rake preview

Then, go to your favourite browser and type in the address http://127.0.0.1:YOUR_PORT_NUM_HERE

Adding Documentations

For adding a documentation, just create a new file in the _documentations folder. It will automatically be listed in the docs section. Follow the below format.

Note: The file name will be the link of the post you added, like https://addy-org.github.io/Wiki/<FILE_NAME>/

---
layout: post
title: "<YOUR-TITLE-HERE>"
description: "<WRITE-A-SHORT-DESCRIPTION-ABOUT-THE-POST>"
tags: <INDIVIDUAL-TAGS-SEPARATED-BY-SPACE>
comments: true
---

<YOUR-CONTENT-HERE-IN-GITHUB-FLAVOURED-MARKDOWN>

Adding Pages

For adding a new page, create a new file in the _pages folder. A page is not listed automatically, you have to link it to appropriate places.

---
layout: content
title: "<YOUR-TITLE-HERE>"
description: "<WRITE-A-SHORT-DESCRIPTION>" //optional
permalink: /<LINK-TO-THE-POST>/
---

<YOUR-CONTENT-HERE-IN-GITHUB-FLAVOURED-MARKDOWN>

Getting Started with Contributing:

https://addy-org.github.io/Wiki/newcomers-guide