Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
splitted readme to md and txt
Browse files Browse the repository at this point in the history
  • Loading branch information
losolio committed Jul 31, 2017
1 parent 5341edf commit c0baba1
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/adding_travis.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

1. Get an Travis account. Sign in to [https://travis-ci.org/](Travis CI) with your GitHub account, accept the GitHub access permissions confirmation. If you have an organisation, you might grant access to this as well.
2. Enable your repository to Travis.
3. Add a Travis file to your repository. https://github.com/WordPress/twentyseventeen/blob/master/.travis.yml. Add this to your themes root folder. Change the PHP Codesniffer version to 2.9.1 by editing to: https://github.com/squizlabs/PHP_CodeSniffer/archive/2.9.1.tar.gz
3. Add a Travis file to your repository. https://github.com/WordPress/twentyseventeen/blob/master/.travis.yml. Add this to your themes root folder.
4. In .travis.yml change the PHP Codesniffer version to 2.9.1 by editing to: https://github.com/squizlabs/PHP_CodeSniffer/archive/2.9.1.tar.gz
4. Push to update the repository. Travis will only run builds after it is enabled.

2. Add a ruleset for automatic sniffing: https://github.com/WordPress/twentyseventeen/blob/master/codesniffer.ruleset.xml
3. Get an account: https://travis-ci.org/


## Sources
* https://shubhampandey.in/integrating-travis-ci-wordpress-theme/
93 changes: 93 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
# Positor

**Contributors:** losol, losvik
**Requires at least:** 4.4.0
**Stable tag:** 1.2.1
**Version:** 1.2.1
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
**Tags:** one-column, two-columns, right-sidebar, custom-logo, featured-image-header, featured-images, post-formats, theme-options, footer-widgets, translation-ready, blog

A theme with a clean design giving focus to your content. Theme is built on Bootstrap 4.

## Description

Positor is a clean theme which focus on your content. It suits well for magazines, knowledge communication and blogs.

The theme is also built with page builders in mind. Therefore we have included options to hide default content, so that you could use a page builder all over your page/post.

Theme is ready for translation, and a norwegian translation is provided.

Limitations:
* The menu in the top bar will show only the upper two levels.
* There is no custom more text displayed on the link.

Issues, bugs and feature requests could also be posted at [GitHub](https://github.com/losol/positor).

### Installation
1. In your admin panel, go to Appearance > Themes and click the Add New button.
2. Click Upload and Choose File, then select the theme's .zip file. Click Install Now.
3. Click Activate to use your new theme right away.


## Frequently Asked Questions

* How do I add posts to the featured post grid on frontpage?

To show posts on top in the post grid, you just edit the post, and mark the "Featured" option in the metabox below your article.

= Where can I find the source code and sass files? =

Positor and it´s full source code is available at [GitHub](https://github.com/losol/positor).

## Copyright
Positor Theme, Copyright 2016 losol.io
Positor is distributed under the terms of the GNU GPL.

Positor bundles the following third-party resources:

Theme components, Copyright 2015-2016 Automattic, Inc.
**License:** GPLv2 or later
Source: https://github.com/Automattic/theme-components/

Bootstrap 4, Copyright 2011-2017 the Bootstrap Authors and Twitter, Inc.
**License:** MIT
Source: https://github.com/twbs/bootstrap

Font Awesome icons, Copyright Dave Gandy
**License:** SIL Open Font License, version 1.1.
Source: http://fontawesome.io/

Bootstrap 4 navwalker, Copyright Dominic Businaro.
**License:** GPLv2 or later
Source: https://github.com/dupkey/bs4navwalker

TGM-Plugin-Activation, Copyright Thomas Griffin, Gary Jones, Juliette Reinders Folmer.
**License:** GPLv2 or later
Source: https://github.com/TGMPA/TGM-Plugin-Activation.

Header image on screenshot, Copyright Ole Kristian Losvik
**License:** CC0 1.0 Universal (CC0 1.0)
Source: https://www.flickr.com/photos/losvik/19007169333

## Changelog

### 1.2
* Released: 26 July 2017.

* Better security after rewrite of whole theme.
* More options in Customizer.
* More options for posts.

### 1.1
* Released: 31 May 2017.

* Added norwegian translation.
* Added post meta information and social icons/links.
* Added woocommerce support.
* Added video post format.

### 1.0
* Released: 05 May 2017.

Initial release.

0 comments on commit c0baba1

Please sign in to comment.