Skip to content

WordPress Plugin for creating a one page website. With sections and a dot navigation.

Notifications You must be signed in to change notification settings

Visionquest-Development/pegasus-onepage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pegasus-onepage

Usage

How to use in your WordPress site
[section id="services" class="testing"]Sed porttitor lectus nibh. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Vivamus suscipit tortor eget felis porttitor volutpat. Curabitur aliquet quam id dui posuere blandit. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Donec sollicitudin molestie malesuada.[/section][section id="picture" class="test" bkg_color="#dedede"]<img src="http://www.fillmurray.com/960/550">[/section][section id="picture" class="test" bkg="http://www.fillmurray.com/960/550" ]Pellentesque in ipsum id orci porta dapibus. Nulla quis lorem ut libero malesuada feugiat. Cras ultricies ligula sed magna dictum porta. Quisque velit nisi, pretium ut lacinia in, elementum id enim. Vivamus suscipit tortor eget felis porttitor volutpat. Pellentesque in ipsum id orci porta dapibus.[/section]
Shortcode Attributes: http://pegasustheme.com/pegasus-onepage/

Installation

How to install to your WordPress site

Simple Instructions

Go to Github and click "Clone or download" and make sure it says "Clone with HTTPS" at the top and click "Download Zip" and save it to a folder on your PC. Then, go to WordPress Back-end and go to Plugins -> Add New and then click on "Upload Plugin" and upload the zip file you downloaded from Github.

Advanced Setup

1.) Upload via FTP/WordPress Admin

Download zip file from here and on extraction make sure the folder name you extract to is saved as pegasus-onepage instead of pegasus-onepage-master Then upload to you server using an FTP program or Use the WordPress Plugin Upload feature in the WordPress Admin.

2.) In the terminal:

For https connection use:

git clone https://github.com/Visionquest-Development/pegasus-onepage.git pegasus-onepage

For SSH implementation use this command and make sure you have the SSH key setup on both your terminal and github account. You will need to use your passkey for each update.

git clone git@github.com:Visionquest-Development/pegasus-onepage.git pegasus-onepage

How to update

Simple Instructions

Use the WordPress Admin or your favorite FTP program to delete the old plugin from the plugins folder. Then follow the Installation instructions again from above.

Advanced Setup

If you used the Advanced Setup, all you need to do is cd /path/where/plugin/exists && git pull.

How to contribute

If you plan on helping make this plugin better then please follow our guidelines for contributions. We recommend you use a terminal and git clone our repository by using the Advanced Installation Instructions from above. Then, use git checkout -b new-branch-name to create your own branch, and rename it to whatever you want by replacing new-branch-name. Make your changes and then add and commit them to your branch. Make sure to use git push -u origin new-branch-name with the new name when you get done committing your changes to set the upstream for your branch. Then, login to github.com and go to the repo you updated with your new branch and submit a Pull Request. We will review Pull Requests and accept them if it fits with our guidelines and current setup.

About

WordPress Plugin for creating a one page website. With sections and a dot navigation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages