Skip to content

Commit 0ed4f17

Browse files
author
Dr Maxim Orlovsky
committed
Init with softdash theme
0 parents  commit 0ed4f17

File tree

374 files changed

+51417
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

374 files changed

+51417
-0
lines changed

Gemfile

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
source "https://rubygems.org"
2+
3+
# Hello! This is where you manage which Jekyll version is used to run.
4+
# When you want to use a different version, change it below, save the
5+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
6+
#
7+
# bundle exec jekyll serve
8+
#
9+
# This will help ensure the proper Jekyll version is running.
10+
# Happy Jekylling!
11+
gem "jekyll"
12+
13+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
14+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
15+
# gem "github-pages", group: :jekyll_plugins
16+
17+
gem 'jekyll-admin', group: :jekyll_plugins
18+
19+
# If you have any plugins, put them here!
20+
group :jekyll_plugins do
21+
gem "jekyll-feed"
22+
gem "jekyll-sitemap"
23+
gem "jekyll-include-cache"
24+
gem 'jekyll-paginate'
25+
gem 'jekyll-redirect-from'
26+
end
27+
28+
29+
30+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
31+
# and associated library.
32+
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
33+
gem "tzinfo", "~> 1.2"
34+
gem "tzinfo-data"
35+
end
36+
37+
# Performance-booster for watching directories on Windows
38+
gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?

Gemfile.lock

+114
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.0)
5+
public_suffix (>= 2.0.2, < 5.0)
6+
backports (3.21.0)
7+
colorator (1.1.0)
8+
concurrent-ruby (1.1.9)
9+
em-websocket (0.5.2)
10+
eventmachine (>= 0.12.9)
11+
http_parser.rb (~> 0.6.0)
12+
eventmachine (1.2.7)
13+
ffi (1.15.4)
14+
forwardable-extended (2.6.0)
15+
http_parser.rb (0.6.0)
16+
i18n (1.8.10)
17+
concurrent-ruby (~> 1.0)
18+
jekyll (4.2.1)
19+
addressable (~> 2.4)
20+
colorator (~> 1.0)
21+
em-websocket (~> 0.5)
22+
i18n (~> 1.0)
23+
jekyll-sass-converter (~> 2.0)
24+
jekyll-watch (~> 2.0)
25+
kramdown (~> 2.3)
26+
kramdown-parser-gfm (~> 1.0)
27+
liquid (~> 4.0)
28+
mercenary (~> 0.4.0)
29+
pathutil (~> 0.9)
30+
rouge (~> 3.0)
31+
safe_yaml (~> 1.0)
32+
terminal-table (~> 2.0)
33+
jekyll-admin (0.11.0)
34+
jekyll (>= 3.7, < 5.0)
35+
sinatra (~> 1.4)
36+
sinatra-contrib (~> 1.4)
37+
jekyll-feed (0.15.1)
38+
jekyll (>= 3.7, < 5.0)
39+
jekyll-include-cache (0.2.1)
40+
jekyll (>= 3.7, < 5.0)
41+
jekyll-paginate (1.1.0)
42+
jekyll-redirect-from (0.16.0)
43+
jekyll (>= 3.3, < 5.0)
44+
jekyll-sass-converter (2.1.0)
45+
sassc (> 2.0.1, < 3.0)
46+
jekyll-sitemap (1.4.0)
47+
jekyll (>= 3.7, < 5.0)
48+
jekyll-watch (2.2.1)
49+
listen (~> 3.0)
50+
kramdown (2.3.1)
51+
rexml
52+
kramdown-parser-gfm (1.1.0)
53+
kramdown (~> 2.0)
54+
liquid (4.0.3)
55+
listen (3.7.0)
56+
rb-fsevent (~> 0.10, >= 0.10.3)
57+
rb-inotify (~> 0.9, >= 0.9.10)
58+
mercenary (0.4.0)
59+
multi_json (1.15.0)
60+
pathutil (0.16.2)
61+
forwardable-extended (~> 2.6)
62+
public_suffix (4.0.6)
63+
rack (1.6.13)
64+
rack-protection (1.5.5)
65+
rack
66+
rack-test (1.1.0)
67+
rack (>= 1.0, < 3)
68+
rb-fsevent (0.11.0)
69+
rb-inotify (0.10.1)
70+
ffi (~> 1.0)
71+
rexml (3.2.5)
72+
rouge (3.26.1)
73+
safe_yaml (1.0.5)
74+
sassc (2.4.0)
75+
ffi (~> 1.9)
76+
sinatra (1.4.8)
77+
rack (~> 1.5)
78+
rack-protection (~> 1.4)
79+
tilt (>= 1.3, < 3)
80+
sinatra-contrib (1.4.7)
81+
backports (>= 2.0)
82+
multi_json
83+
rack-protection
84+
rack-test
85+
sinatra (~> 1.4.0)
86+
tilt (>= 1.3, < 3)
87+
terminal-table (2.0.0)
88+
unicode-display_width (~> 1.1, >= 1.1.1)
89+
thread_safe (0.3.6)
90+
tilt (2.0.10)
91+
tzinfo (1.2.9)
92+
thread_safe (~> 0.1)
93+
tzinfo-data (1.2021.4)
94+
tzinfo (>= 1.0.0)
95+
unicode-display_width (1.8.0)
96+
wdm (0.1.1)
97+
98+
PLATFORMS
99+
x86_64-linux
100+
101+
DEPENDENCIES
102+
jekyll
103+
jekyll-admin
104+
jekyll-feed
105+
jekyll-include-cache
106+
jekyll-paginate
107+
jekyll-redirect-from
108+
jekyll-sitemap
109+
tzinfo (~> 1.2)
110+
tzinfo-data
111+
wdm (~> 0.1.0)
112+
113+
BUNDLED WITH
114+
2.2.29

