Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kdheepak/pelican-smoothie
- Owner: kdheepak
- License: mit
- Created: 2015-08-02T16:41:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-11T19:53:02.000Z (about 8 years ago)
- Last Synced: 2024-05-02T01:48:54.606Z (8 months ago)
- Language: CSS
- Size: 16.7 MB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
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!