# theme-jeffmackinnon.com The base pelican theme for my site, `jeffmackinnon.com `__ There are some variables that you can add to the ``pelicanconf.py`` file that make things look good. ``` # #################################################### # JeffTheme variables # #################################################### #DIRECT_TEMPLATES = ['posts'] # If you already have a direct templates just add posts. #THEME_COLOUR = 'css-blue' # Leave commented ## The search things DUCKDUCKGOSEARCHURL = 'jeffmackinnon.com' BIO_IMAGE = 'jeffmackinnon.jpg' # Make sure that this is in the "images" folder SHOWCATEGORIES = True SHOWTAGS = False ## The Social Things SOCIAL_SHARE = True #SOCIAL_TWITTER = '' #SOCIAL_GITHUB = '' #SOCIAL_LINKEDIN = '' #SOCIAL_FLICKR = '' #SOCIAL_MASTODON = 'https:///@' MICROBLOG = 'microblog' MASTODON_COMMENTS = False TWITTER_COMMENTS = True COMMENTS = False #Contact Things #CONTACT_PHONE_NUM = '+1 (902) 237-9984' #CONTACT_EMAIL = 'jeff@jeffmackinnon.com' CONTACT_HOME_ADDR = 'Halifax, NS' #CONTACT_BUSINESS_ADDR ='' SITELICENSE = 'Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.' TRACKING = False IMAGETRACKINGCODE = '' # This is for https://fediring.net/#table-of-members and is located in the sidebar FEDIRING = False FEDIRINGRANDOM = True FEDIRINGURL = '' # This is needed because the SITEURL includes the https:// and Fediring doesn't want that part. COMMENTS = False # That's all folks # #################################################### ``` You can copy the entire thing into your `pelicanconf.py` file and make the changes for your site.