All Projects → karambir → taman

karambir / taman

Licence: MIT license
Pelican theme with "just the right amount"

Programming Languages

CSS
56736 projects
HTML
75241 projects
Makefile
30231 projects

Projects that are alternatives of or similar to taman

hugo-initio
Hugo Theme port of Initio bootstrap template by GetTemplate
Stars: ✭ 58 (+314.29%)
Mutual labels:  static-site, blog-theme
geeky-hugo
Geeky is a Personal Hugo blog theme focused on high speed. Geeky is fully responsive, Superfast, and powered by Bootstrap v5.
Stars: ✭ 44 (+214.29%)
Mutual labels:  static-site, blog-theme
plumage
🎨 Theme for Pelican, the static site generator.
Stars: ✭ 50 (+257.14%)
Mutual labels:  pelican, pelican-theme
pelican-alchemy
A ✨ functional, clean, responsive Pelican theme
Stars: ✭ 129 (+821.43%)
Mutual labels:  pelican, pelican-theme
Fullstackpython.com
Full Stack Python source with Pelican, Bootstrap and Markdown.
Stars: ✭ 2,667 (+18950%)
Mutual labels:  static-site, pelican
Hugo Theme Noteworthy
A minimalist Hugo theme for writers and bloggers
Stars: ✭ 119 (+750%)
Mutual labels:  static-site, blog-theme
pneumatic
Minimalistic, responsive Pelican theme.
Stars: ✭ 52 (+271.43%)
Mutual labels:  pelican, pelican-theme
Hexo Theme Shana
what's a cool hexo theme!
Stars: ✭ 166 (+1085.71%)
Mutual labels:  static-site, blog-theme
academia-hugo
Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.
Stars: ✭ 165 (+1078.57%)
Mutual labels:  static-site, blog-theme
hugo-theme-massively
Massively theme for Hugo static site generator
Stars: ✭ 113 (+707.14%)
Mutual labels:  static-site, blog-theme
persian-hugo
Persian is a box design personal blog theme based on Bootstrap and powered by Hugo. It is very responsive and perfectly fits on any sized screen device.
Stars: ✭ 32 (+128.57%)
Mutual labels:  blog-theme
awesome-astro
Curated resources on building sites with Astro, a brand new way to build static and server rendered sites, with cross-framework components, styling and reactive store support.
Stars: ✭ 210 (+1400%)
Mutual labels:  static-site
gatsby-starter-typescript
A Gatsby starter the way I like it.
Stars: ✭ 62 (+342.86%)
Mutual labels:  static-site
hugo-minimalist-theme
Port of Raphael Riegger's Minimalistic Ghost theme to Hugo.
Stars: ✭ 25 (+78.57%)
Mutual labels:  blog-theme
Blended
The Most Versatile Static HTML Site Generator
Stars: ✭ 22 (+57.14%)
Mutual labels:  static-site
ethereal-jekyll-theme
A Jekyll version of the "Ethereal" theme by HTML5 UP.
Stars: ✭ 13 (-7.14%)
Mutual labels:  static-site
jiahao.codes
😎 Personal Website
Stars: ✭ 63 (+350%)
Mutual labels:  static-site
cloudformation-static-site
Cloudformation script to set up static site hosting on AWS with S3 and Cloudfront
Stars: ✭ 15 (+7.14%)
Mutual labels:  static-site
highlights-jekyll-theme
A Jekyll version of the "Highlights" theme by HTML5 UP.
Stars: ✭ 26 (+85.71%)
Mutual labels:  static-site
simple-dev-blog-zola-starter
A simple dev-blog theme for Zola.
Stars: ✭ 30 (+114.29%)
Mutual labels:  static-site

TAMAN

Taman is a responsive theme for Pelican, it is hackish port of Jekyll's Logom theme.

The name is synonym of word Lagom in Slavic languages.

DEMO

You can see the theme in action.

theme screenshot

FEATURES

  • responsive
  • syntax highlighting for pre blocks
  • minify css files
  • supports Google Analytics or custom analytics script
  • custom list of links
  • social links with FontAwesome4
  • a custom favicon and logo urls
  • no custom menu
  • support canonical urls

INSTALL

Clone the repository, edit your pelicanconf.py and modify the THEME variable to make it point to the downloaded theme location.

The theme use assets plugin to handle minification of css files from here

  • Install required package for assets plugin by pip install webassets
  • Refer this documentation to install plugin.

PELICANCONF.PY

Supports a number of common global variables but patches are welcomed if you need better support.

  • GOOGLE_ANALYTICS to use Google Analytics, set this var to your UA-XYZ code

  • CUSTOM_ANALYTICS set this to your custom js script(including script tag). This is added at the end of body.

  • TAGLINE some text rendered right below the logo

  • Use canonical_url var in article markdown file to specify original url of article.

  • To set custom logo and favicon set following in config:

    STATIC_PATHS = ['images', 'extra/favicon.png', 'extra/logo.png'] EXTRA_PATH_METADATA = { 'extra/favicon.png': {'path': 'favicon.png'}, 'extra/logo.png': {'path': 'logo.png'}, }

    USER_LOGO_URL = '/logo.png' USER_FAVICON_URL = '/favicon.png'

When developing locally, you may want to set the following variable: SITEURL = http://localhost:8000

AUTHOR

Lagom theme is originally authored by Matt Swanson. I started with pelican-svbhack as base.

LICENSE

Released under MIT License, full details in LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].