Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 committed Feb 21, 2024
0 parents commit ce7a8b8
Show file tree
Hide file tree
Showing 424 changed files with 18,648 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
435 changes: 435 additions & 0 deletions 11ty-bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev.haxeflixel.com
183 changes: 183 additions & 0 deletions blog/00-haxeflixel-has-a-blog/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,183 @@
<!DOCTYPE html>
<html lang="en">


<head>

<meta charset="utf-8"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>

<title></title>

<meta name="description" content="<%= @description %>"/>
<meta name="keywords" content="<%= @keywords %>"/>
<meta name="author" content="<%= @author %>"/>
<meta name="viewport" content="width=device-width"/>

<link rel="icon" href="/images/haxeflixel.svg">
<link rel="shortcut icon" href="/images/favicon.ico">

<!--[if lt IE 9]>
<script async src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->


<link rel="stylesheet" href="/styles/style.css">

</head>

<body>

<header>
<nav>

<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">

<div class="navbar-header">
<button data-target=".navbar-collapse" data-toggle="collapse" class="navbar-toggle" type="button">
<span class="icon-bar" />
<span class="icon-bar" />
<span class="icon-bar" />
</button>
<a href="/" class="navbar-brand"><img src="/images/haxeflixel-header.svg" height="31" alt="HaxeFlixel" /></a>
</div>

<div class="navbar-collapse collapse">

<ul class="nav navbar-nav">

<li class="dropdown ">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Examples <span class="caret"></span></a>
<ul class="dropdown-menu inverse-dropdown">
<li><a href="/demos">Demos</a></li>
<li><a href="https://snippets.haxeflixel.com/">Snippets</a></li>
</ul>
</li>

<li class=>
<a href="/showcase">Showcase</a>
</li>


<li class=active>
<a href="/blog">Blog</a>
</li>


<li class=>
<a href="/documentation">Docs</a>
</li>

<li >
<a href="http://api.haxeflixel.com">API</a>
</li>


<li>
<a href="https://github.com/HaxeFlixel/flixel/discussions">Forum</a>
</li>

</ul>



</div>

</div>

</div>

</nav>
</header>

<div class="container container-main">



<!-- <%- @partial('header-menu.html.eco', {ablog:"class='active'"}) %> -->

<div class="col-md-8">

<h1 class="title">HaxeFlixel now has a blog!</h1>

<p class="post-date">July 30, 2014</h1>

<p>The HaxeFlixel project and it's active community of game dev enthusiasts, have opened this
blog up to post about the latest updates, news and anything awesome happening related to
making games with HaxeFlixel and the projects around it.</p>
<p>Although most of the HaxeFlixel activity happens on Github, Slack chat (ask for an invite)
and the @haxeflixel twitter and our google groups, this is resource can help keep users
up to date on the most important updates and changes to the codebase and community.</p>
<p>Like everything HaxeFlixel, this blog is open for contributions from github by editing the
markdown files, just like our <a href="https://github.com/HaxeFlixel/flixel-docs">documentation</a>.</p>
<p>Feel free to fork and improve these blog posts and the website itself.</p>
<p>So if you have ideas or requests shoot them at us ;)</p>


<br>
<hr>
<br>

<!-- <%- @getDisqus() %> -->

</div>


</div>

<footer>
<div class="footer-main">
<div class=" container">

<div class="footer-social">

<iframe width="120px" scrolling="0" height="20px" frameborder="0"
allowtransparency="true"
src="https://ghbtns.com/github-btn.html?user=HaxeFlixel&amp;repo=flixel&amp;type=watch&amp;count=true&amp;size=small"></iframe>

<a href="https://twitter.com/haxeflixel" class="twitter-follow-button" data-show-count="true"
data-lang="en" data-size="small">Follow @haxeflixel</a>

<a class="footer-patreon" href="https://www.patreon.com/haxeflixel" alt="HaxeFlixel Patreon" title="Support us on Patreon">
<img class="patreon-logo" src="/images/patreon-logo.svg" title="HaxeFlixel Patreon">
<img class="patreon-wordmark" src="/images/patreon-wordmark.svg" title="HaxeFlixel Patreon">
</a>

<script>!function (d, s, id)
{
var js, fjs = d.getElementsByTagName (s)[0];
if (!d.getElementById (id))
{
js = d.createElement (s);
js.id = id;
js.src = "//platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore (js, fjs);
}
} (document, "script", "twitter-wjs");</script>

</div>

<div class="footer-powered-by row">
<p>HaxeFlixel is powered by</p>
<a href="https://haxe.org"><img src="/images/haxe.svg" alt="Haxe" title="Haxe"></a>
+
<a href="https://openfl.org"><img class="openfl-footer-logo" src="/images/openfl.svg" alt="OpenFL" title="OpenFL"></a>
+
<a href="https://flixel.org"><img class="flixel-footer-logo" src="/images/flixel.svg" alt="Flixel" title="Flixel"></a>
</div>

</div>
</div>
</footer>



<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
<script src="/11ty-bundle.js"></script>

</body>

</html>
Loading

0 comments on commit ce7a8b8

Please sign in to comment.