pelican-clean-blog/README.md

27 lines
625 B
Markdown
Raw Normal View History

2014-12-10 17:25:34 +00:00
# Pelican Clean Blog Theme
2014-12-10 16:01:04 +00:00
2014-12-10 16:11:41 +00:00
Theme based in Clean Blog layout.
![Screenshot](https://archive.org/download/6731240/6731240.png)
2014-12-10 17:25:34 +00:00
## Basic configuration
To define custom header cover, set the property ``HEADER_COVER`` in ``pelicanconf.py``:
```python
HEADER_COVER = 'static/my_image.png'
```
Github, Twitter and Facebook URLs set these properties:
```python
GITHUB_URL = 'http://github.com/myprofile'
TWITTER_URL = 'http://twitter.com/myprofile'
FACEBOOK_URL = 'http://facebook.com/myprofile'
```
If you have insert new links, customize ``base.html``.
2014-12-10 16:11:41 +00:00
Source: http://ironsummitmedia.github.io/startbootstrap-clean-blog/
2014-12-10 17:25:34 +00:00