lots of edits
This commit is contained in:
parent
d486a56c82
commit
e8c3b89f74
9
content/_index.md
Normal file
9
content/_index.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
title: "Dendroalsia"
|
||||||
|
|
||||||
|
description: ""
|
||||||
|
theme_version: '2.8.2'
|
||||||
|
cascade:
|
||||||
|
featured_image: '/images/sunrise.png'
|
||||||
|
---
|
||||||
|
Welcome to my server.
|
@ -1,4 +1,12 @@
|
|||||||
# Welcome to dendroalsia.net
|
---
|
||||||
|
title: "About"
|
||||||
|
description: "about dendroalsia.net"
|
||||||
|
featured_image: '/images/sunrise.png'
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
weight: 1
|
||||||
|
---
|
||||||
|
{{< figure src="/images/sunrise.png" title="title of picture" >}}
|
||||||
|
|
||||||
Hi, I'm Ben! I live in Madison, WI and this is my server. The services it runs are hosted on various subdomains.
|
Hi, I'm Ben! I live in Madison, WI and this is my server. The services it runs are hosted on various subdomains.
|
||||||
|
|
29
hugo.toml
29
hugo.toml
@ -2,3 +2,32 @@ baseURL = 'https://dendroalsia.net/'
|
|||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'dendroalsia'
|
title = 'dendroalsia'
|
||||||
theme = 'ananke'
|
theme = 'ananke'
|
||||||
|
|
||||||
|
resourceDir = "../resources"
|
||||||
|
|
||||||
|
#DefaultContentLanguage = "en"
|
||||||
|
SectionPagesMenu = "main"
|
||||||
|
Paginate = 3 # this is set low for demonstrating with dummy content. Set to a higher number
|
||||||
|
googleAnalytics = ""
|
||||||
|
enableRobotsTXT = true
|
||||||
|
|
||||||
|
#[languages]
|
||||||
|
# [languages.en]
|
||||||
|
# title = "dendroalsia"
|
||||||
|
# weight = 1
|
||||||
|
# contentDir = "content/en"
|
||||||
|
|
||||||
|
[sitemap]
|
||||||
|
changefreq = "monthly"
|
||||||
|
priority = 0.5
|
||||||
|
filename = "sitemap.xml"
|
||||||
|
|
||||||
|
[params]
|
||||||
|
text_color = ""
|
||||||
|
author = ""
|
||||||
|
favicon = ""
|
||||||
|
site_logo = ""
|
||||||
|
description = "The last theme you'll ever need. Maybe."
|
||||||
|
# choose a background color from any on this page: https://tachyons.io/docs/themes/skins/ and preface it with "bg-"
|
||||||
|
background_color_class = "bg-black"
|
||||||
|
recent_posts_number = 3
|
||||||
|
BIN
images/sunrise.png
Normal file
BIN
images/sunrise.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<title>dendroalsia</title>
|
<title>dendroalsia</title>
|
||||||
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
||||||
<meta name="description" content="">
|
<meta name="description" content="The last theme you'll ever need. Maybe.">
|
||||||
<meta name="generator" content="Hugo 0.121.1">
|
<meta name="generator" content="Hugo 0.121.1">
|
||||||
|
|
||||||
|
|
||||||
@ -34,13 +34,13 @@
|
|||||||
|
|
||||||
|
|
||||||
<meta property="og:title" content="404 Page not found" />
|
<meta property="og:title" content="404 Page not found" />
|
||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="The last theme you'll ever need. Maybe." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://dendroalsia.net/404.html" />
|
<meta property="og:url" content="https://dendroalsia.net/404.html" />
|
||||||
|
|
||||||
<meta itemprop="name" content="404 Page not found">
|
<meta itemprop="name" content="404 Page not found">
|
||||||
<meta itemprop="description" content=""><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="404 Page not found"/>
|
<meta itemprop="description" content="The last theme you'll ever need. Maybe."><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="404 Page not found"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content="The last theme you'll ever need. Maybe."/>
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -62,6 +62,16 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="pl0 mr3">
|
||||||
|
|
||||||
|
<li class="list f5 f4-ns fw4 dib pr3">
|
||||||
|
<a class="hover-white no-underline white-90" href="/about/" title="About page">
|
||||||
|
About
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
<div class="ananke-socials">
|
<div class="ananke-socials">
|
||||||
|
|
||||||
|
142
public/about/index.html
Normal file
142
public/about/index.html
Normal file
@ -0,0 +1,142 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-us">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
|
||||||
|
<title>About | dendroalsia</title>
|
||||||
|
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
||||||
|
<meta name="description" content="about dendroalsia.net">
|
||||||
|
<meta name="generator" content="Hugo 0.121.1">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="robots" content="noindex, nofollow">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/ananke/css/main.min.css" >
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="canonical" href="https://dendroalsia.net/about/">
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:title" content="About" />
|
||||||
|
<meta property="og:description" content="about dendroalsia.net" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="og:url" content="https://dendroalsia.net/about/" /><meta property="article:section" content="" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta itemprop="name" content="About">
|
||||||
|
<meta itemprop="description" content="about dendroalsia.net">
|
||||||
|
|
||||||
|
<meta itemprop="wordCount" content="61">
|
||||||
|
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="About"/>
|
||||||
|
<meta name="twitter:description" content="about dendroalsia.net"/>
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="ma0 avenir bg-near-white">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<header class="cover bg-top" style="background-image: url('https://dendroalsia.net/images/sunrise.png');">
|
||||||
|
<div class="bg-black-60">
|
||||||
|
<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">
|
||||||
|
|
||||||
|
dendroalsia
|
||||||
|
|
||||||
|
</a>
|
||||||
|
<div class="flex-l items-center">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="pl0 mr3">
|
||||||
|
|
||||||
|
<li class="list f5 f4-ns fw4 dib pr3">
|
||||||
|
<a class="hover-white no-underline white-90" href="/about/" title="About page">
|
||||||
|
About
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="ananke-socials">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<div class="tc-l pv6 ph3 ph4-ns">
|
||||||
|
|
||||||
|
<div class="f2 f1-l fw2 white-90 mb0 lh-title">About</div>
|
||||||
|
|
||||||
|
<div class="fw1 f5 f3-l white-80 measure-wide-l center lh-copy mt3 mb4">
|
||||||
|
about dendroalsia.net
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
<main class="pb7" role="main">
|
||||||
|
|
||||||
|
<div class="flex-l mt2 mw8 center">
|
||||||
|
<article class="center cf pv5 ph3 ph4-ns mw7">
|
||||||
|
<header>
|
||||||
|
<h1 class="f1">
|
||||||
|
About
|
||||||
|
</h1>
|
||||||
|
</header>
|
||||||
|
<div class="nested-copy-line-height lh-copy f4 nested-links mid-gray">
|
||||||
|
<figure><img src="/images/sunrise.png"/><figcaption>
|
||||||
|
<h4>title of picture</h4>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
<p>Hi, I’m Ben! I live in Madison, WI and this is my server. The services it runs are hosted on various subdomains.</p>
|
||||||
|
<p>Here is a <a href="https://git.dendroalsia.net">git repo</a> of some of my work, mostly data visualization scripts written in R.</p>
|
||||||
|
<p><a href="https://en.wikipedia.org/wiki/Dendroalsia">dendroalsia</a> is a genus of moss. According to Robin Wall Kimmerer, its name roughly translates to ‘companion of trees’.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
</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="https://dendroalsia.net/" >
|
||||||
|
© dendroalsia 2024
|
||||||
|
</a>
|
||||||
|
<div>
|
||||||
|
<div class="ananke-socials">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<title>dendroalsia</title>
|
<title>dendroalsia</title>
|
||||||
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
||||||
<meta name="description" content="">
|
<meta name="description" content="The last theme you'll ever need. Maybe.">
|
||||||
<meta name="generator" content="Hugo 0.121.1">
|
<meta name="generator" content="Hugo 0.121.1">
|
||||||
|
|
||||||
|
|
||||||
@ -39,13 +39,13 @@
|
|||||||
|
|
||||||
|
|
||||||
<meta property="og:title" content="Categories" />
|
<meta property="og:title" content="Categories" />
|
||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="The last theme you'll ever need. Maybe." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://dendroalsia.net/categories/" />
|
<meta property="og:url" content="https://dendroalsia.net/categories/" />
|
||||||
|
|
||||||
<meta itemprop="name" content="Categories">
|
<meta itemprop="name" content="Categories">
|
||||||
<meta itemprop="description" content=""><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Categories"/>
|
<meta itemprop="description" content="The last theme you'll ever need. Maybe."><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Categories"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content="The last theme you'll ever need. Maybe."/>
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -54,8 +54,9 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header>
|
|
||||||
<div class="pb3-m pb6-l bg-black">
|
<header class="cover bg-top" style="background-image: url('https://dendroalsia.net/images/sunrise.png');">
|
||||||
|
<div class="bg-black-60">
|
||||||
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
||||||
<div class="flex-l justify-between items-center center">
|
<div class="flex-l justify-between items-center center">
|
||||||
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
|
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
|
||||||
@ -67,6 +68,16 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="pl0 mr3">
|
||||||
|
|
||||||
|
<li class="list f5 f4-ns fw4 dib pr3">
|
||||||
|
<a class="hover-white no-underline white-90" href="/about/" title="About page">
|
||||||
|
About
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
<div class="ananke-socials">
|
<div class="ananke-socials">
|
||||||
|
|
||||||
@ -76,8 +87,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="tc-l pv3 ph3 ph4-ns">
|
<div class="tc-l pv4 pv6-l ph3 ph4-ns">
|
||||||
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
|
<h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title">
|
||||||
Categories
|
Categories
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
|
||||||
<title>dendroalsia</title>
|
<title>Dendroalsia | dendroalsia</title>
|
||||||
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
||||||
<meta name="description" content="">
|
<meta name="description" content="The last theme you'll ever need. Maybe.">
|
||||||
<meta name="generator" content="Hugo 0.121.1">
|
<meta name="generator" content="Hugo 0.121.1">
|
||||||
|
|
||||||
|
|
||||||
@ -38,14 +38,14 @@
|
|||||||
<link rel="canonical" href="https://dendroalsia.net/">
|
<link rel="canonical" href="https://dendroalsia.net/">
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:title" content="dendroalsia" />
|
<meta property="og:title" content="Dendroalsia" />
|
||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="The last theme you'll ever need. Maybe." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://dendroalsia.net/" />
|
<meta property="og:url" content="https://dendroalsia.net/" />
|
||||||
|
|
||||||
<meta itemprop="name" content="dendroalsia">
|
<meta itemprop="name" content="Dendroalsia">
|
||||||
<meta itemprop="description" content=""><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="dendroalsia"/>
|
<meta itemprop="description" content="The last theme you'll ever need. Maybe."><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Dendroalsia"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content="The last theme you'll ever need. Maybe."/>
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -54,8 +54,9 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header>
|
|
||||||
<div class="pb3-m pb6-l bg-black">
|
<header class="cover bg-top" style="background-image: url('https://dendroalsia.net/images/sunrise.png');">
|
||||||
|
<div class="bg-black-60">
|
||||||
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
||||||
<div class="flex-l justify-between items-center center">
|
<div class="flex-l justify-between items-center center">
|
||||||
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
|
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
|
||||||
@ -67,6 +68,16 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="pl0 mr3">
|
||||||
|
|
||||||
|
<li class="list f5 f4-ns fw4 dib pr3">
|
||||||
|
<a class="hover-white no-underline white-90" href="/about/" title="About page">
|
||||||
|
About
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
<div class="ananke-socials">
|
<div class="ananke-socials">
|
||||||
|
|
||||||
@ -76,9 +87,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="tc-l pv3 ph3 ph4-ns">
|
<div class="tc-l pv4 pv6-l ph3 ph4-ns">
|
||||||
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
|
<h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title">
|
||||||
dendroalsia
|
Dendroalsia
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -89,6 +100,7 @@
|
|||||||
<main class="pb7" role="main">
|
<main class="pb7" role="main">
|
||||||
|
|
||||||
<article class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy mid-gray">
|
<article class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy mid-gray">
|
||||||
|
<p>Welcome to my server.</p>
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
@ -1,18 +1,18 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>dendroalsia</title>
|
<title>Dendroalsia on dendroalsia</title>
|
||||||
<link>https://dendroalsia.net/</link>
|
<link>https://dendroalsia.net/</link>
|
||||||
<description>Recent content on dendroalsia</description>
|
<description>Recent content in Dendroalsia on dendroalsia</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<atom:link href="https://dendroalsia.net/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://dendroalsia.net/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title></title>
|
<title>About</title>
|
||||||
<link>https://dendroalsia.net/</link>
|
<link>https://dendroalsia.net/about/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
<guid>https://dendroalsia.net/</guid>
|
<guid>https://dendroalsia.net/about/</guid>
|
||||||
<description>Welcome to dendroalsia.net Hi, I&rsquo;m Ben! I live in Madison, WI and this is my server. The services it runs are hosted on various subdomains.
Here is a git repo of some of my work, mostly data visualization scripts written in R.
dendroalsia is a genus of moss. According to Robin Wall Kimmerer, its name roughly translates to &lsquo;companion of trees&rsquo;.</description>
|
<description>title of picture Hi, I&rsquo;m Ben! I live in Madison, WI and this is my server. The services it runs are hosted on various subdomains.
Here is a git repo of some of my work, mostly data visualization scripts written in R.
dendroalsia is a genus of moss. According to Robin Wall Kimmerer, its name roughly translates to &lsquo;companion of trees&rsquo;.</description>
|
||||||
</item>
|
</item>
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
2
public/robots.txt
Normal file
2
public/robots.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
User-agent: *
|
||||||
|
Disallow: /
|
@ -2,12 +2,20 @@
|
|||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||||
<url>
|
<url>
|
||||||
<loc>https://dendroalsia.net/</loc>
|
<loc>https://dendroalsia.net/about/</loc>
|
||||||
|
<changefreq>monthly</changefreq>
|
||||||
|
<priority>0.5</priority>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://dendroalsia.net/categories/</loc>
|
<loc>https://dendroalsia.net/categories/</loc>
|
||||||
|
<changefreq>monthly</changefreq>
|
||||||
|
<priority>0.5</priority>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://dendroalsia.net/</loc>
|
<loc>https://dendroalsia.net/</loc>
|
||||||
|
<changefreq>monthly</changefreq>
|
||||||
|
<priority>0.5</priority>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://dendroalsia.net/tags/</loc>
|
<loc>https://dendroalsia.net/tags/</loc>
|
||||||
|
<changefreq>monthly</changefreq>
|
||||||
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<title>dendroalsia</title>
|
<title>dendroalsia</title>
|
||||||
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
||||||
<meta name="description" content="">
|
<meta name="description" content="The last theme you'll ever need. Maybe.">
|
||||||
<meta name="generator" content="Hugo 0.121.1">
|
<meta name="generator" content="Hugo 0.121.1">
|
||||||
|
|
||||||
|
|
||||||
@ -39,13 +39,13 @@
|
|||||||
|
|
||||||
|
|
||||||
<meta property="og:title" content="Tags" />
|
<meta property="og:title" content="Tags" />
|
||||||
<meta property="og:description" content="" />
|
<meta property="og:description" content="The last theme you'll ever need. Maybe." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://dendroalsia.net/tags/" />
|
<meta property="og:url" content="https://dendroalsia.net/tags/" />
|
||||||
|
|
||||||
<meta itemprop="name" content="Tags">
|
<meta itemprop="name" content="Tags">
|
||||||
<meta itemprop="description" content=""><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Tags"/>
|
<meta itemprop="description" content="The last theme you'll ever need. Maybe."><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Tags"/>
|
||||||
<meta name="twitter:description" content=""/>
|
<meta name="twitter:description" content="The last theme you'll ever need. Maybe."/>
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -54,8 +54,9 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header>
|
|
||||||
<div class="pb3-m pb6-l bg-black">
|
<header class="cover bg-top" style="background-image: url('https://dendroalsia.net/images/sunrise.png');">
|
||||||
|
<div class="bg-black-60">
|
||||||
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
||||||
<div class="flex-l justify-between items-center center">
|
<div class="flex-l justify-between items-center center">
|
||||||
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
|
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
|
||||||
@ -67,6 +68,16 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="pl0 mr3">
|
||||||
|
|
||||||
|
<li class="list f5 f4-ns fw4 dib pr3">
|
||||||
|
<a class="hover-white no-underline white-90" href="/about/" title="About page">
|
||||||
|
About
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
<div class="ananke-socials">
|
<div class="ananke-socials">
|
||||||
|
|
||||||
@ -76,8 +87,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="tc-l pv3 ph3 ph4-ns">
|
<div class="tc-l pv4 pv6-l ph3 ph4-ns">
|
||||||
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
|
<h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title">
|
||||||
Tags
|
Tags
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user