Skip to content

Commit

Permalink
deploy: 5313c55
Browse files Browse the repository at this point in the history
  • Loading branch information
pchinjr committed Feb 27, 2024
1 parent b453c07 commit 44cd658
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 0 deletions.
67 changes: 67 additions & 0 deletions _posts/2024-02-26-new-hotness-jackyll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">

<link rel="author" href="humans.txt" />
<link rel="stylesheet" type="text/css" href="/stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/stylesheets/ribbon.css" media="screen" />

<title>New Build Tool</title>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="https://rawgit.com/moment/moment/develop/min/moment.min.js"></script>

<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-152x152-precomposed.png" />
<link rel="icon" href="favicon-096.png" />
<!--[if IE]><link rel="shortcut icon" href="favicon.ico" /><![endif]-->
<meta name="msapplication-TileColor" content="#fcda3e" />
<meta name="msapplication-TileImage" content="favicon-144-trans.png" />

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49239066-1', 'norfolkjs.org');
ga('send', 'pageview');
</script>
</head>

<body>

<span id="forkongithub"><a href="https://github.com/norfolkjs/norfolkjs.github.io">Fork me on GitHub</a></span>
<header>
<div class="container">
<a href="/index.html"><img src="/images/ninjacat_150.png"></a>
<h1>Norfolk.js</h1>
<h2>JavaScript User Group in Norfolk, VA</h2>
<a href="/about/index.html">About Us</a>
<a href="/index.html">Events</a>
<a href="/blog/index.html">Blog</a>
<a href="/sponsors/index.html">Sponsors</a>
<a href="/nodebots/index.html">NodeBots</a>
<a href="/contact/index.html">Contact Us</a>
</div>
</header>


<div class="container">
<section id="main_content">
<h2>New Build Tool</h2>
<p><p> Brian made a new tool that we deployed live at NorfolkJS in Feb 2024. It is a drop in replacement for Jekyll called Jackyll.</p></p>
</section>
</div>

<footer>
<h2>Norfolk.js &copy; <span id="copyright_year">2019</span> all rights reserved.</h2>
<h2>Brought to you by <a href="/humans.txt">proud ninjas</a>.</h2>
</footer>

<script>
$('#copyright_year').html(new Date().getFullYear());
</script>

</body>
</html>
6 changes: 6 additions & 0 deletions blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ <h1>Blog</h1>

<div class="posts">

<h3><a href="/posts/2024-02-26-new-hotness-jackyll.html">New Build Tool</a></h3>
<p>Posted: February 26, 2024</p>
<p>Brian made a new cool tool</p>
<hr />
<br>

<h3><a href="/posts/2016-3-21-Dont-commit-ugly-code.html">Don't Commit Your Ugly Code</a></h3>
<p>Posted: March 21, 2016</p>
<p>Cleaning up your code with Troy Connor</p>
Expand Down
File renamed without changes.

0 comments on commit 44cd658

Please sign in to comment.