-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·58 lines (49 loc) · 1.82 KB
/
_config.yml
File metadata and controls
executable file
·58 lines (49 loc) · 1.82 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
### GENERAL SETTINGS ###
# Site settings
title: Defining Technology
about: "Defining Technology are solution finders and proud tech enthusiasts, based in the fine city of Glasgow. We craft quality solutions of all shapes and sizes to get problems, solved."
analytics: UA-78569409-1
baseurl: "" #important: start with /
url: "https://www.defining.tech"
colors: #in hex code if not noted else
primary: "#17213E" #"#F70031"
primary_rgb: "23,33,62" #"247,0,49" #rgb of the primary. Needed in some places for the transparency effect.
secondary: "#575F73" #"#33004D"
link: "#428bca"
link_hover: "#01b2fe"
footer_heading: "#ffffff"
footer_content: "#bfc9d3"
### CONTACT SETTINGS ###
# Social networks usernames. Many more available: google-plus, flickr, linkedin, etc). Shown in footer.
social:
- title: envelope
url: mailto:info@defining.tech
- title: twitter
url: https://twitter.com/defining_tech
- title: linkedin
url: https://www.linkedin.com/company/defining-technology-ltd
- title: medium
url: https://medium.com/@defining_tech
email: info@defining.tech
technologies:
- icon: devicon-android-plain-wordmark
url: http://d.android.com
- icon: devicon-react-original-wordmark
url: https://facebook.github.io/react/
- icon: devicon-html5-plain-wordmark
- icon: devicon-css3-plain-wordmark
- icon: devicon-javascript-plain
- icon: devicon-nodejs-plain
url: https://nodejs.org/
- icon: devicon-csharp-plain
- icon: devicon-java-plain-wordmark
- icon: devicon-redis-plain-wordmark
url: http://redis.io/
- icon: devicon-mongodb-plain-wordmark
url: http://mongodb.com
- icon: devicon-postgresql-plain-wordmark
url: http://postgresql.org
- icon: devicon-python-plain
url: http://python.org
### GENERAL DATA FOR VARIOUS LOCATIONS ###
blog_url: "https://blog.defining.tech"