Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kdheepak/pelican-smoothie

Pelican-Smoothie - A Bootstrap theme for the static site generator Pelican
https://github.com/kdheepak/pelican-smoothie

Last synced: 2 months ago
JSON representation

Pelican-Smoothie - A Bootstrap theme for the static site generator Pelican

Awesome Lists containing this project

README

        

# pelican-smoothie

pelican-smoothie - A Bootstrap theme for the static site generator Pelican

[Live demo](http://kdheepak.com)

### Minimal design

![Screenshot](https://raw.githubusercontent.com/kdheepak89/pelican-smoothie/master/screenshot1.png)

### Customizable

![Screenshot](https://raw.githubusercontent.com/kdheepak89/pelican-smoothie/master/screenshot2.png)

### FAB?

![Screenshot](https://raw.githubusercontent.com/kdheepak89/pelican-smoothie/master/screenshot3.png)

### Solarized themed code blocks

![Screenshot](https://raw.githubusercontent.com/kdheepak89/pelican-smoothie/master/screenshot4.png)

### Disqus integration

![Screenshot](https://raw.githubusercontent.com/kdheepak89/pelican-smoothie/master/screenshot5.png)

# pelican-smoothie part of pelicanconf.py

```python
############################################################################

# pelican-smoothie customization

THEME = 'pelican-themes/pelican-smoothie/'

# Disqus

DISQUS_SITENAME = ""

# COVER_IMG = "images/covers/red.png"
SITE_TITLE_LABEL = "Dheepak Krishnamurthy"
SITE_SUBTITLE_LABEL = "Engineer & Tinkerer."
SUMMARY_MAX_LENGTH = 5

# Legal
SITE_LICENSE = u'

All content by Dheepak Krishnamurthy on this page is licensed under a Creative Commons
Attribution-NonCommercial-ShareAlike 4.0 International License
.
'

# SEO
SITE_DESCRIPTION = u'My name is Dheepak Krishnamurthy. This is my personal blog.'

LANDING_PAGE_ABOUT = {'details': """My name is Dheepak Krishnamurthy.
I’ve dabbled with mobile application and web development, home automation and photography.
I’m currently working towards a Master’s degree in Electrical Engineering.


Alt text! And a picture of me!


I love reading up on the history of places. My dream is that one day I’d have travelled to every country
in the world (Four down, 192 to go!). I love watching movies and having discussions with friends about them.
I’ve been on the seemingly never ending quest of completing IMDb’s top 250 movies of all time
(An embarrassingly small 91 down, 159 to go). I love reading books and comic books.

On this website, I intend to share interesting projects I’m currently working on or have worked on in the past,
partly also as a way of establishing an archive. If you find anything interesting, feel absolutely
free to get in touch with me.

"""}

# Social
SOCIAL = { 'Twitter': 'http://twitter.com/kdheepak89',
'Github': 'http://github.com/kdheepak89',
'Email': 'mailto:[email protected]',
'GooglePlus': 'https://plus.google.com/+DheepakKrishnamurthy/posts'}

# Google and Mixpanel Analytics

GOOGLE_ANALYTICS = 'UA-xxxxxxxx-1'
MIXPANEL_ANALYTICS = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
```

# Contribution

Pull requests are welcome!