Package Data | |
---|---|
Maintainer Username: | flaviozantut |
Maintainer Contact: | flaviozantut@gmail.com (flaviozantut) |
Package Create Date: | 2013-08-09 |
Package Last Update: | 2018-01-03 |
Home Page: | http://flaviozantut.github.io/skorry/ |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-10 15:02:07 |
Package Statistics | |
---|---|
Total Downloads: | 28 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 20 |
Total Watchers: | 4 |
Total Forks: | 2 |
Total Open Issues: | 0 |
This project inspired on syte, but using PHP and Markdown to manage posts
curl -s http://getcomposer.org/installer | php
composer.phar create-project flaviozantut/skorry skorry
cd skorry
php artisan post:make
php artisan serve
/*
* open app/config/skorry.php
* and replace to your informations
*/
return array(
/*
|--------------------------------------------------------------------------
| Titles
|--------------------------------------------------------------------------
|
*/
'title' => 'Flávio Zantut',
'subtitle' => 'Web Developer',
/*
|--------------------------------------------------------------------------
| Social
|--------------------------------------------------------------------------
|
*/
"github" => "https://github.com/flaviozantut",
"foursquare" => "https://foursquare.com/user/3328297",
"instagram" => "http://instagram.com/flaviozantut",
"google-plus" => "https://plus.google.com/112100489080294287923",
"linkedin" => "http://www.linkedin.com/in/desenvolvedorweb",
"twitter" => "https://twitter.com/flaviozantut",
"facebook" => "",
"pinterest" => "",
"stackexchange" => "",
"bitbucket" => "",
/*
|--------------------------------------------------------------------------
| Comments
|--------------------------------------------------------------------------
|
*/
"disqus" => "flaviopw",
/*
|--------------------------------------------------------------------------
| analytics
|--------------------------------------------------------------------------
|
*/
"analytics" => "UA-10815887-4",
/*
* open app/assets/less/tools/vars.less
* and set your custom colors values
*/
@gn-menu-bg: #efefef;
@card-bg: lighten(@gn-menu-bg, 3);
@link-collor: #546d7a;
@link-active-collor: lighten(@link-collor, 16);
@bg-collor: #546d7a;
@default-shadow-collor: transparent;
@footer-collor: lighten(#546d7a, 20);
Replace 'public/images' favicon.ico and profile.jpg.