forked from alvarorobledo/alvarorobledo.com
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
102 lines (81 loc) · 3.37 KB
/
_config.yml
File metadata and controls
102 lines (81 loc) · 3.37 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
title: Hamsoft Uganda
author: Hamsoft Uganda
description: > # Meta description of Homepage
Since 2013, Hamsoft Uganda has been providing Information Technology (IT), business software, web and mobile development services to organizations,We develop and distribute computer software that can be used to learn, instruct, assess, calculate, entertain, or perform a multitude of tasks.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://blog.hamsoftug.com" # the base hostname & protocol for your site, e.g. http://example.com
logo: /assets/img/posts/mx.jpg
twitter:
username: hamsoftuganda
card: summary_large_image
creator: HamsoftUganda
description: We develop and distribute computer software that can be used to learn, instruct, assess, calculate, entertain, or perform a multitude of tasks.
title: Blog Hamsoft Uganda
domain: https://blog.hamsoftug.com
# SEO PLUGIN
social:
name: Hamsoft Uganda
links:
- https://www.linkedin.com/in/hamsoftug
- https://medium.com/@stevebaros
- https://www.instagram.com/hamsoftug
- https://github.com/hamsoftug
- https://www.kaggle.com/hamsoftug
defaults:
- scope:
path: ""
values:
image: /assets/img/posts/mx.jpg
author: hamsoftuganda
# THEME SETTINGS
navigation: # Navigation links
- {name: 'Home', link: 'https://hamsoftug.com'}
- {name: 'About', link: 'https://hamsoftug.com/about'}
- {name: 'Services', link: 'https://hamsoftug.com/services'}
- {name: 'Portfolio', link: 'https://hamsoftug.com/portfolio'}
- {name: 'Contact us', link: 'https://hamsoftug.com/contact'}
- {name: 'Custom Quote', link: 'https://hamsoftug.com/quote'}
- {name: 'Blog', link: '/'}
home_title: Hi! there ,Welcome aboard
tagline: >
We develop and distribute computer software that can be used to learn, instruct, assess, calculate, entertain, or perform a multitude of tasks..
blog_title: Blog
blog_tagline: >
This blog is mainly focused on the day to day discoveries at workplaces and forums.
home_hero_img: home/background.jpeg # Main background image: use the path from /assets/img/ => This will output /assets/img/posts/sleek_lg.jpg
blog_hero_img: blog/background.jpg # Main background image: use the path from /assets/img/ => This will output /assets/img/posts/sleek_lg.jpg
email: info@hamsoftug.com # email for form submission
# twitter_username: tw_username # replace with your_twitter_username or comment to remove link from footer
github_username: hamsoftug # replace with your_github_username or comment to remove link from footer
instagram_username: hamsoftug # replace with your_instagram_username or comment to remove link from footer
linkedin_username: hamsoftug
medium_username: stevebaros
kaggle_username: hamsoftug
disqus:
shortname: hamsoft # to enable comments replace with your_disqus_shortname
google_tag_manager: GTM-PP5F2QL # Uncomment to enable GTM. Replace GTM-XXXXXXX with your GTM container ID
service_worker: true
# BUILD SETTINGS
markdown: kramdown
highlighter: rouge # or pygments or null
# theme: jekyll-sleek # Uncomment if you're using the theme as a ruby gem
exclude:
- README.md
- node_modules
- script
- package.json
- package-lock.json
- Gemfile
- Gemfile.lock
- vendor
- npm-debug.log
- gulpfile.js
include: ['_pages']
permalink: /blog/:title/
compress_html:
clippings: all
plugins:
- jekyll-sitemap
- jekyll-seo-tag
gems:
- jekyll-last-modified-at