Updated variables for the added functionality
This commit is contained in:
parent
69d6734329
commit
493d25faf0
1 changed files with 7 additions and 2 deletions
|
@ -11,21 +11,26 @@ There are some variables that you can add to the ``pelicanconf.py`` file that ma
|
||||||
#
|
#
|
||||||
# JeffTheme variables
|
# JeffTheme variables
|
||||||
#
|
#
|
||||||
|
#THEME_COLOUR = 'css-blue' # Leave commented except for the blue option like jmkengineering.com
|
||||||
|
|
||||||
## The search things
|
## The search things
|
||||||
DUCKDUCKGOSEARCHURL = '' # The URL of your site
|
DUCKDUCKGOSEARCHURL = '' # The URL of your site
|
||||||
## Sidebar things
|
## Sidebar things
|
||||||
BIO_IMAGE = '' # Make sure that this is in the "images" folder
|
BIO_IMAGE = '' # Make sure that this is in the "images" folder
|
||||||
## The Social Things
|
## The Social Things
|
||||||
|
SOCIAL_SHARE = True
|
||||||
SOCIAL_TWITTER = 'jeffmackinnon'
|
SOCIAL_TWITTER = 'jeffmackinnon'
|
||||||
SOCIAL_GITHUB = 'Jeffmackinnon'
|
SOCIAL_GITHUB = 'Jeffmackinnon'
|
||||||
SOCIAL_LINKEDIN = 'jeffmackinnon'
|
SOCIAL_LINKEDIN = 'jeffmackinnon'
|
||||||
SOCIAL_FLICKR = 'jeffmackinnon'
|
SOCIAL_FLICKR = 'jeffmackinnon'
|
||||||
MICROBLOG = 'microblog' # not used .... yet
|
SOCIAL_MASTODON = 'https://mastodon.social/@jeffmackinnon'
|
||||||
## Contact information for the footer
|
MICROBLOG = 'microblog' # This isn't used for anything .... yet but I'm thinking of adding a mini-posts for JUST the category here to the sidebar
|
||||||
|
|
||||||
|
#Contact Things
|
||||||
CONTACT_PHONE_NUM = ''
|
CONTACT_PHONE_NUM = ''
|
||||||
CONTACT_EMAIL = ''
|
CONTACT_EMAIL = ''
|
||||||
CONTACT_HOME_ADDR = ''
|
CONTACT_HOME_ADDR = ''
|
||||||
CONTACT_BUSINESS_ADDR =''
|
CONTACT_BUSINESS_ADDR =''
|
||||||
|
|
||||||
|
|
||||||
You can copy the entire thing into your ``pelicanconf.py`` file and make the changes for your site.
|
You can copy the entire thing into your ``pelicanconf.py`` file and make the changes for your site.
|
||||||
|
|
Loading…
Reference in a new issue