Update articles and pages

This commit is contained in:
Raymond Wanyoike 2016-12-01 14:17:31 +03:00
commit cf347ff606
6 changed files with 73 additions and 33 deletions

View file

@ -1,27 +1,18 @@
Title: About
Alchemy is a functional, clean, responsive theme for the [Pelican](http://getpelican.com) static site generator. It is heavily inspired by [crowsfoot](http://github.com/porterjamesj/crowsfoot) and [clean-blog](https://github.com/BlackrockDigital/startbootstrap-clean-blog), and is powered by [Bootstrap](https://github.com/twbs/bootstrap) (v3.x).
Alchemy is a functional, clean, responsive theme for the [Pelican](http://getpelican.com) static site generator. It is heavily inspired by [crowsfoot](http://github.com/porterjamesj/crowsfoot), [clean-blog](https://github.com/BlackrockDigital/startbootstrap-clean-blog), and powered by [Bootstrap](https://github.com/twbs/bootstrap).
You can find the latest version of alchemy [here](https://github.com/rwanyoike/pelican-alchemy) <i class="fa fa-github-alt"></i>.
## Features
- `sitemap.xml` support
- Bootstap 4 (currently v4.0.0-alpha.5)
- Core Pygments [styles](http://pygments.org/demo/)
- External analytics (Google Analytics, Gauges, Piwik)
- External comments (Disqus)
- realfavicongenerator [package](http://realfavicongenerator.net/blog/new-favicon-package-less-is-more/) support
- External analytics support (Google Analytics, Gauges, Piwik)
- External comments support (Disqus)
- Font icons (Font Awesome)
- No external dependencies
- No JavaScript (excl. Analytics & Comments)
- Packaged webfonts
- realfavicongenerator [package](http://realfavicongenerator.net/blog/new-favicon-package-less-is-more/) support
- Simple Jinja2 templates
- `sitemap.xml` support
## Fonts
Alchemy ships with 2 [Google Fonts](https://fonts.google.com).
[Montserrat](https://fonts.google.com/specimen/Montserrat) and [Merriweather](https://fonts.google.com/specimen/Merriweather):
- Headings: sans-serif (Montserrat)
- Body: serif (Merriweather)

View file

@ -2,13 +2,13 @@ Title: Settings
Unless otherwise specified, settings that refer to paths can be either absolute or relative to the configuration file.
#### SITESUBTITLE
##### SITESUBTITLE
Subtitle that appears in the header:
SITESUBTITLE = 'A magical \u2728 Pelican theme'
#### SITEIMAGE
##### SITEIMAGE
Image that appears in the header:
@ -18,14 +18,14 @@ You can also force the image size:
SITEIMAGE = '/images/profile.svg width=200 height=200'
#### DESCRIPTION
##### DESCRIPTION
Index `<meta name="description" content="...">`:
Index HTML head `<meta>` description:
DESCRIPTION = 'A functional, clean, responsive theme for Pelican. Heavily ' \
'inspired by crowsfoot and clean-blog, powered by Bootstrap.'
#### LINKS
##### LINKS
A list of tuples (Title, URL) for menu links:
@ -35,18 +35,17 @@ A list of tuples (Title, URL) for menu links:
('Jinja2', 'http://jinja.pocoo.org/'),
)
#### ICONS
##### ICONS
A list of tuples (Icon, URL) for icon links:
ICONS = (
('feed', '/feeds/all.atom.xml'),
('github', 'https://github.com/rwanyoike/pelican-alchemy'),
)
A [Font Awesome icon](http://fontawesome.io/icons/) without the `fa-` prefix.
Icon in (Icon, URL) is a Font Awesome [icon](http://fontawesome.io/icons/) without the `fa-` prefix.
#### PYGMENTS_STYLE
##### PYGMENTS_STYLE
You can choose one of the built-in Pygments styles for syntax highlighting.
@ -83,21 +82,21 @@ The following styles are available:
- vs
- xcode
For a demo of the different styles, click [here](http://pygments.org/demo/).
For a demo of the different styles, see [link](http://pygments.org/demo/).
#### HIDE_AUTHORS
##### HIDE_AUTHORS
Hide the author(s) of an article - useful for single author sites:
HIDE_AUTHORS = True
#### NEW_FAVICONS
##### NEW_FAVICONS
Use a [realfavicongenerator](https://realfavicongenerator.net/blog/new-favicon-package-less-is-more/) favicon package:
RFG_FAVICONS = True
#### Other Settings
---
DISQUS_SITENAME = '...'
GAUGES = '...'