Skip to content

Kokil/prestaconcept.github.io

 
 

Repository files navigation

Prestaconcept.github.io

PrestaConcept open source bundle documentation. prestaconcept.github.io

This is a list of all PrestaConcept open source projects and there documentation.

Issue tracker

📋 Issues are managed in prestaconcept/open-source-management to centralize our open source activity.

Ask for help

💬 If you need help about this project you can post a message on our google group

How to edit the site

This code is using Jekyll as this is a ruby project, make sure you have Ruby and RubyGems installed. If not, launch this command :

sudo apt-get install ruby-full libyaml-ruby libzlib-ruby rubygems

Next, follow the installation guide to install Jekyll or just launch the following command :

sudo gem install jekyll

For Windows users (Thanks to @madhur) : Running Jekyll on Windows or Building portable Jekyll for Windows

We provide a Makefile for common operation.

So just run "make build" to launch the server. HTML pages will be regenerate automatically when you make changes to Markdown source files. And then open localhost:4000 in your browser.

If you need to modify the less files, you will need to install node-less and yui-compressor

sudo apt-get install node-less yui-compressor

And here is the command to rebuild styles.css :

make ai

Styles

Callout

Callout is special area used to highlight some text.

3 colours are available :

  • warning (orange)
  • info (blue)
  • tips (green)

This is an example of callout use :

<div class="callout warning|info|tips">
    <h4>Title</h4>
    Your text
</div>

Contributing

Pull requests are welcome.

Thanks to everyone who has contributed already.


This project is supported by PrestaConcept

Lead Developer : @nicolas-bastien

Released under the MIT License

Bitdeli Badge

About

Prestaconcept open-source bundles documentation : PrestaCMS, PrestaSitemap...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published