2017 © Pedro PelĂĄez
 

library skorry

Make fast your personal site!

image

flaviozantut/skorry

Make fast your personal site!

  • Wednesday, January 3, 2018
  • by flaviozantut
  • Repository
  • 3 Watchers
  • 23 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

skorry - Make fast your personal site!

Print Screen, (*1)


Latest Stable Version, (*2)

Total Downloads, (*3)

Scrutinizer Quality Score, (*4)

Code Coverage, (*5)

Build Status, (*6)


This project inspired on syte, but using PHP and Markdown to manage posts, (*7)

Install

curl -s http://getcomposer.org/installer | php
composer.phar create-project flaviozantut/skorry skorry
cd skorry
php artisan post:make
php artisan serve

Update informations

/*
 * 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",

Custom style

/*
 * 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., (*8)

Your personal page will be ready!


Changelog

  • version 0.0.1-dev
    • markdown post manager
    • make post from command line
    • simple style customization
    • dump assets on static files

Roadmap

  1. enable tags
  2. rss
  3. move assets manager to external package
  4. get posts from dropbox
  5. get posts from google drive
  6. github api integration
  7. twitter api integration
  8. bitbucket api integration
  9. google-plus api integration
  10. linkedin api integration
  11. instagram api integration
  12. facebook api integration
  13. foursquare api integration
  14. pinterest api integration

The Versions

03/01 2018

dev-remove-print-screen

dev-remove-print-screen

Make fast your personal site!

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar flaviozantut

laravel page blog personal site

17/02 2016

dev-master

9999999-dev

Make fast your personal site!

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar flaviozantut

laravel page blog personal site

26/09 2013

v0.0.2

0.0.2.0

Make fast your personal site!

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar flaviozantut

laravel page blog personal site