Questions tagged [kirby]

Kirby is a file-based CMS built using PHP. Its contents are organized in folders and write in plain text files with Markdown formatting.

Kirby is a file-based CMS built using PHP. Its contents are organized in folders and write in plain text files with Markdown formatting.

Kirby 3 was released in january 2019.

Highlights:

  1. Quick Setup
  2. Flexible content structre
  3. It requires no database
  4. Flexible API inspired by jQuery
  5. Markdown Syntax

Requirements:

Web server

Any of the following:

  • Apache 2
  • Nginx
  • LiteSpeed
  • Caddy

PHP

  • PHP 7.1+
  • mbstring extension
  • curl extension
  • ctype extension
  • gdlib extension

Useful links:

Resources

84 questions
0
votes
1 answer

site map alone good enough for seo with angular 1 app?

Options for server side rendering the ang apps 1 - pretender.io Free for up to 250 pages per month Here is a tut.: https://scotch.io/tutorials/angularjs-seo-with-prerender-io 2 - https://github.com/steeve/angular-seo Open source and…
user1037355
0
votes
1 answer

Ignore converting text to a list

I can't get following content to be generated without building the HTML list structure around. Merke Dir auch gleich den nächsten Termin: 12. November 2015 Kirbytext will then generate this:

Merke Dir auch gleich den nächsten Termin:

daerentis
  • 33
  • 6
0
votes
2 answers

Copy kirby site using git

My friend create a site using Kirby, I was asked to add the content to a git repository and to deploy the content in a server.. I've created the git repository and I've added all the content using git add -A ... i've committed and pushed the…
Mohamed Taboubi
  • 6,663
  • 11
  • 55
  • 87
0
votes
1 answer

Add Client Log in area to Kirby

I'm pretty new to Kirby, trying to build my first site with it, and the site is for a photographer who wants clients to be able to log in where they can view and download their photos. Is that something I could do with Kirby? I saw this -…
Molly Campbell
  • 339
  • 2
  • 6
  • 15
0
votes
1 answer

site.php conflict for panel in Kirby CMS

Kirby CMS supports a non default file structure. http://getkirby.com/docs/advanced/customized-folder-setup When I introduce the following content to the site.php file: // changing the directory $kirby->roots->content = $kirby->roots()->index() . DS…
Craig.C
  • 561
  • 4
  • 17
0
votes
2 answers

Foreach: Group same data

I am attempting to group generated data from a foreach statement by date. I am using Kirby CMS but am having troubling accomplishing the following. Goal (sudo): date: 03/10/15 Take Over date: 03/09/15 Video Flash Super GIF 2 Super GIF Image My…
Shivam
  • 2,208
  • 3
  • 24
  • 39
0
votes
1 answer

Kirby: MarkdownExtra doesn't produce wanted paragraphes, renders line-breaks instead

I'm currently getting my head around http://getkirby.com and am very pleased to far. I activated Markdown Extra which comes shipped with Kirby so I can use Markdown within div-elements. This works pretty well until the point where I need to create…
Tim
  • 5,893
  • 3
  • 35
  • 64
0
votes
2 answers

Disqus Kirby CMS local development

I'm developing a Kirby site locally. I'm Trying to add Disqus comments to my article pages. I am following this EXPLANATION OF HOW TO DO SO I have followed it word for word. I have downloaded the following snippet and added it to my snippets…
user1910388
  • 235
  • 1
  • 6
  • 17
0
votes
1 answer

Custom short version of articles Kirby CMS php

I have a home page with short versions of the articles which link to the article page [(from this tutorial)][1] children()->visible()->flip() as $article): ?>

user1910388
  • 235
  • 1
  • 6
  • 17

0
votes
2 answers

Kirby snippet shows only 10 subpages

I'm working on this (NSFW), I created 12 subpages but only 10 are showing in the list. I'm not using any limit() or pagination() in the snippet nor in the panel config, I can't find where this limit is regulated. My guess is a numbering issue,…
anoonimo
  • 367
  • 2
  • 3
  • 13
0
votes
1 answer

Using Yeoman/Grunt.js with FlatFile CMS

I'm about to start devlopment of a new website and want to use yeoman/grunt to speed up development/testing. However the site needs to be build with limited CMS functionallty with a flatfile cms such as http://getkirby.com/. Now I'm a little…
user2541153
  • 451
  • 2
  • 8
  • 16
0
votes
1 answer

Apache rewrite rule works for homepage but not links

I have a site in a /www/ folder. In the parent directory I have an .htaccess file which passes through the /www/ directory so it is as if it does not exist. Within that folder I have Kirby CMS as a submodule which uses it's own rewrite rules for…
Craig
  • 972
  • 3
  • 13
  • 38
0
votes
1 answer

Sessions in PHP 5.3.3 and kirby

Situation I have implemented a modified version of the kirby Auth plugin on a client website, it basically works this way User accounts are simple kirby content files with the title serving as the login and a password field containing a bcrypt…
Wilhearts
  • 169
  • 1
  • 1
  • 6
0
votes
2 answers

htaccess trailing slash redirect with Kirby

Is it possible to redirect a url without trailing slash to the URLs with trailing slash in Kirby CMS? How? From http://www.test.com/page To http://www.test.com/page/ htaccess file DirectorySlash On RewriteEngine…
Jens Törnell
  • 23,180
  • 45
  • 124
  • 206
0
votes
2 answers

Installing dropbox (and use Kirby CMS) on openshift

I'm trying to find a way to integrate Kirby CMS with Dropbox running on Openshift using these tutorials: http://getkirby.com/blog/kirby-meets-dropbox http://getkirby.com/forum/how-to/topic:561 I already get stuck installing Dropbox, since I assume I…
Jure
  • 51
  • 4