|
| 1 | +# Welcome to Jekyll! |
| 2 | +# |
| 3 | +# This config file is meant for settings that affect your whole blog, values |
| 4 | +# which you are expected to set up once and rarely edit after that. If you find |
| 5 | +# yourself editing this file very often, consider using Jekyll's data files |
| 6 | +# feature for the data you need to update frequently. |
| 7 | +# |
| 8 | +# For technical reasons, this file is *NOT* reloaded automatically when you use |
| 9 | +# 'bundle exec jekyll serve'. If you change this file, please restart the server process. |
| 10 | + |
| 11 | +# Site settings |
| 12 | +# These are used to personalize your new site. If you look in the HTML files, |
| 13 | +# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. |
| 14 | +# You can create any custom variable you would like, and they will be accessible |
| 15 | +# in the templates via {{ site.myvariable }}. |
| 16 | +title: Business Jekyll Theme |
| 17 | + |
| 18 | +description: > # this means to ignore newlines until "baseurl:" |
| 19 | + Yet another Jekyll theme. It is designed for business purpose and ported by |
| 20 | + Melvin Ch'ng. |
| 21 | +baseurl: "" # the subpath of your site, e.g. /blog |
| 22 | +url: "" # the base hostname & protocol for your site, e.g. http://example.com |
| 23 | + |
| 24 | +# Company Information |
| 25 | +company_name: Johns, Smith & Associates |
| 26 | +address_line: Via Ludovisi 39-45, Rome, 54267, Italy |
| 27 | +telephone_number: 1.800.245.356 |
| 28 | +fax_number: 1.800.245.357 |
| 29 | + |
| 30 | +google_map: https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d3618.727010735933!2d91.837871!3d24.907291700000002!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2s!4v1404919738144 |
| 31 | + |
| 32 | +# Social Link |
| 33 | +facebook_link: http://www.facebook.com |
| 34 | +twitter_link: http://www.twitter.com |
| 35 | +linkedin_link: http://www.linkedin.com |
| 36 | +googleplus_link: http://plus.google.com |
| 37 | + |
| 38 | +# Build settings |
| 39 | +markdown: kramdown |
| 40 | +plugins: |
| 41 | + - jekyll-feed |
| 42 | + |
| 43 | +# Exclude from processing. |
| 44 | +# The following items will not be processed, by default. Create a custom list |
| 45 | +# to override the default setting. |
| 46 | +# exclude: |
| 47 | +# - Gemfile |
| 48 | +# - Gemfile.lock |
| 49 | +# - node_modules |
| 50 | +# - vendor/bundle/ |
| 51 | +# - vendor/cache/ |
| 52 | +# - vendor/gems/ |
| 53 | +# - vendor/ruby/ |
0 commit comments