cookbook/index.html
2022-10-02 05:18:13 +00:00

7 lines
1.9 KiB
HTML

<!doctype html><html lang=en><head><meta name=generator content="Hugo 0.104.2"><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel=stylesheet href=https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css><link rel=stylesheet type=text/css href=https://unpkg.com/bulma-prefers-dark><script>document.addEventListener("DOMContentLoaded",()=>{const e=Array.prototype.slice.call(document.querySelectorAll(".navbar-burger"),0);e.forEach(e=>{e.addEventListener("click",()=>{const t=e.dataset.target,n=document.getElementById(t);e.classList.toggle("is-active"),n.classList.toggle("is-active")})})})</script><title></title></head><body><nav class="navbar is-primary" role=navigation aria-label="main navigation"><div class=navbar-brand><a class=navbar-item href=https://jtom38.github.io/cookbook/>Cookbook</a>
<a role=button class=navbar-burger aria-label=menu aria-expanded=false data-target=navbarBasicExample><span aria-hidden=true></span>
<span aria-hidden=true></span>
<span aria-hidden=true></span></a></div><div id=navbarBasicExample class=navbar-menu><div class=navbar-start><a class=navbar-item href=/recipies>Recipies</a>
<a class=navbar-item href=/tags>Tags</a>
<a class=navbar-item href=/categories>Categories</a>
<a class=navbar-item href=/recipies/index.xml>RSS Feed</a></div></div></nav><section class="hero is-primary"><div class=hero-body><h1 class=title></h1><p class=subtitle></p></div></section><h1>hi from _default/index.html</h1><div class=content><h1 id=cookbook>Cookbook</h1><p>I have always wanted to have a digital cookbook that i can use on a tablet. I have tried several different ways to make this happen. <a href=https://gohugo.io/>Hugo</a> is how this now comes together. Its all then hosted on Github.io.</p><p>If you want to see some of the other things I am working on, check out my <a href=https://github.com/jtom38>github page</a>!</p></div>