forked from aksakalli/jekyll-doc-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (53 loc) · 2.95 KB
/
index.html
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
---
layout: default
---
<div class="header-container jumbotron">
<div class="container">
<h1>Jekyll Template for Project Websites</h1>
<p>Simple and modern design for publishing blog posts, documentation and many more things for your project.
You can now clone and start to create a website for your project like this one.</p>
<p><a class="btn btn-primary btn-lg" href="{{ " /docs/home/ " | prepend: site.baseurl }}" role="button">Learn more</a></p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<h2 class="header-light regular-pad">What is Jekyll?</h2>
<blockquote>
<p>Jekyll is a simple, blog-aware, static site generator. It takes a template
directory containing raw text files in various formats, runs it through
a converter (like <a href="https://daringfireball.net/projects/markdown/">Markdown</a>)
and our <a href="https://github.com/Shopify/liquid/wiki">Liquid</a> renderer, and
spits out a complete, ready-to-publish static website suitable
for serving with your favorite web server. Jekyll also happens to be the engine
behind <a href="https://pages.github.com">GitHub Pages</a>, which means you can use Jekyll
to host your project’s page, blog, or website from GitHub’s servers <strong>for
free</strong>.</p>
</blockquote>
</div>
<div class="col-md-6 text-center">
<img src="img/jekyll.png" alt="" class="img-responsive">
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-pencil" aria-hidden="true"></i></h1>
<h3 class="text-center">Easy to install and publish</h3>
<p>Get started by clonening source into GitHub account of your project. Thanks to <a href="https://pages.github.com">GitHub Pages</a>,
it will automatically be compiled and publsihed under your project's subdomain under github.io.
</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-cogs" aria-hidden="true"></i></h1>
<h3 class="text-center">Modular Styling and Templating</h3>
<p>This template uses <a href="https://github.com/twbs/bootstrap-sass">bootstrap-sass</a> as boilerplate style.
You can tweak and customize any sass variable in <code>_sass/variables.scss</code> for different color set, font options, etc.</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-code-fork" aria-hidden="true"></i></h1>
<h3 class="text-center">Git based source control</h3>
<p>LinkSmart® Services is an umbrella project for Middleware services providing extended functionality for implementation of IoT applications and platforms.</p>
</div>
</div>
</div>