-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
72 lines (65 loc) · 1.5 KB
/
_config.yml
File metadata and controls
72 lines (65 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Site settings
title: CodeStorm Hub
email: contact@codestormhub.com
description: >-
A leading technology company specializing in innovative software solutions,
web development, and digital transformation services. We storm through
challenges to deliver exceptional results.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://codestorm-hub.github.io" # the base hostname & protocol for your site
twitter_username: codestormhub
github_username: CodeStorm-Hub
linkedin_username: codestormhub
# Build settings
markdown: kramdown
highlighter: rouge
theme: minima
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
# Exclude from processing
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
# Collections
collections:
projects:
output: true
permalink: /:collection/:name/
team:
output: false
# Default layouts
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
type: "projects"
values:
layout: "project"
- scope:
path: ""
values:
layout: "default"
# SEO settings
author: CodeStorm Hub
logo: /assets/images/logo.png
social:
name: CodeStorm Hub
links:
- https://twitter.com/codestormhub
- https://www.linkedin.com/company/codestormhub
- https://github.com/CodeStorm-Hub
# Analytics
google_analytics: G-XXXXXXXXXX
# Contact form settings
contact_form_action: "https://formspree.io/f/your-form-id"