Skip to content

Commit

Permalink
🔧 Add hugo.386 theme and change language settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonBirchall committed Jul 1, 2024
1 parent fcaff6e commit 226bd91
Show file tree
Hide file tree
Showing 40 changed files with 13,354 additions and 626 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "themes/ananke"]
path = themes/ananke
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git
[submodule "themes/hugo.386"]
path = themes/hugo.386
url = https://gitlab.com/jmfergeau/hugo.386
2 changes: 1 addition & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL = 'https://jasonbirchall.github.io'
languageCode = 'en-us'
title = 'Jason Birchall'
theme = 'ananke'
theme = 'Hugo.386'
180 changes: 76 additions & 104 deletions public/categories/index.html
Original file line number Diff line number Diff line change
@@ -1,120 +1,92 @@
<!DOCTYPE html>
<html lang="en-us">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<html lang="en"><head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Jason Birchall</title>
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="description" content="">
<meta name="generator" content="Hugo 0.128.0">




<meta name="robots" content="noindex, nofollow">




<link rel="stylesheet" href="/ananke/css/main.min.css" >












<link href="/categories/index.xml" rel="alternate" type="application/rss+xml" title="Jason Birchall" />
<link href="/categories/index.xml" rel="feed" type="application/rss+xml" title="Jason Birchall" />



<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="telephone=no" />
<meta name="theme-color" content="#000084" />
<link rel="icon" href="http://localhost:1313//favicon.ico">
<link rel="canonical" href="http://localhost:1313/">


</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"></button>
<a class="brand" href="http://localhost:1313/">Jason Birchall</a>
<div class="nav-collapse collapse">
<ul class="nav">


</ul>
</div>
</div>
</div>
</nav><div id="content" class="container">
<article class="row-fluid navmargin">
<header class="page-header">
<h1>Categories</h1>
</header>

<link rel="canonical" href="http://localhost:1313/categories/">

</article>
<ul>

<meta property="og:url" content="http://localhost:1313/categories/">
<meta property="og:site_name" content="Jason Birchall">
<meta property="og:title" content="Categories">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">

<meta itemprop="name" content="Categories">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Categories">
</ul>

</head>

<body class="ma0 avenir bg-near-white">
</div><footer class="container">
<hr class="soften">
<p>
&copy;



<header>
<div class="pb3-m pb6-l bg-black">
<nav class="pv3 ph3 ph4-ns" role="navigation">
<div class="flex-l justify-between items-center center">
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">

Jason Birchall

</a>
<div class="flex-l items-center">




<div class="ananke-socials">

</div>
<span id="thisyear">2024</span>

</div>
</div>
</nav>

<div class="tc-l pv3 ph3 ph4-ns">
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
Categories
</h1>
</p>
<p class="text-center">

</div>
</div>
</header>


<main class="pb7" role="main">


<article class="cf pa3 pa4-m pa4-l">
<div class="measure-wide-l center f4 lh-copy nested-copy-line-height nested-links mid-gray">

</div>
</article>
<div class="mw8 center">
<section class="ph4">

</section>
</div>

</main>
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://localhost:1313/" >
&copy; Jason Birchall 2024
</a>
<div>
<div class="ananke-socials">

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




</p>
</footer>

</body>
</body><link rel="stylesheet" href="/css/bootstrap.css">
<link rel="stylesheet" href="/css/bootstrap-responsive.css">
<link rel="stylesheet" href="/css/style.css">

<script src="/js/jquery.js"></script>
<script src="/js/bootstrap-386.js"></script>
<script src="/js/bootstrap-transition.js"></script>
<script src="/js/bootstrap-alert.js"></script>
<script src="/js/bootstrap-modal.js"></script>
<script src="/js/bootstrap-dropdown.js"></script>
<script src="/js/bootstrap-scrollspy.js"></script>
<script src="/js/bootstrap-tab.js"></script>
<script src="/js/bootstrap-tooltip.js"></script>
<script src="/js/bootstrap-popover.js"></script>
<script src="/js/bootstrap-button.js"></script>
<script src="/js/bootstrap-collapse.js"></script>
<script src="/js/bootstrap-carousel.js"></script>
<script src="/js/bootstrap-typeahead.js"></script>
<script src="/js/bootstrap-affix.js"></script>
<script>
_386 = {
fastLoad: null ,
onePass: null ,
speedFactor: null
};


function ThisYear() {
document.getElementById('thisyear').innerHTML = new Date().getFullYear();
};
</script>
</html>
Loading

0 comments on commit 226bd91

Please sign in to comment.