added env var for untappd
This commit is contained in:
Родитель
1a6cbaef38
Коммит
93398ad6f7
|
@ -1,2 +1,3 @@
|
|||
# Local Netlify folder
|
||||
.netlify
|
||||
.env
|
|
@ -4,6 +4,6 @@
|
|||
exploring the potential of Jamstack.
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://untappd.com/oauth/authenticate/?client_id=$UNTAPPD_CLIENTID&response_type=code&redirect_url=$UNTAPPD_REDIRECT_URL">Log into Untappd</a>
|
||||
<a href="https://untappd.com/oauth/authenticate/?client_id={{ getenv "UNTAPPD_CLIENTID" }}&response_type=code&redirect_url={{ getenv "UNTAPPD_REDIRECT_URL" }}">Log into Untappd</a>
|
||||
</div>
|
||||
</section>
|
||||
|
|
157
public/404.html
157
public/404.html
|
@ -1,156 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="Content-Language" content="en">
|
||||
|
||||
<meta name="author" content="Wade Wegner">
|
||||
<meta name="description" content="Wade Wegner's project">
|
||||
<meta name="keywords" content="blog,developer,personal">
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="404 Page not found"/>
|
||||
<meta name="twitter:description" content="Wade Wegner's project"/>
|
||||
|
||||
<meta property="og:title" content="404 Page not found" />
|
||||
<meta property="og:description" content="Wade Wegner's project" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="/404.html" />
|
||||
|
||||
|
||||
|
||||
|
||||
<base href="/404.html">
|
||||
|
||||
<title>BAC Tracker: A side project</title>
|
||||
|
||||
|
||||
<link rel="canonical" href="/404.html">
|
||||
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather:300,700%7CSource+Code+Pro:400,700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin="anonymous" />
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/coder.min.a4f332213a21ce8eb521670c614470c58923aaaf385e2a73982c31dd7642decb.css" integrity="sha256-pPMyITohzo61IWcMYURwxYkjqq84XipzmCwx3XZC3ss=" crossorigin="anonymous" media="screen" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/coder-dark.min.e78e80fc3a585a4d1c8fc7f58623b6ff852411e38431a9cd1792877ecaa160f6.css" integrity="sha256-546A/DpYWk0cj8f1hiO2/4UkEeOEManNF5KHfsqhYPY=" crossorigin="anonymous" media="screen" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
|
||||
|
||||
<meta name="generator" content="Hugo 0.69.2" />
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<body class="colorscheme-auto">
|
||||
<main class="wrapper">
|
||||
<nav class="navigation">
|
||||
<section class="container">
|
||||
<a class="navigation-title" href="/">
|
||||
BAC Tracker: A side project
|
||||
</a>
|
||||
|
||||
<input type="checkbox" id="menu-toggle" />
|
||||
<label class="menu-button float-right" for="menu-toggle"><i class="fas fa-bars"></i></label>
|
||||
<ul class="navigation-list">
|
||||
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="about/">About</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://www.wadewegner.com/">Personal Blog</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://twitter.com/wadewegner">Twitter</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="content">
|
||||
|
||||
<section class="container centered">
|
||||
<div class="error">
|
||||
<h1>404</h1>
|
||||
<h2>Page Not Found</h2>
|
||||
<p>Sorry, this page does not exist.<br />You can head back to <a href="">homepage</a>.</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer class="footer">
|
||||
<section class="container">
|
||||
|
||||
|
||||
©
|
||||
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=content-language content="en"><meta name=author content="Wade Wegner"><meta name=description content="Wade Wegner's project"><meta name=keywords content="blog,developer,personal"><meta name=twitter:card content="summary"><meta name=twitter:title content="404 Page not found"><meta name=twitter:description content="Wade Wegner's project"><meta property="og:title" content="404 Page not found"><meta property="og:description" content="Wade Wegner's project"><meta property="og:type" content="website"><meta property="og:url" content="/404.html"><base href=/404.html><title>BAC Tracker: A side project</title><link rel=canonical href=/404.html><link href="https://fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather:300,700%7CSource+Code+Pro:400,700&display=swap" rel=stylesheet><link rel=stylesheet href=https://use.fontawesome.com/releases/v5.13.0/css/all.css integrity=sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V crossorigin=anonymous><link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin=anonymous><link rel=stylesheet href=/css/coder.min.a4f332213a21ce8eb521670c614470c58923aaaf385e2a73982c31dd7642decb.css integrity="sha256-pPMyITohzo61IWcMYURwxYkjqq84XipzmCwx3XZC3ss=" crossorigin=anonymous media=screen><link rel=stylesheet href=/css/coder-dark.min.e78e80fc3a585a4d1c8fc7f58623b6ff852411e38431a9cd1792877ecaa160f6.css integrity="sha256-546A/DpYWk0cj8f1hiO2/4UkEeOEManNF5KHfsqhYPY=" crossorigin=anonymous media=screen><link rel=icon type=image/png href=/images/favicon-32x32.png sizes=32x32><link rel=icon type=image/png href=/images/favicon-16x16.png sizes=16x16><meta name=generator content="Hugo 0.69.2"></head><body class=colorscheme-auto><main class=wrapper><nav class=navigation><section class=container><a class=navigation-title href=/>BAC Tracker: A side project</a>
|
||||
<input type=checkbox id=menu-toggle>
|
||||
<label class="menu-button float-right" for=menu-toggle><i class="fas fa-bars"></i></label><ul class=navigation-list><li class=navigation-item><a class=navigation-link href=https://www.wadewegner.com/>Personal Blog</a></li><li class=navigation-item><a class=navigation-link href=https://twitter.com/wadewegner>Twitter</a></li></ul></section></nav><div class=content><section class="container centered"><div class=error><h1>404</h1><h2>Page Not Found</h2><p>Sorry, this page does not exist.<br>You can head back to <a href>homepage</a>.</p></div></section></div><footer class=footer><section class=container>©
|
||||
2020
|
||||
Wade Wegner
|
||||
|
||||
|
||||
·
|
||||
Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
(function(f, a, t, h, o, m){
|
||||
a[h]=a[h]||function(){
|
||||
(a[h].q=a[h].q||[]).push(arguments)
|
||||
};
|
||||
o=f.createElement('script'),
|
||||
m=f.getElementsByTagName('script')[0];
|
||||
o.async=1; o.src=t; o.id='fathom-script';
|
||||
m.parentNode.insertBefore(o,m)
|
||||
})(document, window, '//analytics.example.com/tracker.js', 'fathom');
|
||||
fathom('set', 'siteId', 'ABCDE');
|
||||
fathom('trackPageview');
|
||||
</script>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Powered by <a href=https://gohugo.io/>Hugo</a> & <a href=https://github.com/luizdepra/hugo-coder/>Coder</a>.</section></footer></main></body></html>
|
|
@ -1,164 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="Content-Language" content="en">
|
||||
|
||||
<meta name="author" content="Wade Wegner">
|
||||
<meta name="description" content="Wade Wegner's project">
|
||||
<meta name="keywords" content="blog,developer,personal">
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Categories"/>
|
||||
<meta name="twitter:description" content="Wade Wegner's project"/>
|
||||
|
||||
<meta property="og:title" content="Categories" />
|
||||
<meta property="og:description" content="Wade Wegner's project" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="/categories/" />
|
||||
|
||||
|
||||
|
||||
|
||||
<base href="/categories/">
|
||||
|
||||
<title>Categories · BAC Tracker: A side project</title>
|
||||
|
||||
|
||||
<link rel="canonical" href="/categories/">
|
||||
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather:300,700%7CSource+Code+Pro:400,700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin="anonymous" />
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/coder.min.a4f332213a21ce8eb521670c614470c58923aaaf385e2a73982c31dd7642decb.css" integrity="sha256-pPMyITohzo61IWcMYURwxYkjqq84XipzmCwx3XZC3ss=" crossorigin="anonymous" media="screen" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/coder-dark.min.e78e80fc3a585a4d1c8fc7f58623b6ff852411e38431a9cd1792877ecaa160f6.css" integrity="sha256-546A/DpYWk0cj8f1hiO2/4UkEeOEManNF5KHfsqhYPY=" crossorigin="anonymous" media="screen" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href="/categories/index.xml" title="BAC Tracker: A side project" />
|
||||
<meta name="generator" content="Hugo 0.69.2" />
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<body class="colorscheme-auto">
|
||||
<main class="wrapper">
|
||||
<nav class="navigation">
|
||||
<section class="container">
|
||||
<a class="navigation-title" href="/">
|
||||
BAC Tracker: A side project
|
||||
</a>
|
||||
|
||||
<input type="checkbox" id="menu-toggle" />
|
||||
<label class="menu-button float-right" for="menu-toggle"><i class="fas fa-bars"></i></label>
|
||||
<ul class="navigation-list">
|
||||
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="about/">About</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://www.wadewegner.com/">Personal Blog</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://twitter.com/wadewegner">Twitter</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="content">
|
||||
|
||||
<section class="container list">
|
||||
<h1 class="title">Categories</h1>
|
||||
|
||||
<ul>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer class="footer">
|
||||
<section class="container">
|
||||
|
||||
|
||||
©
|
||||
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=content-language content="en"><meta name=author content="Wade Wegner"><meta name=description content="Wade Wegner's project"><meta name=keywords content="blog,developer,personal"><meta name=twitter:card content="summary"><meta name=twitter:title content="Categories"><meta name=twitter:description content="Wade Wegner's project"><meta property="og:title" content="Categories"><meta property="og:description" content="Wade Wegner's project"><meta property="og:type" content="website"><meta property="og:url" content="/categories/"><base href=/categories/><title>Categories · BAC Tracker: A side project</title><link rel=canonical href=/categories/><link href="https://fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather:300,700%7CSource+Code+Pro:400,700&display=swap" rel=stylesheet><link rel=stylesheet href=https://use.fontawesome.com/releases/v5.13.0/css/all.css integrity=sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V crossorigin=anonymous><link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin=anonymous><link rel=stylesheet href=/css/coder.min.a4f332213a21ce8eb521670c614470c58923aaaf385e2a73982c31dd7642decb.css integrity="sha256-pPMyITohzo61IWcMYURwxYkjqq84XipzmCwx3XZC3ss=" crossorigin=anonymous media=screen><link rel=stylesheet href=/css/coder-dark.min.e78e80fc3a585a4d1c8fc7f58623b6ff852411e38431a9cd1792877ecaa160f6.css integrity="sha256-546A/DpYWk0cj8f1hiO2/4UkEeOEManNF5KHfsqhYPY=" crossorigin=anonymous media=screen><link rel=icon type=image/png href=/images/favicon-32x32.png sizes=32x32><link rel=icon type=image/png href=/images/favicon-16x16.png sizes=16x16><link rel=alternate type=application/rss+xml href=/categories/index.xml title="BAC Tracker: A side project"><meta name=generator content="Hugo 0.69.2"></head><body class=colorscheme-auto><main class=wrapper><nav class=navigation><section class=container><a class=navigation-title href=/>BAC Tracker: A side project</a>
|
||||
<input type=checkbox id=menu-toggle>
|
||||
<label class="menu-button float-right" for=menu-toggle><i class="fas fa-bars"></i></label><ul class=navigation-list><li class=navigation-item><a class=navigation-link href=https://www.wadewegner.com/>Personal Blog</a></li><li class=navigation-item><a class=navigation-link href=https://twitter.com/wadewegner>Twitter</a></li></ul></section></nav><div class=content><section class="container list"><h1 class=title>Categories</h1><ul></ul></section></div><footer class=footer><section class=container>©
|
||||
2020
|
||||
Wade Wegner
|
||||
|
||||
|
||||
·
|
||||
Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
(function(f, a, t, h, o, m){
|
||||
a[h]=a[h]||function(){
|
||||
(a[h].q=a[h].q||[]).push(arguments)
|
||||
};
|
||||
o=f.createElement('script'),
|
||||
m=f.getElementsByTagName('script')[0];
|
||||
o.async=1; o.src=t; o.id='fathom-script';
|
||||
m.parentNode.insertBefore(o,m)
|
||||
})(document, window, '//analytics.example.com/tracker.js', 'fathom');
|
||||
fathom('set', 'siteId', 'ABCDE');
|
||||
fathom('trackPageview');
|
||||
</script>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Powered by <a href=https://gohugo.io/>Hugo</a> & <a href=https://github.com/luizdepra/hugo-coder/>Coder</a>.</section></footer></main></body></html>
|
|
@ -1,14 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Categories on BAC Tracker: A side project</title>
|
||||
<link>/categories/</link>
|
||||
<description>Recent content in Categories on BAC Tracker: A side project</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
|
||||
<atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Categories on BAC Tracker: A side project</title><link>/categories/</link><description>Recent content in Categories on BAC Tracker: A side project</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="/categories/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
|
|
@ -1 +1 @@
|
|||
<!DOCTYPE html><html><head><title>/categories/</title><link rel="canonical" href="/categories/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=/categories/" /></head></html>
|
||||
<!doctype html><html><head><title>/categories/</title><link rel=canonical href=/categories/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=/categories/"></head></html>
|
|
@ -1,156 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="Content-Language" content="en">
|
||||
|
||||
<meta name="author" content="Wade Wegner">
|
||||
<meta name="description" content="Wade Wegner's project">
|
||||
<meta name="keywords" content="blog,developer,personal">
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="BAC Tracker: A side project"/>
|
||||
<meta name="twitter:description" content="Wade Wegner's project"/>
|
||||
|
||||
<meta property="og:title" content="BAC Tracker: A side project" />
|
||||
<meta property="og:description" content="Wade Wegner's project" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="/" />
|
||||
|
||||
|
||||
|
||||
|
||||
<base href="/">
|
||||
|
||||
<title>BAC Tracker: A side project</title>
|
||||
|
||||
|
||||
<link rel="canonical" href="/">
|
||||
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather:300,700%7CSource+Code+Pro:400,700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin="anonymous" />
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/coder.min.a4f332213a21ce8eb521670c614470c58923aaaf385e2a73982c31dd7642decb.css" integrity="sha256-pPMyITohzo61IWcMYURwxYkjqq84XipzmCwx3XZC3ss=" crossorigin="anonymous" media="screen" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/coder-dark.min.e78e80fc3a585a4d1c8fc7f58623b6ff852411e38431a9cd1792877ecaa160f6.css" integrity="sha256-546A/DpYWk0cj8f1hiO2/4UkEeOEManNF5KHfsqhYPY=" crossorigin="anonymous" media="screen" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="BAC Tracker: A side project" />
|
||||
<meta name="generator" content="Hugo 0.69.2" />
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<body class="colorscheme-auto">
|
||||
<main class="wrapper">
|
||||
<nav class="navigation">
|
||||
<section class="container">
|
||||
<a class="navigation-title" href="/">
|
||||
BAC Tracker: A side project
|
||||
</a>
|
||||
|
||||
<input type="checkbox" id="menu-toggle" />
|
||||
<label class="menu-button float-right" for="menu-toggle"><i class="fas fa-bars"></i></label>
|
||||
<ul class="navigation-list">
|
||||
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="about/">About</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://www.wadewegner.com/">Personal Blog</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://twitter.com/wadewegner">Twitter</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="content">
|
||||
|
||||
<section class="container centered">
|
||||
<div class="about">
|
||||
This project is a simple excuse to learn more about Netlify and Hugo while
|
||||
exploring the potential of Jamstack.
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer class="footer">
|
||||
<section class="container">
|
||||
|
||||
|
||||
©
|
||||
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=content-language content="en"><meta name=author content="Wade Wegner"><meta name=description content="Wade Wegner's project"><meta name=keywords content="blog,developer,personal"><meta name=twitter:card content="summary"><meta name=twitter:title content="BAC Tracker: A side project"><meta name=twitter:description content="Wade Wegner's project"><meta property="og:title" content="BAC Tracker: A side project"><meta property="og:description" content="Wade Wegner's project"><meta property="og:type" content="website"><meta property="og:url" content="/"><base href=/><title>BAC Tracker: A side project</title><link rel=canonical href=/><link href="https://fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather:300,700%7CSource+Code+Pro:400,700&display=swap" rel=stylesheet><link rel=stylesheet href=https://use.fontawesome.com/releases/v5.13.0/css/all.css integrity=sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V crossorigin=anonymous><link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin=anonymous><link rel=stylesheet href=/css/coder.min.a4f332213a21ce8eb521670c614470c58923aaaf385e2a73982c31dd7642decb.css integrity="sha256-pPMyITohzo61IWcMYURwxYkjqq84XipzmCwx3XZC3ss=" crossorigin=anonymous media=screen><link rel=stylesheet href=/css/coder-dark.min.e78e80fc3a585a4d1c8fc7f58623b6ff852411e38431a9cd1792877ecaa160f6.css integrity="sha256-546A/DpYWk0cj8f1hiO2/4UkEeOEManNF5KHfsqhYPY=" crossorigin=anonymous media=screen><link rel=icon type=image/png href=/images/favicon-32x32.png sizes=32x32><link rel=icon type=image/png href=/images/favicon-16x16.png sizes=16x16><link rel=alternate type=application/rss+xml href=/index.xml title="BAC Tracker: A side project"><meta name=generator content="Hugo 0.69.2"></head><body class=colorscheme-auto><main class=wrapper><nav class=navigation><section class=container><a class=navigation-title href=/>BAC Tracker: A side project</a>
|
||||
<input type=checkbox id=menu-toggle>
|
||||
<label class="menu-button float-right" for=menu-toggle><i class="fas fa-bars"></i></label><ul class=navigation-list><li class=navigation-item><a class=navigation-link href=https://www.wadewegner.com/>Personal Blog</a></li><li class=navigation-item><a class=navigation-link href=https://twitter.com/wadewegner>Twitter</a></li></ul></section></nav><div class=content><section class="container centered"><div class=about>This project is a simple excuse to learn more about Netlify and Hugo while
|
||||
exploring the potential of Jamstack.</div><div><a href="https://untappd.com/oauth/authenticate/?client_id=64dbf6d725f15a0baa1485a1e58208ce&response_type=code&redirect_url=https%3a%2f%2funtappedbac.netlify.app%2f.netlify%2ffunctions%2funtappd_callback">Log into Untappd</a></div></section></div><footer class=footer><section class=container>©
|
||||
2020
|
||||
Wade Wegner
|
||||
|
||||
|
||||
·
|
||||
Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
(function(f, a, t, h, o, m){
|
||||
a[h]=a[h]||function(){
|
||||
(a[h].q=a[h].q||[]).push(arguments)
|
||||
};
|
||||
o=f.createElement('script'),
|
||||
m=f.getElementsByTagName('script')[0];
|
||||
o.async=1; o.src=t; o.id='fathom-script';
|
||||
m.parentNode.insertBefore(o,m)
|
||||
})(document, window, '//analytics.example.com/tracker.js', 'fathom');
|
||||
fathom('set', 'siteId', 'ABCDE');
|
||||
fathom('trackPageview');
|
||||
</script>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Powered by <a href=https://gohugo.io/>Hugo</a> & <a href=https://github.com/luizdepra/hugo-coder/>Coder</a>.</section></footer></main></body></html>
|
|
@ -1,14 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>BAC Tracker: A side project</title>
|
||||
<link>/</link>
|
||||
<description>Recent content on BAC Tracker: A side project</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
|
||||
<atom:link href="/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>BAC Tracker: A side project</title><link>/</link><description>Recent content on BAC Tracker: A side project</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
|
|
@ -1,164 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="Content-Language" content="en">
|
||||
|
||||
<meta name="author" content="Wade Wegner">
|
||||
<meta name="description" content="Wade Wegner's project">
|
||||
<meta name="keywords" content="blog,developer,personal">
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Series"/>
|
||||
<meta name="twitter:description" content="Wade Wegner's project"/>
|
||||
|
||||
<meta property="og:title" content="Series" />
|
||||
<meta property="og:description" content="Wade Wegner's project" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="/series/" />
|
||||
|
||||
|
||||
|
||||
|
||||
<base href="/series/">
|
||||
|
||||
<title>Series · BAC Tracker: A side project</title>
|
||||
|
||||
|
||||
<link rel="canonical" href="/series/">
|
||||
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather:300,700%7CSource+Code+Pro:400,700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin="anonymous" />
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/coder.min.a4f332213a21ce8eb521670c614470c58923aaaf385e2a73982c31dd7642decb.css" integrity="sha256-pPMyITohzo61IWcMYURwxYkjqq84XipzmCwx3XZC3ss=" crossorigin="anonymous" media="screen" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/coder-dark.min.e78e80fc3a585a4d1c8fc7f58623b6ff852411e38431a9cd1792877ecaa160f6.css" integrity="sha256-546A/DpYWk0cj8f1hiO2/4UkEeOEManNF5KHfsqhYPY=" crossorigin="anonymous" media="screen" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href="/series/index.xml" title="BAC Tracker: A side project" />
|
||||
<meta name="generator" content="Hugo 0.69.2" />
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<body class="colorscheme-auto">
|
||||
<main class="wrapper">
|
||||
<nav class="navigation">
|
||||
<section class="container">
|
||||
<a class="navigation-title" href="/">
|
||||
BAC Tracker: A side project
|
||||
</a>
|
||||
|
||||
<input type="checkbox" id="menu-toggle" />
|
||||
<label class="menu-button float-right" for="menu-toggle"><i class="fas fa-bars"></i></label>
|
||||
<ul class="navigation-list">
|
||||
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="about/">About</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://www.wadewegner.com/">Personal Blog</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://twitter.com/wadewegner">Twitter</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="content">
|
||||
|
||||
<section class="container list">
|
||||
<h1 class="title">Series</h1>
|
||||
|
||||
<ul>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer class="footer">
|
||||
<section class="container">
|
||||
|
||||
|
||||
©
|
||||
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=content-language content="en"><meta name=author content="Wade Wegner"><meta name=description content="Wade Wegner's project"><meta name=keywords content="blog,developer,personal"><meta name=twitter:card content="summary"><meta name=twitter:title content="Series"><meta name=twitter:description content="Wade Wegner's project"><meta property="og:title" content="Series"><meta property="og:description" content="Wade Wegner's project"><meta property="og:type" content="website"><meta property="og:url" content="/series/"><base href=/series/><title>Series · BAC Tracker: A side project</title><link rel=canonical href=/series/><link href="https://fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather:300,700%7CSource+Code+Pro:400,700&display=swap" rel=stylesheet><link rel=stylesheet href=https://use.fontawesome.com/releases/v5.13.0/css/all.css integrity=sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V crossorigin=anonymous><link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin=anonymous><link rel=stylesheet href=/css/coder.min.a4f332213a21ce8eb521670c614470c58923aaaf385e2a73982c31dd7642decb.css integrity="sha256-pPMyITohzo61IWcMYURwxYkjqq84XipzmCwx3XZC3ss=" crossorigin=anonymous media=screen><link rel=stylesheet href=/css/coder-dark.min.e78e80fc3a585a4d1c8fc7f58623b6ff852411e38431a9cd1792877ecaa160f6.css integrity="sha256-546A/DpYWk0cj8f1hiO2/4UkEeOEManNF5KHfsqhYPY=" crossorigin=anonymous media=screen><link rel=icon type=image/png href=/images/favicon-32x32.png sizes=32x32><link rel=icon type=image/png href=/images/favicon-16x16.png sizes=16x16><link rel=alternate type=application/rss+xml href=/series/index.xml title="BAC Tracker: A side project"><meta name=generator content="Hugo 0.69.2"></head><body class=colorscheme-auto><main class=wrapper><nav class=navigation><section class=container><a class=navigation-title href=/>BAC Tracker: A side project</a>
|
||||
<input type=checkbox id=menu-toggle>
|
||||
<label class="menu-button float-right" for=menu-toggle><i class="fas fa-bars"></i></label><ul class=navigation-list><li class=navigation-item><a class=navigation-link href=https://www.wadewegner.com/>Personal Blog</a></li><li class=navigation-item><a class=navigation-link href=https://twitter.com/wadewegner>Twitter</a></li></ul></section></nav><div class=content><section class="container list"><h1 class=title>Series</h1><ul></ul></section></div><footer class=footer><section class=container>©
|
||||
2020
|
||||
Wade Wegner
|
||||
|
||||
|
||||
·
|
||||
Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
(function(f, a, t, h, o, m){
|
||||
a[h]=a[h]||function(){
|
||||
(a[h].q=a[h].q||[]).push(arguments)
|
||||
};
|
||||
o=f.createElement('script'),
|
||||
m=f.getElementsByTagName('script')[0];
|
||||
o.async=1; o.src=t; o.id='fathom-script';
|
||||
m.parentNode.insertBefore(o,m)
|
||||
})(document, window, '//analytics.example.com/tracker.js', 'fathom');
|
||||
fathom('set', 'siteId', 'ABCDE');
|
||||
fathom('trackPageview');
|
||||
</script>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Powered by <a href=https://gohugo.io/>Hugo</a> & <a href=https://github.com/luizdepra/hugo-coder/>Coder</a>.</section></footer></main></body></html>
|
|
@ -1,14 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Series on BAC Tracker: A side project</title>
|
||||
<link>/series/</link>
|
||||
<description>Recent content in Series on BAC Tracker: A side project</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
|
||||
<atom:link href="/series/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Series on BAC Tracker: A side project</title><link>/series/</link><description>Recent content in Series on BAC Tracker: A side project</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="/series/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
|
|
@ -1 +1 @@
|
|||
<!DOCTYPE html><html><head><title>/series/</title><link rel="canonical" href="/series/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=/series/" /></head></html>
|
||||
<!doctype html><html><head><title>/series/</title><link rel=canonical href=/series/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=/series/"></head></html>
|
|
@ -1,21 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<url>
|
||||
<loc>/</loc>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>/categories/</loc>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>/series/</loc>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>/tags/</loc>
|
||||
</url>
|
||||
|
||||
</urlset>
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/</loc></url><url><loc>/categories/</loc></url><url><loc>/series/</loc></url><url><loc>/tags/</loc></url></urlset>
|
|
@ -1,164 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="Content-Language" content="en">
|
||||
|
||||
<meta name="author" content="Wade Wegner">
|
||||
<meta name="description" content="Wade Wegner's project">
|
||||
<meta name="keywords" content="blog,developer,personal">
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Tags"/>
|
||||
<meta name="twitter:description" content="Wade Wegner's project"/>
|
||||
|
||||
<meta property="og:title" content="Tags" />
|
||||
<meta property="og:description" content="Wade Wegner's project" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="/tags/" />
|
||||
|
||||
|
||||
|
||||
|
||||
<base href="/tags/">
|
||||
|
||||
<title>Tags · BAC Tracker: A side project</title>
|
||||
|
||||
|
||||
<link rel="canonical" href="/tags/">
|
||||
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather:300,700%7CSource+Code+Pro:400,700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin="anonymous" />
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/coder.min.a4f332213a21ce8eb521670c614470c58923aaaf385e2a73982c31dd7642decb.css" integrity="sha256-pPMyITohzo61IWcMYURwxYkjqq84XipzmCwx3XZC3ss=" crossorigin="anonymous" media="screen" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/coder-dark.min.e78e80fc3a585a4d1c8fc7f58623b6ff852411e38431a9cd1792877ecaa160f6.css" integrity="sha256-546A/DpYWk0cj8f1hiO2/4UkEeOEManNF5KHfsqhYPY=" crossorigin="anonymous" media="screen" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href="/tags/index.xml" title="BAC Tracker: A side project" />
|
||||
<meta name="generator" content="Hugo 0.69.2" />
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<body class="colorscheme-auto">
|
||||
<main class="wrapper">
|
||||
<nav class="navigation">
|
||||
<section class="container">
|
||||
<a class="navigation-title" href="/">
|
||||
BAC Tracker: A side project
|
||||
</a>
|
||||
|
||||
<input type="checkbox" id="menu-toggle" />
|
||||
<label class="menu-button float-right" for="menu-toggle"><i class="fas fa-bars"></i></label>
|
||||
<ul class="navigation-list">
|
||||
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="about/">About</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://www.wadewegner.com/">Personal Blog</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://twitter.com/wadewegner">Twitter</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="content">
|
||||
|
||||
<section class="container list">
|
||||
<h1 class="title">Tags</h1>
|
||||
|
||||
<ul>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer class="footer">
|
||||
<section class="container">
|
||||
|
||||
|
||||
©
|
||||
|
||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=content-language content="en"><meta name=author content="Wade Wegner"><meta name=description content="Wade Wegner's project"><meta name=keywords content="blog,developer,personal"><meta name=twitter:card content="summary"><meta name=twitter:title content="Tags"><meta name=twitter:description content="Wade Wegner's project"><meta property="og:title" content="Tags"><meta property="og:description" content="Wade Wegner's project"><meta property="og:type" content="website"><meta property="og:url" content="/tags/"><base href=/tags/><title>Tags · BAC Tracker: A side project</title><link rel=canonical href=/tags/><link href="https://fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather:300,700%7CSource+Code+Pro:400,700&display=swap" rel=stylesheet><link rel=stylesheet href=https://use.fontawesome.com/releases/v5.13.0/css/all.css integrity=sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V crossorigin=anonymous><link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin=anonymous><link rel=stylesheet href=/css/coder.min.a4f332213a21ce8eb521670c614470c58923aaaf385e2a73982c31dd7642decb.css integrity="sha256-pPMyITohzo61IWcMYURwxYkjqq84XipzmCwx3XZC3ss=" crossorigin=anonymous media=screen><link rel=stylesheet href=/css/coder-dark.min.e78e80fc3a585a4d1c8fc7f58623b6ff852411e38431a9cd1792877ecaa160f6.css integrity="sha256-546A/DpYWk0cj8f1hiO2/4UkEeOEManNF5KHfsqhYPY=" crossorigin=anonymous media=screen><link rel=icon type=image/png href=/images/favicon-32x32.png sizes=32x32><link rel=icon type=image/png href=/images/favicon-16x16.png sizes=16x16><link rel=alternate type=application/rss+xml href=/tags/index.xml title="BAC Tracker: A side project"><meta name=generator content="Hugo 0.69.2"></head><body class=colorscheme-auto><main class=wrapper><nav class=navigation><section class=container><a class=navigation-title href=/>BAC Tracker: A side project</a>
|
||||
<input type=checkbox id=menu-toggle>
|
||||
<label class="menu-button float-right" for=menu-toggle><i class="fas fa-bars"></i></label><ul class=navigation-list><li class=navigation-item><a class=navigation-link href=https://www.wadewegner.com/>Personal Blog</a></li><li class=navigation-item><a class=navigation-link href=https://twitter.com/wadewegner>Twitter</a></li></ul></section></nav><div class=content><section class="container list"><h1 class=title>Tags</h1><ul></ul></section></div><footer class=footer><section class=container>©
|
||||
2020
|
||||
Wade Wegner
|
||||
|
||||
|
||||
·
|
||||
Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
(function(f, a, t, h, o, m){
|
||||
a[h]=a[h]||function(){
|
||||
(a[h].q=a[h].q||[]).push(arguments)
|
||||
};
|
||||
o=f.createElement('script'),
|
||||
m=f.getElementsByTagName('script')[0];
|
||||
o.async=1; o.src=t; o.id='fathom-script';
|
||||
m.parentNode.insertBefore(o,m)
|
||||
})(document, window, '//analytics.example.com/tracker.js', 'fathom');
|
||||
fathom('set', 'siteId', 'ABCDE');
|
||||
fathom('trackPageview');
|
||||
</script>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Powered by <a href=https://gohugo.io/>Hugo</a> & <a href=https://github.com/luizdepra/hugo-coder/>Coder</a>.</section></footer></main></body></html>
|
|
@ -1,14 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Tags on BAC Tracker: A side project</title>
|
||||
<link>/tags/</link>
|
||||
<description>Recent content in Tags on BAC Tracker: A side project</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
|
||||
<atom:link href="/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tags on BAC Tracker: A side project</title><link>/tags/</link><description>Recent content in Tags on BAC Tracker: A side project</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="/tags/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
|
|
@ -1 +1 @@
|
|||
<!DOCTYPE html><html><head><title>/tags/</title><link rel="canonical" href="/tags/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=/tags/" /></head></html>
|
||||
<!doctype html><html><head><title>/tags/</title><link rel=canonical href=/tags/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=/tags/"></head></html>
|
|
@ -1,127 +0,0 @@
|
|||
body.colorscheme-dark {
|
||||
color: #dadada;
|
||||
background-color: #212121; }
|
||||
body.colorscheme-dark a {
|
||||
color: #42a5f5; }
|
||||
body.colorscheme-dark h1,
|
||||
body.colorscheme-dark h2,
|
||||
body.colorscheme-dark h3,
|
||||
body.colorscheme-dark h4,
|
||||
body.colorscheme-dark h5,
|
||||
body.colorscheme-dark h6 {
|
||||
color: #dadada; }
|
||||
body.colorscheme-dark code {
|
||||
background-color: #424242;
|
||||
color: #dadada; }
|
||||
body.colorscheme-dark pre code {
|
||||
background-color: inherit;
|
||||
color: inherit; }
|
||||
body.colorscheme-dark blockquote {
|
||||
border-left: 2px solid #424242; }
|
||||
body.colorscheme-dark table td, body.colorscheme-dark table th {
|
||||
border: 2px solid #dadada; }
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body.colorscheme-auto {
|
||||
color: #dadada;
|
||||
background-color: #212121; }
|
||||
body.colorscheme-auto a {
|
||||
color: #42a5f5; }
|
||||
body.colorscheme-auto h1,
|
||||
body.colorscheme-auto h2,
|
||||
body.colorscheme-auto h3,
|
||||
body.colorscheme-auto h4,
|
||||
body.colorscheme-auto h5,
|
||||
body.colorscheme-auto h6 {
|
||||
color: #dadada; }
|
||||
body.colorscheme-auto code {
|
||||
background-color: #424242;
|
||||
color: #dadada; }
|
||||
body.colorscheme-auto pre code {
|
||||
background-color: inherit;
|
||||
color: inherit; }
|
||||
body.colorscheme-auto blockquote {
|
||||
border-left: 2px solid #424242; }
|
||||
body.colorscheme-auto table td, body.colorscheme-auto table th {
|
||||
border: 2px solid #dadada; } }
|
||||
|
||||
body.colorscheme-dark .content .list ul li .title {
|
||||
color: #dadada; }
|
||||
body.colorscheme-dark .content .list ul li .title:hover, body.colorscheme-dark .content .list ul li .title:focus {
|
||||
color: #42a5f5; }
|
||||
|
||||
body.colorscheme-dark .content .centered .about ul li a {
|
||||
color: #dadada; }
|
||||
body.colorscheme-dark .content .centered .about ul li a:hover, body.colorscheme-dark .content .centered .about ul li a:focus {
|
||||
color: #42a5f5; }
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body.colorscheme-auto .content .list ul li .title {
|
||||
color: #dadada; }
|
||||
body.colorscheme-auto .content .list ul li .title:hover, body.colorscheme-auto .content .list ul li .title:focus {
|
||||
color: #42a5f5; }
|
||||
body.colorscheme-auto .content .centered .about ul li a {
|
||||
color: #dadada; }
|
||||
body.colorscheme-auto .content .centered .about ul li a:hover, body.colorscheme-auto .content .centered .about ul li a:focus {
|
||||
color: #42a5f5; } }
|
||||
|
||||
body.colorscheme-dark .navigation a, body.colorscheme-dark .navigation span {
|
||||
color: #dadada; }
|
||||
|
||||
body.colorscheme-dark .navigation a:hover, body.colorscheme-dark .navigation a:focus {
|
||||
color: #42a5f5; }
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
body.colorscheme-dark .navigation .navigation-list {
|
||||
background-color: #212121;
|
||||
border-top: solid 2px #424242;
|
||||
border-bottom: solid 2px #424242; } }
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
body.colorscheme-dark .navigation .navigation-list .menu-separator {
|
||||
border-top: 2px solid #dadada; } }
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
body.colorscheme-dark .navigation #menu-toggle:checked + label {
|
||||
color: #424242; } }
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
body.colorscheme-dark .navigation .menu-button {
|
||||
color: #dadada; }
|
||||
body.colorscheme-dark .navigation .menu-button:hover, body.colorscheme-dark .navigation .menu-button:focus {
|
||||
color: #42a5f5; } }
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body.colorscheme-auto .navigation a, body.colorscheme-auto .navigation span {
|
||||
color: #dadada; }
|
||||
body.colorscheme-auto .navigation a:hover, body.colorscheme-auto .navigation a:focus {
|
||||
color: #42a5f5; } }
|
||||
|
||||
@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
|
||||
body.colorscheme-auto .navigation .navigation-list {
|
||||
background-color: #212121;
|
||||
border-top: solid 2px #424242;
|
||||
border-bottom: solid 2px #424242; } }
|
||||
|
||||
@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
|
||||
body.colorscheme-auto .navigation .navigation-list .menu-separator {
|
||||
border-top: 2px solid #dadada; } }
|
||||
|
||||
@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
|
||||
body.colorscheme-auto .navigation #menu-toggle:checked + label {
|
||||
color: #424242; } }
|
||||
|
||||
@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
|
||||
body.colorscheme-auto .navigation .menu-button {
|
||||
color: #dadada; }
|
||||
body.colorscheme-auto .navigation .menu-button:hover, body.colorscheme-auto .navigation .menu-button:focus {
|
||||
color: #42a5f5; } }
|
||||
|
||||
body.colorscheme-dark .footer a {
|
||||
color: #42a5f5; }
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body.colorscheme-auto .footer a {
|
||||
color: #42a5f5; } }
|
||||
|
||||
/*# sourceMappingURL=coder-dark.css.map */
|
|
@ -1 +0,0 @@
|
|||
{"Target":"css/coder-dark.css","MediaType":"text/css","Data":{}}
|
|
@ -1,412 +0,0 @@
|
|||
*,
|
||||
*:after,
|
||||
*:before {
|
||||
box-sizing: inherit; }
|
||||
|
||||
html {
|
||||
box-sizing: border-box;
|
||||
font-size: 62.5%; }
|
||||
|
||||
body {
|
||||
color: #212121;
|
||||
background-color: #FAFAFA;
|
||||
font-family: Merriweather, Georgia, serif;
|
||||
font-size: 1.6em;
|
||||
font-weight: 300;
|
||||
line-height: 1.8em; }
|
||||
@media only screen and (max-width: 768px) {
|
||||
body {
|
||||
font-size: 1.6em;
|
||||
line-height: 1.6em; } }
|
||||
a {
|
||||
font-weight: 300;
|
||||
color: #1565c0;
|
||||
text-decoration: none; }
|
||||
a:focus, a:hover {
|
||||
text-decoration: underline; }
|
||||
|
||||
p {
|
||||
margin: 2.0rem 0 2.0rem 0; }
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: Lato, Helvetica, sans-serif;
|
||||
font-weight: 700;
|
||||
color: #000;
|
||||
margin: 6.4rem 0 3.2rem 0; }
|
||||
|
||||
h1 {
|
||||
font-size: 3.2rem;
|
||||
line-height: 3.6rem; }
|
||||
@media only screen and (max-width: 768px) {
|
||||
h1 {
|
||||
font-size: 3.0rem;
|
||||
line-height: 3.4rem; } }
|
||||
h2 {
|
||||
font-size: 2.8rem;
|
||||
line-height: 3.2rem; }
|
||||
@media only screen and (max-width: 768px) {
|
||||
h2 {
|
||||
font-size: 2.6rem;
|
||||
line-height: 3.0rem; } }
|
||||
h3 {
|
||||
font-size: 2.4rem;
|
||||
line-height: 2.8rem; }
|
||||
@media only screen and (max-width: 768px) {
|
||||
h3 {
|
||||
font-size: 2.2rem;
|
||||
line-height: 2.6rem; } }
|
||||
h4 {
|
||||
font-size: 2.2rem;
|
||||
line-height: 2.6rem; }
|
||||
@media only screen and (max-width: 768px) {
|
||||
h4 {
|
||||
font-size: 2.0rem;
|
||||
line-height: 2.4rem; } }
|
||||
h5 {
|
||||
font-size: 2.0rem;
|
||||
line-height: 2.4rem; }
|
||||
@media only screen and (max-width: 768px) {
|
||||
h5 {
|
||||
font-size: 1.8rem;
|
||||
line-height: 2.2rem; } }
|
||||
h6 {
|
||||
font-size: 1.8rem;
|
||||
line-height: 2.2rem; }
|
||||
@media only screen and (max-width: 768px) {
|
||||
h6 {
|
||||
font-size: 1.6rem;
|
||||
line-height: 2.0rem; } }
|
||||
b, strong {
|
||||
font-weight: 700; }
|
||||
|
||||
.highlight > div,
|
||||
.highlight > pre {
|
||||
margin: 0 0 2rem;
|
||||
padding: 1rem;
|
||||
border-radius: 1rem; }
|
||||
|
||||
pre {
|
||||
display: block;
|
||||
font-family: "Source Code Pro", "Lucida Console", monospace;
|
||||
font-size: 1.6rem;
|
||||
font-weight: 400;
|
||||
line-height: 2.6rem;
|
||||
overflow-x: auto;
|
||||
margin: 0; }
|
||||
pre code {
|
||||
display: inline-block;
|
||||
background-color: inherit;
|
||||
color: inherit; }
|
||||
|
||||
code {
|
||||
font-family: "Source Code Pro", "Lucida Console", monospace;
|
||||
font-size: 1.6rem;
|
||||
font-weight: 400;
|
||||
background-color: #E0E0E0;
|
||||
color: #212121; }
|
||||
|
||||
blockquote {
|
||||
border-left: 2px solid #E0E0E0;
|
||||
padding-left: 2.0rem;
|
||||
line-height: 2.2rem;
|
||||
font-weight: 400;
|
||||
font-style: italic; }
|
||||
|
||||
th, td {
|
||||
padding: 1.6rem; }
|
||||
|
||||
table {
|
||||
border-collapse: collapse; }
|
||||
|
||||
table td, table th {
|
||||
border: 2px solid #000; }
|
||||
|
||||
table tr:first-child th {
|
||||
border-top: 0; }
|
||||
|
||||
table tr:last-child td {
|
||||
border-bottom: 0; }
|
||||
|
||||
table tr td:first-child,
|
||||
table tr th:first-child {
|
||||
border-left: 0; }
|
||||
|
||||
table tr td:last-child,
|
||||
table tr th:last-child {
|
||||
border-right: 0; }
|
||||
|
||||
img {
|
||||
max-width: 100%; }
|
||||
|
||||
figure {
|
||||
text-align: center; }
|
||||
|
||||
.wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
width: 100%; }
|
||||
|
||||
.container {
|
||||
margin: 0 auto;
|
||||
max-width: 90.0rem;
|
||||
width: 100%;
|
||||
padding-left: 2.0rem;
|
||||
padding-right: 2.0rem; }
|
||||
|
||||
.fab {
|
||||
font-weight: 400; }
|
||||
|
||||
.fas {
|
||||
font-weight: 700; }
|
||||
|
||||
.float-right {
|
||||
float: right; }
|
||||
|
||||
.float-left {
|
||||
float: left; }
|
||||
|
||||
.fab {
|
||||
font-weight: 400; }
|
||||
|
||||
.fas {
|
||||
font-weight: 900; }
|
||||
|
||||
.content {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
margin-top: 1.6rem;
|
||||
margin-bottom: 3.2rem; }
|
||||
.content article header {
|
||||
margin-top: 6.4rem;
|
||||
margin-bottom: 3.2rem; }
|
||||
.content article header h1 {
|
||||
font-size: 4.2rem;
|
||||
line-height: 4.6rem;
|
||||
margin: 0; }
|
||||
@media only screen and (max-width: 768px) {
|
||||
.content article header h1 {
|
||||
font-size: 4.0rem;
|
||||
line-height: 4.4rem; } }
|
||||
.content article footer {
|
||||
margin-top: 4.0rem; }
|
||||
.content article footer .see-also {
|
||||
margin: 3.2rem 0; }
|
||||
.content article footer .see-also h3 {
|
||||
margin: 3.2rem 0; }
|
||||
.content article p {
|
||||
text-align: justify;
|
||||
text-justify: auto;
|
||||
hyphens: auto; }
|
||||
.content .post .post-title {
|
||||
margin-bottom: .75em; }
|
||||
.content .post .post-meta i {
|
||||
text-align: center;
|
||||
width: 1.6rem;
|
||||
margin-left: 0;
|
||||
margin-right: 0.5rem; }
|
||||
.content .post .post-meta .date .posted-on {
|
||||
margin-left: 0;
|
||||
margin-right: 1.5rem; }
|
||||
.content figure {
|
||||
margin: 0;
|
||||
padding: 0; }
|
||||
.content figcaption p {
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
font-size: 1.6rem;
|
||||
margin: 0; }
|
||||
|
||||
.avatar img {
|
||||
width: 20rem;
|
||||
height: auto;
|
||||
border-radius: 50%; }
|
||||
@media only screen and (max-width: 768px) {
|
||||
.avatar img {
|
||||
width: 10rem; } }
|
||||
.list ul {
|
||||
margin: 3.2rem 0 3.2rem 0;
|
||||
list-style: none;
|
||||
padding: 0; }
|
||||
.list ul li {
|
||||
font-size: 1.8rem; }
|
||||
@media only screen and (max-width: 768px) {
|
||||
.list ul li {
|
||||
margin: 1.6rem 0 1.6rem 0; } }
|
||||
.list ul li .date {
|
||||
display: inline-block;
|
||||
width: 20.0rem;
|
||||
text-align: right;
|
||||
margin-right: 3.0rem; }
|
||||
@media only screen and (max-width: 768px) {
|
||||
.list ul li .date {
|
||||
display: block;
|
||||
text-align: left; } }
|
||||
.list ul li .title {
|
||||
font-size: 1.8rem;
|
||||
color: #212121;
|
||||
font-family: Lato, Helvetica, sans-serif;
|
||||
font-weight: 700; }
|
||||
.list ul li .title:hover, .list ul li .title:focus {
|
||||
color: #1565c0; }
|
||||
|
||||
.centered {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center; }
|
||||
.centered .about {
|
||||
text-align: center; }
|
||||
.centered .about h1 {
|
||||
margin-top: 2.0rem;
|
||||
margin-bottom: 0.5rem; }
|
||||
.centered .about h2 {
|
||||
margin-top: 1.0rem;
|
||||
margin-bottom: 0.5rem;
|
||||
font-size: 2.4rem; }
|
||||
@media only screen and (max-width: 768px) {
|
||||
.centered .about h2 {
|
||||
font-size: 2.0rem; } }
|
||||
.centered .about ul {
|
||||
list-style: none;
|
||||
margin: 3.0rem 0 1.0rem 0;
|
||||
padding: 0; }
|
||||
.centered .about ul li {
|
||||
display: inline-block;
|
||||
position: relative; }
|
||||
.centered .about ul li a {
|
||||
color: #212121;
|
||||
text-transform: uppercase;
|
||||
margin-left: 1.0rem;
|
||||
margin-right: 1.0rem;
|
||||
font-size: 1.6rem; }
|
||||
.centered .about ul li a:hover, .centered .about ul li a:focus {
|
||||
color: #1565c0; }
|
||||
@media only screen and (max-width: 768px) {
|
||||
.centered .about ul li a {
|
||||
font-size: 1.4rem; } }
|
||||
.centered .about ul li a i {
|
||||
font-size: 3.2rem; }
|
||||
.centered .error {
|
||||
text-align: center; }
|
||||
.centered .error h1 {
|
||||
margin-top: 2.0rem;
|
||||
margin-bottom: 0.5rem;
|
||||
font-size: 4.6rem; }
|
||||
@media only screen and (max-width: 768px) {
|
||||
.centered .error h1 {
|
||||
font-size: 3.2rem; } }
|
||||
.centered .error h2 {
|
||||
margin-top: 2.0rem;
|
||||
margin-bottom: 3.2rem;
|
||||
font-size: 3.2rem; }
|
||||
@media only screen and (max-width: 768px) {
|
||||
.centered .error h2 {
|
||||
font-size: 2.8rem; } }
|
||||
.navigation {
|
||||
height: 6.0rem;
|
||||
width: 100%; }
|
||||
.navigation a, .navigation span {
|
||||
display: inline;
|
||||
font-size: 1.6rem;
|
||||
font-family: Lato, Helvetica, sans-serif;
|
||||
font-weight: 700;
|
||||
line-height: 6.0rem;
|
||||
color: #212121; }
|
||||
.navigation a:hover, .navigation a:focus {
|
||||
color: #1565c0; }
|
||||
.navigation .navigation-title {
|
||||
letter-spacing: 0.1rem;
|
||||
text-transform: uppercase; }
|
||||
.navigation .navigation-list {
|
||||
float: right;
|
||||
list-style: none;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0; }
|
||||
@media only screen and (max-width: 768px) {
|
||||
.navigation .navigation-list {
|
||||
position: absolute;
|
||||
top: 6.0rem;
|
||||
right: 0;
|
||||
z-index: 5;
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
padding: 0;
|
||||
max-height: 0;
|
||||
width: 100%;
|
||||
background-color: #FAFAFA;
|
||||
border-top: solid 2px #E0E0E0;
|
||||
border-bottom: solid 2px #E0E0E0;
|
||||
transition: opacity 0.25s, max-height 0.15s linear; } }
|
||||
.navigation .navigation-list .navigation-item {
|
||||
float: left;
|
||||
margin: 0;
|
||||
position: relative; }
|
||||
@media only screen and (max-width: 768px) {
|
||||
.navigation .navigation-list .navigation-item {
|
||||
float: none !important;
|
||||
text-align: center; }
|
||||
.navigation .navigation-list .navigation-item a, .navigation .navigation-list .navigation-item span {
|
||||
line-height: 5.0rem; } }
|
||||
.navigation .navigation-list .navigation-item a, .navigation .navigation-list .navigation-item span {
|
||||
margin-left: 1.0rem;
|
||||
margin-right: 1.0rem; }
|
||||
@media only screen and (max-width: 768px) {
|
||||
.navigation .navigation-list .menu-separator {
|
||||
border-top: 2px solid #212121;
|
||||
margin: 0 8.0rem; }
|
||||
.navigation .navigation-list .menu-separator span {
|
||||
display: none; } }
|
||||
.navigation #menu-toggle {
|
||||
display: none; }
|
||||
@media only screen and (max-width: 768px) {
|
||||
.navigation #menu-toggle:checked + label {
|
||||
color: #E0E0E0; }
|
||||
.navigation #menu-toggle:checked + label + ul {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
max-height: 100rem; } }
|
||||
.navigation .menu-button {
|
||||
display: none; }
|
||||
@media only screen and (max-width: 768px) {
|
||||
.navigation .menu-button {
|
||||
display: block;
|
||||
font-size: 2.4rem;
|
||||
font-weight: 400;
|
||||
line-height: 6.0rem;
|
||||
color: #212121;
|
||||
cursor: pointer; }
|
||||
.navigation .menu-button:hover, .navigation .menu-button:focus {
|
||||
color: #1565c0; } }
|
||||
.pagination {
|
||||
margin-top: 6.0rem;
|
||||
text-align: center;
|
||||
font-family: Lato, Helvetica, sans-serif; }
|
||||
.pagination li {
|
||||
display: inline;
|
||||
text-align: center;
|
||||
font-weight: 700; }
|
||||
.pagination li span {
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
width: 3.2rem; }
|
||||
.pagination li a {
|
||||
font-weight: 300; }
|
||||
.pagination li a span {
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
width: 3.2rem; }
|
||||
|
||||
.footer {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
line-height: 2.0rem;
|
||||
margin-bottom: 1.0rem; }
|
||||
.footer a {
|
||||
color: #1565c0; }
|
||||
|
||||
/*# sourceMappingURL=coder.css.map */
|
|
@ -1 +0,0 @@
|
|||
{"Target":"css/coder.css","MediaType":"text/css","Data":{}}
|
Загрузка…
Ссылка в новой задаче