-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.page
32 lines (26 loc) · 955 Bytes
/
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
---
title: Blogger: Rounders
description: Rounders (classic Blogger template), ported to Mecha.
image: /lot/y/blogger-rounders/index.png
images:
- /lot/y/blogger-rounders/index.png
- /lot/y/blogger-rounders/index/1.png
- /lot/y/blogger-rounders/index/2.png
- /lot/y/blogger-rounders/index/3.png
author: Taufik Nurrohman
type: Markdown
version: 1.0.2
...
This is not a clone of the original Rounders 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-rounders\state.php` file:
~~~ .php
<?php
return [
'skin' => ['name' => 1]
];
~~~
The default color variant is `1`. There are several other color variants you can try, including `2`, `3`, and `4`. These
are the official color variants provided by the designer of this template in the past.