Wants extra features and style?. No problem, dude!
Blogged allows you add your own custom CSS and JS in order to change the behaviour or the style of the UI elements to match your needs. Simply pass the path of your CSS and JS files in the corresponding arrays in the config/blogged.php
.
{info} You can pass multiple CSS/JS files at once.
return [
'ui' => [
...
'additional_css' => [
//'css/custom.css',
],
'additional_js' => [
//'js/custom.js',
],
]
];