-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
170 lines (164 loc) · 6.78 KB
/
_config.yml
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
#
# If you need help with YAML syntax, here are some quick references for you:
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
# https://learnxinyminutes.com/docs/yaml/
#
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: DeployStack
description: Curated list of best tools for launching your website. Find how to get the best hosting, cheapest domain, free CDN, error tracking, emails and more.
baseurl: "/deploystack" # the subpath of your site, e.g. /blog
url: "https://switowski.github.io" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: SebaWitowski
github_username: switowski
# Build settings
theme: minima
plugins:
- jekyll-feed
sections:
- hosting:
name: Hosting
title: Best hosting options for your website - Deploystack
description: Your website needs home, preferably somewhere in the cloud. Check what
options you have for different amount of monthly fee (starting from free).
url: "/hosting"
background: bg-light-purple
icon: hosting.svg
- domain:
name: Domain
title: Best domain providers for your website - Deploystack
description: Your website needs a URL, so people can visit it. Check how much different
domains cost (the common ones like .com but also the unusual ones like .pizza).
hero_description: Your website needs a URL, so people can visit it.<br>Check how
much different domains cost (the common ones like .com but also the unusual ones
like .pizza).
url: "/domain"
background: bg-light-red
icon: domain.svg
- ssl:
name: SSL certificate
title: How to get a free SSL certificate? - Deploystack
description: If you don't want to be penalized by the search engines and you want
your website to be more secured, you should get an SSL certificate (the basic
ones are free!).
url: "/ssl"
background: bg-dark
icon: ssl.svg
- monitoring:
name: Monitoring
title: Best free monitoring for your website - Deploystack
description: You don't need to worry if your website is still working when you sleep.
There are automatic tools that will notify you when it's down or has some errors.
url: "/monitoring"
background: bg-dark-yellow
icon: monitoring.svg
- analytics:
name: Web analytics
title: Best analytics tools for your website - Deploystack
description: See how users are interacting with your website. Check which browser
or device is the most popular, what age are your visitors or how did they find
your website.
url: "/analytics"
background: bg-light-blue
icon: analytics.svg
- files-storage:
name: Files storage
title: Best files storage solution for your website - Deploystack
description: Most websites contains not only the text and simple icons, but also
images, videos and files to download. Check how you can cheaply store them in
the cloud.
url: "/files-storage"
background: bg-light-green
icon: files.svg
- cdn:
name: CDN
title: Best CDN for your website - Deploystack
description: To speed up loading of your page, you can use a CDN to store all the
files in different servers around the world and serve them faster to your users.
url: "/cdn"
background: bg-light-blue
icon: cdn.svg
- errors:
name: Error tracking
title: Best error tracking tools for your website - Deploystack
description: Not all the bugs are caught with tests, so it's important to know when
users are seeing errors. And there are better solutions than sifting through the
logs.
url: "/error-tracking"
background: bg-dark-yellow
icon: errors.svg
- emails:
name: Sending emails
title: How to send emails for free? - Deploystack
description: Sooner or later you realize that you need to communicate with users.
Maybe you want to send them a newsletter or welcome them with a transactional
email.
url: "/emails"
background: bg-light-red
icon: emails.svg
- vc:
name: Version Control
title: Best free Version Control solutions for your website - Deploystack
description: Online code repositories allow you to share your code with other people
or synchronize it between computers. And most of them offers unlimited public
projects.
url: "/version-control"
background: bg-light-purple
icon: vc.svg
- ci:
name: Continuous Integration
title: Best continuous integration tools for your website - Deploystack
description: With continuous integration tools, you can run automatic checks - like
tests, linters and more - each time you push code to a git repository.
url: "/continuous-integration"
background: bg-light-red
icon: ci.svg
- static:
name: Static websites
title: How to host static websites for free? - Deploystack
description: When you don't need a backend for your website, you can publish it
as a static page. Static websites are cheap to host, so there are many free options.
url: "/static-websites"
background: bg-dark-yellow
icon: static.svg
- cloud:
name: Cloud computing
title: Cloud computing platforms for your website - Deploystack
description: Sometimes a simple hosting and a domain are not enough. When you need
a bunch of different tools, check out the cloud computing companies.
hero_description: Sometimes a simple hosting and a domain are not enough.<br>When
you need a bunch of different tools, check out the cloud computing companies.
url: "/cloud-computing"
background: bg-light-blue
icon: cloud.svg
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/