Re-add old posts
This commit is contained in:
parent
1e0a05e330
commit
0401e039de
150 changed files with 11896 additions and 3 deletions
19
app/SculpinKernel.php
Normal file
19
app/SculpinKernel.php
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use Opdavies\Sculpin\Bundle\GistEmbedBundle\SculpinGistEmbedBundle;
|
||||
use Sculpin\Bundle\SculpinBundle\HttpKernel\AbstractKernel;
|
||||
|
||||
final class SculpinKernel extends AbstractKernel
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function getAdditionalSculpinBundles(): array
|
||||
{
|
||||
return [
|
||||
SculpinGistEmbedBundle::class,
|
||||
];
|
||||
}
|
||||
}
|
|
@ -2,6 +2,7 @@ sculpin_content_types:
|
|||
pages:
|
||||
permalink: /:basename/
|
||||
posts:
|
||||
enabled: false
|
||||
permalink: blog/:basename/
|
||||
taxonomies: [tags]
|
||||
talks:
|
||||
permalink: talks/:basename/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue