-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.page
42 lines (35 loc) · 1.26 KB
/
about.page
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
title: Blogger: Minima
description: Minima (classic Blogger template), ported to Mecha.
image: /lot/y/blogger-minima/index.png
images:
- /lot/y/blogger-minima/index.png
- /lot/y/blogger-minima/index/1.png
- /lot/y/blogger-minima/index/2.png
- /lot/y/blogger-minima/index/3.png
- /lot/y/blogger-minima/index/4.png
author: Taufik Nurrohman
type: Markdown
version: 1.0.9
...
This is not a clone of the original Minima template. I didn’t make it from the original source code, but by refactoring
it using more modern CSS and HTML syntax.
### Features
Other color variants of this template have been combined into one. You can enable other color variants via
`.\lot\y\blogger-minima\state.php` file:
~~~ .php
<?php
return [
'banner' => null,
'color' => [
'description' => '#cccccc',
'title' => '#ffffff'
],
'skin' => ['name' => 'white']
];
~~~
The default color variant is `white`. There are several other color variants you can try, including `black`, `blue`, and
`ochre`. These are the official color variants provided by the designer of this template in the past. The `brick` ones
were made by me.
You can add an image URL to the `banner` property to set a background image of the header. The image will automatically
resize to fit its container.