mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-12 11:22:27 +00:00
port to gitlab.
This commit is contained in:
101
public/posts/first-post/index.html
Normal file
101
public/posts/first-post/index.html
Normal file
@@ -0,0 +1,101 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>First Post | Dave Gallant</title>
|
||||
<link rel="stylesheet" href="https://davegallant.github.io/css/style.css">
|
||||
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.6.0/styles/github.min.css">
|
||||
|
||||
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<nav class="nav">
|
||||
<div class="nav-left">
|
||||
<a class="nav-item" href="https://davegallant.github.io"><h1 class="title is-4">Dave Gallant</h1></a>
|
||||
</div>
|
||||
<div class="nav-right">
|
||||
<nav class="nav-item level is-mobile">
|
||||
|
||||
<a class="level-item" href="https://github.com/davegallant">
|
||||
<span class="icon">
|
||||
<i class="fa fa-github"></i>
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<a class="level-item" href="https://twitter.com/__dave_g__">
|
||||
<span class="icon">
|
||||
<i class="fa fa-twitter"></i>
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<a class="level-item" href="https://www.linkedin.com/in/dave-gallant-8523772a">
|
||||
<span class="icon">
|
||||
<i class="fa fa-linkedin"></i>
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h2 class="subtitle is-6">July 13, 2018</h2>
|
||||
<h1 class="title">First Post</h1>
|
||||
<div class="content">
|
||||
<p>Hello. This is the first post. My plan is to pour useful code snippets, tips and tricks into these pages. I have a fond interest in programming (especially with Python, TypeScript and Golang). Hopefully something within these pages will help you out in your journey.</p>
|
||||
|
||||
<p></p>
|
||||
|
||||
<p>Thanks to <a href="https://gohugo.io/">Hugo</a> and this <a href="https://github.com/tanksuzuki/hemingway">fantastically minimal Hugo theme</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<aside><div id="disqus_thread"></div></aside>
|
||||
<script type="text/javascript">
|
||||
var disqus_shortname = 'https-davegallant-github-io';
|
||||
(function() {
|
||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
||||
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
|
||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="section">
|
||||
<div class="container has-text-centered">
|
||||
<p>© Dave Gallant 2018</p>
|
||||
</div>
|
||||
</section>
|
||||
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.6.0/highlight.min.js"></script>
|
||||
|
||||
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.6.0/languages/go.min.js"></script>
|
||||
|
||||
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.6.0/languages/dockerfile.min.js"></script>
|
||||
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
|
||||
<script>
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
||||
ga('create', 'UA-98710982-2', 'auto');
|
||||
|
||||
ga('send', 'pageview');
|
||||
}
|
||||
</script>
|
||||
<script async src='https://www.google-analytics.com/analytics.js'></script>
|
||||
|
||||
|
||||
|
1
public/posts/index.html
Normal file
1
public/posts/index.html
Normal file
@@ -0,0 +1 @@
|
||||
|
27
public/posts/index.xml
Normal file
27
public/posts/index.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Posts on Dave Gallant</title>
|
||||
<link>https://davegallant.github.io/posts/</link>
|
||||
<description>Recent content in Posts on Dave Gallant</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en</language>
|
||||
<copyright>&copy; Dave Gallant 2018</copyright>
|
||||
<lastBuildDate>Fri, 13 Jul 2018 08:52:45 -0400</lastBuildDate>
|
||||
|
||||
<atom:link href="https://davegallant.github.io/posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
|
||||
<item>
|
||||
<title>First Post</title>
|
||||
<link>https://davegallant.github.io/posts/first-post/</link>
|
||||
<pubDate>Fri, 13 Jul 2018 08:52:45 -0400</pubDate>
|
||||
|
||||
<guid>https://davegallant.github.io/posts/first-post/</guid>
|
||||
<description><p>Hello. This is the first post. My plan is to pour useful code snippets, tips and tricks into these pages. I have a fond interest in programming (especially with Python, TypeScript and Golang). Hopefully something within these pages will help you out in your journey.</p>
|
||||
|
||||
<p></p></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
Reference in New Issue
Block a user