Skip to content

irregularisnotrandom/story

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Story

A simple & clean, Bootstrap blog theme for Pico.

##Installation Download the story folder, upload it in the themes folder of your pico installation and change the following setting within your config.php:

 $config['theme'] = 'story';
 $config['pages_order_by'] = 'date';
 $config['pages_order'] = 'desc';
 $config['PicoExcerpt.enabled'] = true;
 $config['excerpt_length'] = 12;

###Home Page & Post Page To genarate the Home page and the blogposts you can use my index.md & post.md

###Demo : link

###Screenshot Story-Screenshot

About

Story : A simple & clean, Bootstrap blog theme for Pico.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 77.9%
  • JavaScript 13.1%
  • HTML 9.0%