_config.yml

+156
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
1+
2+
####################################
3+
###### Global start ######
4+
####################################
5+
name : 'Ducor'
6+
title : 'Softdash - Creative SaaS And Software HTML5 Jekyll Template'
7+
8+
address : '2216 Park Avenue, California 95630 '
9+
phone : 0185612012035
10+
tagline : 'description for your new site here'
11+
description: >- # this means to ignore newlines until "baseurl:"
12+
Write an awesome description for your new site here. You can edit this
13+
line in _config.yml. It will appear in your document head meta (for
14+
Google search results) and in your feed.xml site description.
15+
baseurl : "" # the subpath of your site, e.g. /blog
16+
url : "https://softdash.jekylltemplate.com" # 7277783 the base hostname & protocol for your site, e.g. http://example.com
17+
favicon: 'img/favicon.png'
18+
19+
paginate: 12
20+
paginate_path: "/blog/page:num/"
21+
22+
sass:
23+
sass_dir: _sass
24+
style: compressed
25+
26+
# Build settings
27+
markdown : kramdown
28+
29+
# google_analytics
30+
google_analytics:
31+
32+
# disqus comment
33+
disqus_shortname: softdash
34+
35+
36+
####################################
37+
###### Hero start ######
38+
####################################
39+
# product_background_image sass
40+
# product_fixed_image saas_video
41+
# product sass_background_image
42+
# product_slider sass_fixed_image
43+
# product_video sass_slider
44+
45+
hero: 'product_fixed_image'
46+
47+
# Exclude from processing.
48+
# The following items will not be processed, by default. Create a custom list
49+
# to override the default setting.
50+
exclude:
51+
- Gemfile
52+
- Gemfile.lock
53+
- node_modules
54+
- vendor/bundle/
55+
- vendor/cache/
56+
- vendor/gems/
57+
- vendor/ruby/
58+
- package.json
59+
- gulpfile.js
60+
61+
# Plugins (previously gems:)
62+
plugins:
63+
- jekyll-sitemap
64+
- jekyll-feed
65+
- jekyll-include-cache
66+
- jekyll-redirect-from
67+
68+
# mimic GitHub Pages with --safe
69+
whitelist:
70+
- jekyll-sitemap
71+
- jekyll-feed
72+
- jekyll-include-cache
73+
- jekyll-redirect-from
74+
75+
####################################
76+
###### Global end ######
77+
####################################
78+
79+
80+
getform_id: 'e5e1f635-da5d-4fc9-9a47-2e10735146f5' # active contact https://getform.io/f/1234
81+
82+
mailchimp:
83+
user-id:
84+
list-id:
85+
86+
####################################
87+
###### Copyright ######
88+
####################################
89+
copyright_text: Copyright © 2021 All rights reserved to
90+
company_url: '#'
91+
92+
93+
# SEO Related
94+
google_site_verification :
95+
bing_site_verification :
96+
yandex_site_verification :
97+
naver_site_verification :
98+
99+
# Social Sharing
100+
twitter:
101+
username :
102+
facebook:
103+
username :
104+
app_id :
105+
publisher :
106+
og_image : # Open Graph/Twitter default site image
107+
# For specifying social profiles
108+
# - https://developers.google.com/structured-data/customize/social-profiles
109+
social:
110+
type : # Person or Organization (defaults to Person)
111+
name : # If the user or organization name differs from the site's name
112+
links: # An array of links to social media profiles
113+
114+
# Analytics
115+
analytics:
116+
provider : false # false (default), "google", "google-universal", "custom"
117+
google:
118+
tracking_id :
119+
anonymize_ip : # true, false (default)
120+
121+
timezone: '' # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
122+
123+
#google map api key
124+
125+
map:
126+
key: 'AIzaSyA7nx22ZmINYk9TGiXDEXGVxghC43Ox6qA'
127+
let: 40.6700
128+
lng: -73.9400
129+
zoom: 11
130+
title: '121 King William Street, Snazzy'
131+
132+
133+
134+
# Collections
135+
collections:
136+
posts:
137+
output: true
138+
permalink: /blog/:slug/
139+
pages:
140+
output: true
141+
permalink: /:path/index:output_ext
142+
143+
# Defaults
144+
defaults:
145+
# _pages
146+
- scope:
147+
path: "" # we can not defile path /blog/index.html for pagination
148+
type: pages
149+
values:
150+
layout: page
151+
- scope:
152+
path: "_posts"
153+
type: posts
154+
values:
155+
layout: post
156+
hero: blog_details

