-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd62c8c
commit 0b49d59
Showing
221 changed files
with
15,087 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# editorconfig.org | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
_site | ||
.sass-cache | ||
.jekyll-cache | ||
.jekyll-metadata | ||
node_modules | ||
package-lock.json | ||
/dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
assets/js/* | ||
node_modules/**/* | ||
bower_components/**/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"undef": true, | ||
"unused": true, | ||
"browser": true, | ||
"devel": true, | ||
"multistr": true, | ||
"globals": { | ||
"$": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
layout: default | ||
description: "Meta description for 404 page" | ||
keywords: "responsive,jekyll,minimal template" | ||
--- | ||
|
||
|
||
|
||
<!-- Start Page Title Area --> | ||
<section class="page-title-area bg-cover1" | ||
> | ||
<div class="page-title-wrapper section-spacing"> | ||
<div class="page-title text-center white-text"> | ||
<h1 class="heading-1">404</h1> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- End Page Title Area --> | ||
<!-- Start Blog Area --> | ||
<section class="blog-area bg-color1"> | ||
<div class="blog-wrapper section-spacing"> | ||
<div class="container"> | ||
<div class="error-page text-center"> | ||
<img src="images/404.png" alt="error logo"> | ||
<p><a href="{{ "/" | relative_url }}" class="btn-style2 btn btn-primary">Back to Home</a></p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- End Blog Area --> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
source "https://rubygems.org" | ||
# Hello! This is where you manage which Jekyll version is used to run. | ||
# When you want to use a different version, change it below, save the | ||
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: | ||
# | ||
# bundle exec jekyll serve | ||
# | ||
# This will help ensure the proper Jekyll version is running. | ||
# Happy Jekylling! | ||
gem "jekyll", "~> 4.1.0" | ||
# This is the default theme for new Jekyll sites. You may change this to anything you like. | ||
gem "minima", "~> 2.5" | ||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and | ||
# uncomment the line below. To upgrade, run `bundle update github-pages`. | ||
# gem "github-pages", group: :jekyll_plugins | ||
# If you have any plugins, put them here! | ||
group :jekyll_plugins do | ||
gem "jekyll-feed", "~> 0.6" | ||
gem "jekyll-paginate-v2" | ||
gem 'jekyll-tagging' | ||
gem 'jekyll-archives' | ||
gem 'jekyll-toc' | ||
gem 'jekyll-seo-tag' | ||
end | ||
|
||
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem | ||
# and associated library. | ||
platforms :mingw, :x64_mingw, :mswin, :jruby do | ||
gem "tzinfo", "~> 1.2" | ||
gem "tzinfo-data" | ||
end | ||
|
||
# Performance-booster for watching directories on Windows | ||
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,154 @@ | ||
#################################################### | ||
# | ||
# Welcome to Doxy Jekyll Template | ||
# | ||
# Product Link : https://themeix.com/product/doxy-documentation-website-jekyll-template/ | ||
# Version : v4.1.0 | ||
# | ||
#################################################### | ||
|
||
# Site settings | ||
title: "Doxy - Documentation Website" | ||
email: "[email protected]" | ||
description: "Doxy is a responsive Jekyll template for your documentation or knowledgebase website" | ||
keywords: "jekyll, minimal jekyll, jekyll theme, responsive jekyll, seo friendly blog, super fast blog, responsive" | ||
baseurl: "" # the subpath of your site, e.g. /blog | ||
url: "https://jekyll-doxy.netlify.app/" | ||
cover_image: "https://themeix.com/wp-content/uploads/dooxy-responsive-html-template-preview.png" # Image will Display in Social Media When share the website | ||
facebook: "https://www.facebook.com" | ||
twitter: "https://www.twitter.com" | ||
instagram: "https://www.instagram.com" | ||
github: "https://www.github.com" | ||
linkedin: "https://www.linkedin.com" | ||
behance: "https://www.behance.com" | ||
reddit: "https://www.reddit.com" | ||
vimeo: "https://www.vimeo.com" | ||
dribble: "https://www.dribble.com" | ||
youtube: "https://www.youtube.com" | ||
|
||
## Theme Options | ||
animated_header: "" #true | ||
twitter_username: CrowdStrike | ||
github_username: CrowdStrike | ||
|
||
toc: | ||
min_level: 1 | ||
max_level: 6 | ||
no_toc_section_class: no_toc_section | ||
list_class: section-nav | ||
sublist_class: '' | ||
item_class: toc-entry | ||
item_prefix: toc- | ||
|
||
|
||
# Build settings | ||
markdown: kramdown | ||
theme: minima | ||
plugins: | ||
- jekyll-feed | ||
- jekyll-paginate-v2 | ||
- jekyll-archives | ||
- jekyll-toc | ||
- jekyll-seo-tag | ||
|
||
collections: | ||
team_members: | ||
output: true | ||
permalink: /team_members/:path/ | ||
testimonials: | ||
output: true | ||
permalink: /testimonials/:path/ | ||
docs: | ||
output: true | ||
permalink: /docs/:title/ | ||
|
||
|
||
############################################################ | ||
# Site configuration for the Jekyll Pagination Gem | ||
# The values here represent the defaults if nothing is set | ||
pagination: | ||
|
||
# Site-wide kill switch, disabled here it doesn't run at all | ||
enabled: true | ||
|
||
# Set to 'true' to enable pagination debugging. This can be enabled in the site config or only for individual pagination pages | ||
debug: false | ||
|
||
# The default document collection to paginate if nothing is specified ('posts' is default) | ||
collection: 'posts' | ||
|
||
# How many objects per paginated page, used to be `paginate` (default: 0, means all) | ||
per_page: 2 | ||
|
||
# The permalink structure for the paginated pages (this can be any level deep) | ||
permalink: '/page/:num/' # Pages are index.html inside this folder (default) | ||
#permalink: '/page/:num.html' # Pages are simple html files | ||
#permalink: '/page/:num' # Pages are html files, linked jekyll extensionless permalink style. | ||
|
||
# Optional the title format for the paginated pages (supports :title for original page title, :num for pagination page number, :max for total number of pages) | ||
title: ':title - page :num' | ||
|
||
# Limit how many pagenated pages to create (default: 0, means all) | ||
limit: 0 | ||
|
||
# Optional, defines the field that the posts should be sorted on (omit to default to 'date') | ||
sort_field: 'date' | ||
|
||
# Optional, sorts the posts in reverse order (omit to default decending or sort_reverse: true) | ||
sort_reverse: true | ||
|
||
# Optional, the default category to use, omit or just leave this as 'posts' to get a backwards-compatible behavior (all posts) | ||
category: 'posts' | ||
|
||
# Optional, the default tag to use, omit to disable | ||
tag: '' | ||
|
||
# Optional, the default locale to use, omit to disable (depends on a field 'locale' to be specified in the posts, | ||
# in reality this can be any value, suggested are the Microsoft locale-codes (e.g. en_US, en_GB) or simply the ISO-639 language code ) | ||
locale: '' | ||
|
||
# Optional,omit or set both before and after to zero to disable. | ||
# Controls how the pagination trail for the paginated pages look like. | ||
trail: | ||
before: 2 | ||
after: 2 | ||
|
||
# Optional, the default file extension for generated pages (e.g html, json, xml). | ||
# Internally this is set to html by default | ||
extension: html | ||
|
||
# Optional, the default name of the index file for generated pages (e.g. 'index.html') | ||
# Without file extension | ||
indexpage: 'index' | ||
|
||
############################################################ | ||
|
||
|
||
autopages: | ||
enabled: true | ||
collections: | ||
layouts: | ||
- 'tag_page.html' | ||
title: ' :coll' # :coll is replaced by the collection name | ||
permalink: '/:coll/' | ||
|
||
tags: | ||
layouts: | ||
- 'tag_page.html' | ||
title: ':tag' # :tag is replaced by the tag name | ||
permalink: '/tag/:tag' | ||
|
||
|
||
# Tag Options | ||
tag_page_layout: tag_page | ||
tag_page_dir: tag | ||
permalink: /:title/ | ||
|
||
|
||
|
||
|
||
feed: | ||
collections: | ||
posts: | ||
path: "/index.xml" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
- product_name: Appix HTML V 2.0.1 | ||
updated_date: Jan 01 2018 | ||
changelog: <li><i class="changelog-fix"></i> BungListusing a hang when returning</li> | ||
<li><i class="changelog-fix"></i>Adding Interactive Google Map</li> | ||
<li><i class="changelog-bug"></i>Bootstrap Tab Panel</li> | ||
<li><i class="changelog-fix"></i>Bootstrap Tab Panel</li> | ||
<li><i class="changelog-bug"></i>BungListusing a hang when returning</li> | ||
<li><i class="changelog-fix"></i>BungListusing a hang when returning</li> | ||
|
||
|
||
- product_name: Etube 4.2.21 | ||
updated_date: Nov 03 2018 | ||
changelog: <li><i class="changelog-bug"></i> BungListusing a hang when returning</li> | ||
<li><i class="changelog-bug"></i>Adding Interactive Google Map</li> | ||
<li><i class="changelog-bug"></i>Bootstrap Tab Panel</li> | ||
<li><i class="changelog-fix"></i>Bootstrap Tab Panel</li> | ||
<li><i class="changelog-bug"></i>BungListusing a hang when returning</li> | ||
<li><i class="changelog-fix"></i>BungListusing a hang when returning</li> | ||
|
||
|
||
- product_name: Documenter 0.2.23 | ||
updated_date: Dec 12 2018 | ||
changelog: <li><i class="changelog-fix"></i> BungListusing a hang when returning</li> | ||
<li><i class="changelog-bug"></i>Adding Interactive Google Map</li> | ||
<li><i class="changelog-bug"></i>Bootstrap Tab Panel</li> | ||
<li><i class="changelog-bug"></i>Bootstrap Tab Panel</li> | ||
<li><i class="changelog-bug"></i>BungListusing a hang when returning</li> | ||
<li><i class="changelog-fix"></i>BungListusing a hang when returning</li> | ||
|
||
|
||
- product_name: Mytube 5.2.27 | ||
updated_date: Fab 10 2018 | ||
changelog: <li><i class="changelog-fix"></i> BungListusing a hang when returning</li> | ||
<li><i class="changelog-bug"></i>Adding Interactive Google Map</li> | ||
<li><i class="changelog-bug"></i>Bootstrap Tab Panel</li> | ||
<li><i class="changelog-fix"></i>Bootstrap Tab Panel</li> | ||
<li><i class="changelog-fix"></i>BungListusing a hang when returning</li> | ||
<li><i class="changelog-fix"></i>BungListusing a hang when returning</li> | ||
|
||
|
||
|
||
- product_name: Axobiz 4.2.15 | ||
updated_date: Sep 04 2018 | ||
changelog: <li><i class="changelog-fix"></i> BungListusing a hang when returning</li> | ||
<li><i class="changelog-fix"></i>Adding Interactive Google Map</li> | ||
<li><i class="changelog-bug"></i>Bootstrap Tab Panel</li> | ||
<li><i class="changelog-fix"></i>Bootstrap Tab Panel</li> | ||
<li><i class="changelog-bug"></i>BungListusing a hang when returning</li> | ||
<li><i class="changelog-fix"></i>BungListusing a hang when returning</li> | ||
|
||
|
||
|
||
- product_name: Cleanhost 1.2.01 | ||
updated_date: Oct 04 2018 | ||
changelog: <li><i class="changelog-fix"></i> BungListusing a hang when returning</li> | ||
<li><i class="changelog-bug"></i>Adding Interactive Google Map</li> | ||
<li><i class="changelog-fix"></i>Bootstrap Tab Panel</li> | ||
<li><i class="changelog-fix"></i>Bootstrap Tab Panel</li> | ||
<li><i class="changelog-bug"></i>BungListusing a hang when returning</li> | ||
<li><i class="changelog-fix"></i>BungListusing a hang when returning</li> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
- name: Company Name1 | ||
image: /assets/images/company-logo4.png | ||
url: # | ||
|
||
- name: Company Name2 | ||
image: /assets/images/company-logo3.png | ||
url: # | ||
|
||
- name: Company Name3 | ||
image: /assets/images/company-logo2.png | ||
url: # | ||
|
||
- name: Company Name4 | ||
image: /assets/images/company-logo3.png | ||
url: # | ||
|
||
- name: Company Name5 | ||
image: /assets/images/company-logo5.png | ||
url: # |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
- title: General Questions | ||
id: faqaccordion1 | ||
subfaq: | ||
- question: Fames ac turpis egestas integer eget aliquet? | ||
answer: It works using the Bootstrap 4 collapse component with cards to make a vertical accordion that expands and collapses as questions are toggled. | ||
|
||
- question: Tortor dignissim convallis aenean et? | ||
answer: Bootstrap is the most popular CSS framework in the world. The latest version released in 2018 is Bootstrap 4. Bootstrap can be used to quickly build responsive websites. | ||
|
||
- question: Egestas diam in arcu cursus euismod quis viverra nibh cras? | ||
answer: The answer to the question can go here. | ||
|
||
|
||
- title: Billing Questions | ||
subfaq: | ||
- question: Rutrum tellus pellentesque eu tincidunt tortor aliquam nulla facilisi cras fermentum? | ||
answer: Sit amet risus nullam eget felis eget nunc lobortis mattis aliquam faucibus purus in massa tempor nec feugiat nisl pretium fusce id velit ut tortor pretium viverra suspendisse potenti nullam ac tortor vitae purus faucibus ornare suspendisse sed nisi lacus sed viverra tellus in hac habitasse platea dictumst vestibulum rhoncus est pellentesque elit ullamcorper dignissim | ||
|
||
- question: Bootstrap is the most popular CSS framework in the world. The latest version released in 2018 is Bootstrap 4. Bootstrap can be used to quickly build responsive websites. | ||
|
||
- question: Denim eu turpis egestas pretium aenean pharetra? | ||
answer: The answer to the question can go here. | ||
|
||
|
||
- title: Support Question | ||
subfaq: | ||
- question: aliquam etiam erat velit scelerisque in dictum non consectetur a erat nam at lectus urna? | ||
answer: It works using the Bootstrap 4 collapse component with cards to make a vertical accordion that expands and collapses as questions are toggled. | ||
|
||
- question: Tortor dignissim convallis aenean et? | ||
answer: Bootstrap is the most popular CSS framework in the world. The latest version released in 2018 is Bootstrap 4. Bootstrap can be used to quickly build responsive websites. | ||
|
||
- question: Egestas diam in arcu cursus euismod quis viverra nibh cras? | ||
answer: The answer to the question can go here. | ||
|
||
|
Oops, something went wrong.