mirror of
https://github.com/thewesker/htmly-cleanblog.git
synced 2025-12-20 04:01:06 -05:00
Add resources
Add any theme resources.
This commit is contained in:
70
README.md
70
README.md
@@ -1 +1,69 @@
|
||||
# htmly-cleanblog
|
||||
# HTMLy Clean Blog
|
||||
|
||||
Clean Blog ported to HTMLy.
|
||||
|
||||
[Clean Blog](http://startbootstrap.com/template-overviews/clean-blog/) is a stylish, responsive blog theme for [Bootstrap](http://getbootstrap.com/) created by [Start Bootstrap](http://startbootstrap.com/).
|
||||
|
||||
## Installations
|
||||
- Upload and extract the zip file into themes directory.
|
||||
- Rename the extracted folder to `cleanblog`.
|
||||
- Change the `views.root` using `http://www.example.com/admin/config` to `themes/cleanblog`
|
||||
|
||||
## Custom Background
|
||||
|
||||
You can use custom header background let say for frontpage, category page, profile page etc.
|
||||
|
||||
You just need to add new custom value in your config page.
|
||||
|
||||
**Home**
|
||||
`
|
||||
cleanblog.homebg = "https://www.example.com/your.homebg.png"
|
||||
`
|
||||
|
||||
**Category**
|
||||
`
|
||||
cleanblog.categorybg = "https://www.example.com/your.categorybg.png"
|
||||
`
|
||||
|
||||
**Tag**
|
||||
`
|
||||
cleanblog.tagbg = "https://www.example.com/your.tagbg.png"
|
||||
`
|
||||
|
||||
**Page and Subpage**
|
||||
`
|
||||
cleanblog.pagebg = "https://www.example.com/your.pagebg.png"
|
||||
`
|
||||
|
||||
**Profile**
|
||||
`
|
||||
cleanblog.profilebg = "https://www.example.com/your.profilebg.png"
|
||||
`
|
||||
|
||||
**Archive**
|
||||
`
|
||||
cleanblog.archivebg = "https://www.example.com/your.archivebg.png"
|
||||
`
|
||||
|
||||
**Search**
|
||||
`
|
||||
cleanblog.searchbg = "https://www.example.com/your.searchbg.png"
|
||||
`
|
||||
|
||||
**Error 404**
|
||||
`
|
||||
cleanblog.404bg = "https://www.example.com/your.404bg.png"
|
||||
`
|
||||
|
||||
**Blog**
|
||||
`
|
||||
cleanblog.blogbg = "https://www.example.com/your.blogbg.png"
|
||||
`
|
||||
|
||||
**Post**
|
||||
|
||||
It use the featured image.
|
||||
|
||||
## License
|
||||
|
||||
See the LICENSE.txt
|
||||
Reference in New Issue
Block a user