-
-
Notifications
You must be signed in to change notification settings - Fork 331
Home
Alexandre Vicenzi edited this page Feb 27, 2016
·
15 revisions
See Custom Settings
If MAIN_MENU = True
, the order is: Home, MENUITEMS
, Atom and RSS if available.
The order is Pages and LINKS
. LINKS
are shown in a new page.
All icons are provided by Font Awesome.
A set of icons have custom background, for this you must follow the names below:
- envelope-o (for email)
- github
- github-alt
- rss
- stack-overflow
- youtube
Example:
SOCIAL = (('linkedin', 'https://br.linkedin.com/in/alexandrevicenzi/en'),
('github', 'https://github.com/alexandrevicenzi'),)
If you need more icons, you will need to add a custom background to keep all icons similar.
Name | What does it do? |
---|---|
Cover | Cover image for social sharing (absolute url). |
og_locale | Open graph locale for article. |
By default, all article content is shown on Home.
If the article has a custom Summary, the custom summary is shown.
If setting SUMMARY_MAX_LENGTH
is set, the default article summary is shown.
If you want to replace Pygments theme (default is GitHub) take a look at Pygments Docs and replace pygments.min.css
.