Skip to content

This is blogging theme for the default Pico CMS theme.

License

Notifications You must be signed in to change notification settings

stoutouloutou/pico-blog-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pico CMS default blog theme

This is blogging theme for the default Pico CMS theme.

About Pico CMS

Pico CMS is a flat file CMS, this means there is no administration backend or database to deal with. You simply create markdown files in the content folder. This file will be rendered a webpage page.

About the Pico CMS default blog theme

This blog theme implements:

Installation

  1. Copy the default-blog folder in your themes subdirectory of the Pico installation directory.
  2. Copy the pagination.php file to the plugins folder
  3. Enable the Pico Blog theme in your config.php file: $config['theme'] = 'default-blog'; (you can find that file in your config folder)

To Do

  • add pagination on post pages
  • add date on post pages

About

This is blogging theme for the default Pico CMS theme.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 43.8%
  • CSS 28.8%
  • PHP 27.4%