-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (57 loc) · 2.64 KB
/
index.html
File metadata and controls
59 lines (57 loc) · 2.64 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
59
---
layout: page
description: A Secure, Privacy-Preserving, Software-Defined Data Center
---
<h2>Streamlined BTC Development On a Flexible<br />and Sturdy Foundation</h2>
<ul>
<li>Choose your entire bitcoin software stack, have a fully integrated environment provisioned automatically.</li>
<li>Choose Bitcoin Cache Machine as a platform to develop your line-of-business idea.</li>
<li>Let Bitcoin Cache Machine handle the infrastructure and operations management for your application: password
and certificate management, automated backups of user data, key rotation, vulnerability and change management,
etc.</li>
<li>Use the same code for testing, staging, and production workloads.</li>
<li>Rapidly iterate on your Bitcoin business ideas. Deploy a new configuration in minutes.</li>
</ul>
</div>
</div>
</div>
{% if page.url == '/' %}
</div>
{% endif %}
<hr class="bcm-hr" />
<div class="container container-custom latest-from-blog">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<h2>The Latest From The Blog</h2>
{% for post in paginator.posts %}
<div class="post-preview">
<a href="{{ post.url }}">
<h3 class="post-title">{{ post.title }}</h3>
{% if post.subtitle %}
<h4 class="post-subtitle">
{{ post.subtitle }}
</h4>
{% endif %}
</a>
<p class="post-meta" style="margin-bottom:5px">Posted by {{ post.author }} on {{ post.date | date: "%B %-d, %Y" }}</p>
<!-- <div class="notepad-index-post-tags" style="">
{% for tag in post.tags %}<a href="{{ site.baseurl }}/search/index.html#{{ tag | cgi_encode }}" title="Other posts from the {{ tag | capitalize }} tag">{{
tag | capitalize }}</a>{% unless forloop.last %} {% endunless %}{% endfor %}
</div> -->
</div>
{% endfor %}
<!-- Pager -->
{% if paginator.total_pages > 1 %}
<ul class="pager">
{% if paginator.previous_page %}
<li class="previous">
<a href="{{ paginator.previous_page_path | replace: '//', '/' }}">← Newer Posts</a>
</li>
{% endif %}
{% if paginator.next_page %}
<li class="next">
<a href="{{ paginator.next_page_path | replace: '//', '/' }}">Older Posts →</a>
</li>
{% endif %}
</ul>
{% endif %}