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/my_theme
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 theme: added tooltip support 2020-09-01 22:14:56 +06:00
LICENSE publish: Blog in Progress #1 2020-08-16 02:36:26 +06:00
README.md publish: Blog in Progress #1 2020-08-16 02:36:26 +06:00
screenshot-1.png publish: Blog in Progress #1 2020-08-16 02:36:26 +06:00
screenshot-2.png publish: Blog in Progress #1 2020-08-16 02:36:26 +06:00
screenshot-3.png publish: Blog in Progress #1 2020-08-16 02:36:26 +06:00
screenshot-4.png publish: Blog in Progress #1 2020-08-16 02:36:26 +06:00
screenshot-5.png publish: Blog in Progress #1 2020-08-16 02:36:26 +06:00

README.md

my_theme

A clean theme for Pelican inspired by pelican-blueidea and Susty.

Focusing on clean interface to help people read better. Reduces site load speed by NOT using external fonts.

PLANNED Features --------

  • Black Lives Matter banner.

  • IndieWeb Profile

  • #100DaysToOffload

  • Toot for comment

  • 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 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, Mastodon, Vimeo, YouTube, PeerTube

PLANNED Settings --------

# IndieWeb Profile

# 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

post front-matter

# \#100DaysToOffload
hundreddaystooffload (Day Number)

# Toot to Comment
comment: (Link to toot)


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.