_data/about.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
about_title: ' We are the one <br> Who place idea on table'
2+
about_descript: 'The first is a non technical method which requires the use of adware removal software. Download free adware and spyware removal
3+
software and use advanced tools to help prevent getting infected. Spyware scan review is a free service
4+
for anyone interested in downloading spyware/adware removal software. Our adware remover is the most
5+
trusted.'
6+
browse_free_btn_text: 'Browse free demo'
7+
browse_free_btn_link: '#'
8+
image: 'img/about-img.png'

_data/blog.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#####################################
2+
########## Blog ###########
3+
#####################################
4+
title: 'Latest Posts from our Blog'
5+
description: 'The first is a non technical method which requires the use of adware removal software. Download free adware and spyware removal software and use advanced tools getting infected.'

_data/brand.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
- image: 'img/brands/b1.png'
3+
link: '#'
4+
- image: 'img/brands/b2.png'
5+
link: '#'
6+
- image: 'img/brands/b3.png'
7+
link: '#'
8+
- image: 'img/brands/b4.png'
9+
link: '#'
10+
- image: 'img/brands/b5.png'
11+
link: '#'
12+
- image: 'img/brands/b6.png'
13+
link: '#'
14+
- image: 'img/brands/b7.png'
15+
link: '#'
16+
- image: 'img/brands/b8.png'
17+
link: '#'
18+
- image: 'img/brands/b9.png'
19+
link: '#'
20+
- image: 'img/brands/b10.png'
21+
link: '#'
22+
23+

_data/clientreview.yml

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Client
2+
- author: 'Travor James'
3+
avatar: '/img/review/u3.png'
4+
position: 'Head of Marketing, Apple Inc.'
5+
quotes: 'Who are in extremely love with eco friendly system. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.'
6+
7+
8+
# Client
9+
- author: 'Travor James'
10+
avatar: '/img/review/u3.png'
11+
position: 'Head of Marketing, Apple Inc.'
12+
quotes: 'Who are in extremely love with eco friendly system. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.'
13+
14+
15+
# Client
16+
- author: 'Travor James'
17+
avatar: '/img/review/u3.png'
18+
position: 'Head of Marketing, Apple Inc.'
19+
quotes: 'Who are in extremely love with eco friendly system. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.'
20+
21+
22+
# Client
23+
- author: 'Travor James'
24+
avatar: '/img/review/u3.png'
25+
position: 'Head of Marketing, Apple Inc.'
26+
quotes: 'Who are in extremely love with eco friendly system. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.'
27+
28+
29+
# Client
30+
- author: 'Travor James'
31+
avatar: '/img/review/u3.png'
32+
position: 'Head of Marketing, Apple Inc.'
33+
quotes: 'Who are in extremely love with eco friendly system. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.'
34+
35+
36+
# Client
37+
- author: 'Travor James'
38+
avatar: '/img/review/u3.png'
39+
position: 'Head of Marketing, Apple Inc.'
40+
quotes: 'Who are in extremely love with eco friendly system. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.'
41+

_data/contact.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
title: 'Whenever You Need, Just Send a Message'
2+
description: 'The first is a non technical method which requires the use of adware removal software. Download free adware and spyware removal software and use advanced tools getting infected.'
3+
image: 'img/title-icon.png'
4+
5+
phone: '00 (440) 9865 562 9865'
6+
address: 'Los Angeles, United States'

0 commit comments

Comments
 (0)