Giter VIP home page Giter VIP logo

baseblog's Introduction

Baseblog Kirby Theme

This theme is made to give you a solid and clean start when it comes to creating a blog with Kirby. It allows you to set up your posts and pages quickly, so you can easily customize it and just start blogging right away. Here are some built-in features of Baseblog:

  • post types (texts, links and videos)
  • tags
  • search
  • error page
  • RSS feed
  • pagination for articles
  • static tweet button
  • responsiveness
  • prearranged blueprints for Panel usage

Installation

The easiest way to install Kirby with Baseblog is via terminal:

git clone --recursive https://github.com/sashtown/baseblog.git

If you've already installed Kirby with the Starterkit remove the default /assets, /content and /site folders and replace them with the downloaded ones from Baseblog.

Kirby?

Kirby is a lightweight, flexible and file-based CMS made by Bastian Allgeier. If you want to learn more about Kirby, visit the Kirby Website and check out the docs!

License

This theme is free to use with your Kirby installation and licensed under the MIT License. If you still want to support me and the further development of this theme, you can do this right here.

Please remember, that Kirby itself is not for free. If you use this theme for a public release, don't forget to buy a license for Kirby!

Showcase

http://baseblog.sashtown.de/demo

Contact

If you have any questions about the theme, contact me by email or on Twitter.

baseblog's People

Contributors

calebgrove avatar labo-css avatar mrimann avatar s1syphos avatar sashtown avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

baseblog's Issues

Category links don't work if multiple categories are listed

If the "Categories" item in an article contains a single category, clicking on it lists articles with that category-- the link is something like http://localhost/blog/category:News and clicking finds anything with the News category.

But if multiple categories are listed, for example:

Categories: Tools,Stuff

Then the link is http://localhost/blog/category:Tools,Stuff, and clicking on it finds no articles at all.

[This assumes you've changed the home page to something like docs, as described in issue #3 so that category links work.]

Internal 500 Error on "page:2" and tag URLs

I have set up baseblog on a subfolder at http://localhost/bg. My .htaccess file has:
RewriteEngine on
RewriteBase /bg

Additionally, the config.php file is set to:
c::set('url', 'http://localhost/bg');
c::set('subfolder', 'bg');

Most of the rewriting works fine. The main blog page comes up and I can click on and access any of the posts and pages. However, if I click on the "older posts" button I get an internal server error. It is directing me to the url http://localhost/bg/page:2. Similarly, clicking on a tag in the post produces the same error. The URL for those is http://localhost/bg/tag:nature

The Appache Error log says:

AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: http://localhost/bg/

Any ideas?

New install shows Forbidden for Category Search

Hi, installed on a local server and everything works great except clicking on a Category.
Error shows:

Forbidden
You don't have permission to access /kirbybaseblog/category:Tools on this server.

btw, troubleshoot set to true also says that default.php template was not found, but I think that's on purpose, right?

thx.

EDIT: Tried adding +Indexes to htaccess but no luck

Category links redirect back to home page

I installed Kirby following its instructions, and then added Baseblog by replacing Kirby's assets, content, and site directories with Baseblog's. I haven't made any other changes to the Kirby code.

If I click on one of the category links in Baseblog's sample content directory, I get redirected back to the site home page (HTTP 302 and a Location: header). For example:

curl -v http://localhost/blog/category:Tools
* About to connect() to localhost port 80 (#0)
*   Trying 127.0.0.1...
* connected
* Connected to localhost (127.0.0.1) port 80 (#0)
> GET /blog/category:Tools HTTP/1.1
> User-Agent: curl/7.24.0 (x86_64-apple-darwin12.0) libcurl/7.24.0 OpenSSL/0.9.8r zlib/1.2.5
> Host: localhost
> Accept: */*
> 
< HTTP/1.1 302 Found
< Date: Wed, 13 Mar 2013 20:59:29 GMT
< Server: Apache/2.2.22 (Unix) DAV/2 PHP/5.3.15 with Suhosin-Patch mod_ssl/2.2.22 OpenSSL/0.9.8r
< X-Powered-By: PHP/5.3.15
< Location: http://localhost/
< Content-Length: 0
< Content-Type: text/html
< 
* Connection #0 to host localhost left intact
* Closing connection #0

This is with Baseblog commit 5616757 and Kirby commit a242815, both current as of today. I see that http://baseblog.sashtown.de doesn't have this problem-- maybe it's using an older version of Kirby?

Date translation

Hello!
First of all great solution...
I was trying your baseblog in a multilanguage kirby local website but if in config.php I add this line:

c::set('date.handler', 'strftime');

The date format just display: F dS, Y ... Any idea how to solve it?
Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.