This repository has been archived on 2022-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
blog.old/theme/blueidea
murtezayesil 4fe0fe1ceb theme: added tooltip support 2020-09-01 22:14:56 +06:00
..
static theme: added tooltip support 2020-09-01 22:14:56 +06:00
templates publish: Properly Disorganized 2020-08-24 23:03:22 +06:00
LICENSE Initial commit 2020-07-11 04:51:47 +06:00
README.md Initial commit 2020-07-11 04:51:47 +06:00
screenshot-1.png Initial commit 2020-07-11 04:51:47 +06:00
screenshot-2.png Initial commit 2020-07-11 04:51:47 +06:00
screenshot-3.png Initial commit 2020-07-11 04:51:47 +06:00
screenshot-4.png Initial commit 2020-07-11 04:51:47 +06:00
screenshot-5.png Initial commit 2020-07-11 04:51:47 +06:00

README.md

pelican-blueidea

A theme for Pelican inspired by the default theme notmyidea.

Features

  • Ability to hide pages from the top menu.
  • Ability to hide categories from the top menu.
  • Ability to display categories as a submenu.
  • Ability to display a search form which exploits the DuckDuckGo search engine.
  • Ability to sort pages using a specific attribute like the date or any additionnal attribute.
  • Ability to hide the author's name or the article category in the articles info.
  • Icons for the following social networks: Facebook, Github, Google+, LastFM, LinkedIN, RSS/ATOM, Twitter, Vimeo and Youtube.

Preview

Screenshot-1

Settings

# Display pages list on the top menu
DISPLAY_PAGES_ON_MENU (True)

# Display categories list on the top menu
DISPLAY_CATEGORIES_ON_MENU (True)

# Display categories list as a submenu of the top menu
DISPLAY_CATEGORIES_ON_SUBMENU (False)

# Display the category in the article's info
DISPLAY_CATEGORIES_ON_POSTINFO (False)

# Display the author in the article's info
DISPLAY_AUTHOR_ON_POSTINFO (False)

# Display the search form
DISPLAY_SEARCH_FORM (False)

# Sort pages list by a given attribute
PAGES_SORT_ATTRIBUTE (Title)

# Display the "Fork me on Github" banner
GITHUB_URL (None)

# Blogroll
LINKS 

# Social widget
SOCIAL

Browsers compatibility

Only tested with latest releases of Mozilla Firefox and Chromium/Chrome.