diff --git a/_config.yml b/_config.yml index 04d3898..9195b8e 100644 --- a/_config.yml +++ b/_config.yml @@ -1,16 +1,48 @@ # Site settings title: Microsoft Technical Case Studies +description: > + A collection of technical case studies with architecture diagrams, + value stream mapping examples, code, and other artifacts coupled with step by + step details and learning resources. The stories showcase how Microsoft, customers, + and partners are building solutions utilizing Microsoft and open source technologies + to solve real world business challenges that cover small to large enterprises of varying + industries around the world. +author: msdev +twitter: + username: msdev +logo: images/ms-logo.png +#social: +# name: Ben Balter +# links: +# - https://twitter.com/BenBalter +# - https://www.facebook.com/ben.balter +# - https://www.linkedin.com/in/BenBalter +# - https://plus.google.com/+BenBalter +# - https://github.com/benbalter +# - https://keybase.io/benbalter +#webmaster_verifications: +# google: 1234 +# bing: 1234 +# alexa: 1234 +# yandex: 1234 + email: dcaro@microsoft.com -# description: baseurl: "/techcasestudies" # the subpath of your site, e.g. /blog/ url: "https://microsoft.github.io" # the base hostname & protocol for your site -twitter_username: dcaro +twitter_username: msdev github_username: microsoft encoding: utf-8 use_static_category_list: false # true/false: use true to indicate that site will use # the static category list to build the category tree. # Use false to indicate the site to build the category # tree dynamically using the posts' metadata +filters_by_row: 4 # the number of category filters to be accommodated by row in the + # search section. Changes in the site's CSS is also required to + # change this value. +use_fixed_header_links: false # true/false: set to true to keep the headers links + # (the link icon shown next to post's headers to copy the link + # to the section) always visible, instead of being shown + # on mouse hover # Build settings # markdown: redcarpet @@ -20,5 +52,14 @@ use_static_category_list: false # true/false: use true to indicate that site wil exclude: [vendor] kramdown: input: GFM +sass: + style: compressed gems: - jekyll-sitemap + - jekyll-seo-tag +defaults: + - scope: + path: "" + type: posts + values: + sticky: false diff --git a/_data/categories.json b/_data/categories.json index d861748..2c2aeb5 100644 --- a/_data/categories.json +++ b/_data/categories.json @@ -7,7 +7,7 @@ }, { "name":"verticals", - "showAs":"Industry associated with solution", + "showAs":"Industry Associated with Solution", "metadataField":"verticals", "sorted": true }, @@ -19,7 +19,7 @@ }, { "name":"geolocation", - "showAs":"Geolocation", + "showAs":"Region", "metadataField":"geolocation", "sorted": true } diff --git a/_data/categoriesStatic.json b/_data/categoriesStatic.json index f4efbc3..9ac38b7 100644 --- a/_data/categoriesStatic.json +++ b/_data/categoriesStatic.json @@ -12,7 +12,7 @@ }, { "name":"verticals", - "showAs":"Industry associated with solution", + "showAs":"Industry Associated with Solution", "metadataField":"verticals", "values":[ "Energy", @@ -46,7 +46,7 @@ }, { "name":"geolocation", - "showAs":"Geolocation", + "showAs":"Region", "metadataField":"geolocation", "values":[ "TODO: Complete static list" diff --git a/_includes/footer-root.html b/_includes/footer-root.html new file mode 100644 index 0000000..291c1ce --- /dev/null +++ b/_includes/footer-root.html @@ -0,0 +1,7 @@ +
diff --git a/_includes/head.html b/_includes/head.html index 64c7bbd..71907a7 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -3,14 +3,17 @@ -