Julien.tw

Déroule.


Le perfectionnisme en entretien

Quel est la bonne réponse à la question « Quel est votre pire défaut ? »

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed condimentum elit in enim pulvinar, ac consectetur dui vulputate. Sed eleifend venenatis dignissim. Suspendisse id nibh ac velit sagittis consequat in quis ipsum. Maecenas et varius enim. Donec mauris orci, pretium at mauris at, finibus consequat velit.

Titre de niveau 3

Nunc quis tristique diam. Vestibulum vel tellus odio. Nam metus tortor, rutrum in tempor non, finibus eleifend nibh. In eros lacus, hendrerit ac ullamcorper in, finibus maximus ligula. Aenean interdum arcu a lectus consectetur tempor. Proin rhoncus malesuada tortor eget semper.

Pourquoi cette question est-elle posée ?

Vivamus eu suscipit risus. Nunc sodales leo eget quam lobortis, accumsan scelerisque quam elementum. Mauris maximus risus eu nulla commodo vehicula. Vestibulum varius urna vel sapien eleifend, vel eleifend libero imperdiet. Cras eget fermentum nulla. Aenean molestie ante felis, at ultricies nunc euismod sed. Nulla facilisi. Nullam gravida leo a risus viverra rutrum sed et lectus. Pellentesque in sagittis metus. Sed quis nibh in nisl vestibulum consequat. Pellentesque sed urna a dui tincidunt efficitur non non orci.


Content in Kirby

## How content is stored In Kirby, content is stored within the `/content` directory, where every page is a folder. Pages can be nested, so every of those pages/folders may also contain subfolders. Take this blog demo for example; all posts are just subfolders of the **blog** folder. This comes with great flexibility, because it is very easy to mix different kinds of content. In this demo, the blog only has one template for articles and a corresponding blueprint file (`/site/blueprints/article.yml`) to provide the correct fields in the Panel when editing the content. But if you need different fields for video posts, gallery posts etc. you can extend the blog’s functionality by adding corresponding blueprints and templates to define those post types. You needs tags? Easy as pie! Just add a *tags* field to your `article.yml` blueprint. But if you don’t use the Panel, you also don’t need to setup blueprints at all. That’s Kirby’s advantage: The content files can be edited directly if you want to. ## Kirbytext Kirby’s content is written Kirbytext by default. It is basically an extended version of [Markdown](https://daringfireball.net/projects/markdown/syntax) or [Markdown Extra](https://michelf.ca/projects/php-markdown/extra/). In addition to Markdown’s simple syntax, Kirbytext also includes a bunch of useful tags. For example, to link to an email address, you can use Kirby’s `email` tag:
(email: hello@example.com)
It is not only handier than typing “`

Licensing Kirby

As you probably already know, Kirby is a commercial product. You can try it as long as you want on your local machine and the source code is available on (link: http://github.com/getkirby text: GitHub). But as soon as your want to use Kirby in production, you need to [purchase a license](https://getkirby.com/buy). To keep Kirby affordable for as many people as possible, we have decided to make it available under a *personal* and a *commercial* license. The personal license may be used for personal / non-commercial projects only. The following chart may be helpful for you to decide which license is the right one for your project. (image: licensing.png caption: If you’re not sure which license is the right one for your project, this chart might be helpful.) We trust in you to support us with a legally purchased license if you like Kirby. *** **Further reading** - [Entering the license code](https://getkirby.com/docs/installation/license-code) (Kirby Documentation) - [Free Trial](https://getkirby.com/blog/free-trial) (blog post about our license model)

Extending Kirby

Kirby comes as a clean package, aiming to provide you with a useful toolkit to get started with. But it it is also very modular and extensible. Rather than providing a solution to every imaginable problem out of the box, Kirby prefers to let *you* decide which features your project really needs. There are a ton of different possibilities of how to extend Kirby. For sure, you will write your own template files (or maybe buy a theme?) and adjust the CSS according to your needs. Maybe you’ll install plugins or write your own custom Kirbytags or even Panel fields? However, if you ever get stuck, don’t hesitate to ask your question in [our forum](https://forum.getkirby.com/). It is also a great place to connect with other Kirby developers and to discover new plugins, developed by the Kirby community. If you like to stay up-to-date, you should also sign up to (link: https://getkirby.com/#kosmos text: Kirby Kosmos), our monthly newsletter. *** **Further reading** - (link: https://getkirby.com/blog text: Official Kirby Blog) - (link: https://getkirby.com/#kosmos text: Kirby Kosmos) (monthly newsletter) - (link: https://getkirby.com/docs text: Kirby Documentation) - (link: https://getkirby.com/docs/cookbook text: Kirby Cookbook) - (link: https://getkirby.com/docs/developer-guide text: Kirby Developer Guide)