Skip to content

Commit a7dc8da

Browse files
author
Lee Richmond
committed
Add back _site, bc no changes without it
1 parent 5ff6bcb commit a7dc8da

File tree

393 files changed

+36188
-1
lines changed

Some content is hidden

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

393 files changed

+36188
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ spec/dummy/log/*
1818
/exe/
1919
/bin/
2020
_site/bin
21-
_site/*

_site/2019/03/31/graphiti-1-0.html

Lines changed: 205 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,205 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
9+
<link href="https://fonts.googleapis.com/css?family=Boogaloo" rel="stylesheet">
10+
11+
<link rel="apple-touch-icon" sizes="180x180" href="https://www.graphiti.dev/assets/favicons/apple-touch-icon.png">
12+
<link rel="icon" type="image/png" sizes="32x32" href="https://www.graphiti.dev/assets/favicons/favicon-32x32.png">
13+
<link rel="icon" type="image/png" sizes="16x16" href="https://www.graphiti.dev/assets/favicons/favicon-16x16.png">
14+
<link rel="manifest" href="https://www.graphiti.dev/assets/favicons/site.webmanifest">
15+
<link rel="mask-icon" href="https://www.graphiti.dev/assets/favicons/safari-pinned-tab.svg" color="#F86DA7">
16+
<link rel="shortcut icon" href="https://www.graphiti.dev/assets/favicons/favicon.ico">
17+
<meta name="msapplication-TileColor" content="#F86DA7">
18+
<meta name="msapplication-config" content="https://www.graphiti.dev/assets/favicons/browserconfig.xml">
19+
<meta name="theme-color" content="#F86DA7">
20+
21+
<title>Graphiti 1.0 Released 🎉</title>
22+
<meta name="description" content="This project has gone through a number of iterations over the past three years. I’m happy to say we’ve now released 1.0, committing to semantic versioning. G...">
23+
24+
<link rel="stylesheet" href="https://www.graphiti.dev/assets/main.css?ref=wh4t3v45">
25+
<link rel="alternate" type="application/rss+xml" title="Graphiti" href="/feed.xml">
26+
27+
<!-- Global site tag (gtag.js) - Google Analytics -->
28+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-127904727-1"></script>
29+
<script>
30+
window.dataLayer = window.dataLayer || [];
31+
function gtag(){dataLayer.push(arguments);}
32+
gtag('js', new Date());
33+
34+
gtag('config', 'UA-127904727-1');
35+
</script>
36+
37+
<!-- javascript -->
38+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
39+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
40+
41+
42+
</head>
43+
44+
45+
<body>
46+
<main class="page-content" aria-label="Content">
47+
<div class="wrapper">
48+
<header class="navbar navbar-inverse normal" role="banner">
49+
<div class="container">
50+
<div class="navbar-header">
51+
<a href="https://www.graphiti.dev" class="navbar-brand">
52+
<img alt="logo" src="/assets/img/logo.png">
53+
</a>
54+
</div>
55+
<nav class="" role="navigation">
56+
<ul class="nav navbar-nav nav-links">
57+
<li>
58+
<a class="quickstart nav-link" href="https://www.graphiti.dev/quickstart">Quickstart</a>
59+
</li>
60+
<li>
61+
<a class="guides nav-link" href="https://www.graphiti.dev/guides">Guides</a>
62+
</li>
63+
<li>
64+
<a class="tutorial nav-link" href="https://www.graphiti.dev/tutorial">Tutorial</a>
65+
</li>
66+
<li>
67+
<a class="spraypaint nav-link" href="https://www.graphiti.dev/js">Spraypaint</a>
68+
</li>
69+
</ul>
70+
<ul class="nav gh navbar-nav navbar-right visible-lg visible-md">
71+
<li>
72+
<span class="star"></span>
73+
<a href="https://github.com/graphiti-api/graphiti">
74+
<img alt="github-star" style="margin-right: 65px;margin-top: -20px" src="/assets/img/gh.png">
75+
</a>
76+
</li>
77+
</ul>
78+
</nav>
79+
</div>
80+
</header>
81+
82+
<div class="container">
83+
<h1>Graphiti 1.0 Released 🎉</h1>
84+
<p>This project has gone through a number of iterations over the past three years. I’m happy to say we’ve now released 1.0, committing to semantic versioning. Graphiti has now seen enough use, across a wide variety of scenarios, that we can commit to no backwards-incompatible changes for a long while, and a changelog for future releases.</p>
85+
86+
<p>We’ll be writing more in this blog about our future roadmap. Stay tuned!</p>
87+
88+
<p><br />
89+
<br />
90+
<br />
91+
<br />
92+
<br />
93+
<br />
94+
<br />
95+
<br />
96+
<br />
97+
<br />
98+
<br />
99+
<br />
100+
<br />
101+
<br />
102+
<br />
103+
<br />
104+
<br />
105+
<br />
106+
<br />
107+
<br />
108+
<br /></p>
109+
110+
</div>
111+
</div>
112+
</main>
113+
<div class="main-footer main-footer--dark">
114+
<div class="container">
115+
<div class="row">
116+
<div class="col-sm-4 menu">
117+
<h3>Overview</h3>
118+
<ul>
119+
<li>
120+
<a href="https://www.graphiti.dev/quickstart">Quickstart</a>
121+
</li>
122+
<li>
123+
<a href="https://www.graphiti.dev/tutorial">Tutorial</a>
124+
</li>
125+
<li>
126+
<a href="https://www.graphiti.dev/guides">Guides</a>
127+
</li>
128+
</ul>
129+
</div>
130+
<div class="col-sm-4 menu">
131+
<h3>Contact</h3>
132+
<ul>
133+
<li>
134+
<a target="_blank" href="https://join.slack.com/t/graphiti-api/shared_invite/enQtMjkyMTA3MDgxNTQzLTU5MDI4MDllNTEzOTE1Nzk0ZGJlNTcxZDYzMGY2ZTczMDY2OWZhM2RmNTU0YWNiOWZhZDhkMmU4MzQ5NzIyNWM">Slack Chat</a>
135+
</li>
136+
<li>
137+
<a href="mailto:richmolj@gmail.com">Email</a>
138+
</li>
139+
</ul>
140+
</div>
141+
<div class="col-sm-4 menu">
142+
<h3>Related</h3>
143+
<ul>
144+
<li>
145+
<a target="_blank" href="http://jsonapi.org">JSONAPI Spec</a>
146+
</li>
147+
<li>
148+
<a target="_blank" href="http://jsonapi-rb.org">jsonapi-rb</a>
149+
</li>
150+
<li>
151+
<a target="_blank" href="https://vuejs.org/">VueJS</a>
152+
</li>
153+
</ul>
154+
</div>
155+
</div>
156+
</div>
157+
</div>
158+
159+
<script type="text/javascript">
160+
$(function () {
161+
162+
var flipTabs = function() {
163+
var isTS = true;
164+
if (localStorage.getItem('js-lang') === 'javascript') {
165+
isTS = false;
166+
}
167+
168+
$('.code-tabs').each(function(index, el) {
169+
if (isTS) {
170+
console.log('hiding js');
171+
$($(el).children()[1]).hide();
172+
$($(el).children()[0]).show();
173+
} else {
174+
console.log('hiding ts');
175+
$($(el).children()[0]).hide();
176+
$($(el).children()[1]).show();
177+
}
178+
});
179+
180+
if (isTS) {
181+
$('.tab.typescript').addClass('active');
182+
$('.tab.javascript').removeClass('active');
183+
} else {
184+
$('.tab.typescript').removeClass('active');
185+
$('.tab.javascript').addClass('active');
186+
}
187+
}
188+
189+
$('.tab').click(function() {
190+
if ($(this).hasClass('typescript')) {
191+
localStorage.setItem('js-lang', 'typescript');
192+
} else {
193+
localStorage.setItem('js-lang', 'javascript');
194+
}
195+
196+
flipTabs();
197+
});
198+
199+
flipTabs();
200+
})
201+
</script>
202+
203+
</body>
204+
</html>
205+

0 commit comments

Comments
 (0)