Compare commits
No commits in common. "4a9923b32236ef43441217e8eb54b0fddf543485" and "d486a56c82a04a6bf3752a9d801536eefb2f1d34" have entirely different histories.
4a9923b322
...
d486a56c82
@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Dendroalsia"
|
|
||||||
omit_header_text: true
|
|
||||||
description: "Hi, I'm Ben! I live in Madison, WI and this is my server. The services it runs are hosted on various subdomains."
|
|
||||||
theme_version: '2.8.2'
|
|
||||||
featured_image: '/images/sunrise_squished.svg'
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
||||||
Here is a [git repo](https://git.dendroalsia.net) of some of my work, mostly data visualization scripts written in R.
|
|
@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
title: "About"
|
|
||||||
description: "Dendroalsia is a genus of moss. According to Robin Wall Kimmerer, its name roughly translates to 'companion of trees'."
|
|
||||||
menu:
|
|
||||||
main:
|
|
||||||
weight: 1
|
|
||||||
featured_image: '/images/sunrise_squished.svg'
|
|
||||||
---
|
|
@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
title: Contact
|
|
||||||
description: I'd love to hear from you
|
|
||||||
featured_image: '/images/sunrise_squished.svg'
|
|
||||||
type: page
|
|
||||||
menu: main
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
Feel free to send me an [email](mailto:ben@dendroalsia.net)
|
|
7
content/index.md
Normal file
7
content/index.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Welcome to dendroalsia.net
|
||||||
|
|
||||||
|
Hi, I'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](https://git.dendroalsia.net) of some of my work, mostly data visualization scripts written in R.
|
||||||
|
|
||||||
|
[dendroalsia](https://en.wikipedia.org/wiki/Dendroalsia) is a genus of moss. According to Robin Wall Kimmerer, its name roughly translates to 'companion of trees'.
|
31
hugo.toml
31
hugo.toml
@ -1,33 +1,4 @@
|
|||||||
baseURL = 'https://dendroalsia.net/'
|
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
|
|
||||||
|
@ -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="The last theme you'll ever need. Maybe.">
|
<meta name="description" content="">
|
||||||
<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="The last theme you'll ever need. Maybe." />
|
<meta property="og:description" content="" />
|
||||||
<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="The last theme you'll ever need. Maybe."><meta name="twitter:card" content="summary"/><meta name="twitter:title" 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 name="twitter:description" content="The last theme you'll ever need. Maybe."/>
|
<meta name="twitter:description" content=""/>
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -62,22 +62,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<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>
|
|
||||||
|
|
||||||
<li class="list f5 f4-ns fw4 dib pr3">
|
|
||||||
<a class="hover-white no-underline white-90" href="/contact/" title="Contact page">
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="ananke-socials">
|
<div class="ananke-socials">
|
||||||
|
|
||||||
@ -102,7 +86,9 @@
|
|||||||
</main>
|
</main>
|
||||||
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
|
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
|
||||||
<div class="flex justify-between">
|
<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>
|
||||||
<div class="ananke-socials">
|
<div class="ananke-socials">
|
||||||
|
|
||||||
|
@ -1,132 +0,0 @@
|
|||||||
<!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="dendroalsia is a genus of moss. According to Robin Wall Kimmerer, its name roughly translates to ‘companion of trees’.">
|
|
||||||
<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="dendroalsia is a genus of moss. According to Robin Wall Kimmerer, its name roughly translates to ‘companion of trees’." />
|
|
||||||
<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="dendroalsia is a genus of moss. According to Robin Wall Kimmerer, its name roughly translates to ‘companion of trees’.">
|
|
||||||
|
|
||||||
<meta itemprop="wordCount" content="19">
|
|
||||||
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="About"/>
|
|
||||||
<meta name="twitter:description" content="dendroalsia is a genus of moss. According to Robin Wall Kimmerer, its name roughly translates to ‘companion of trees’."/>
|
|
||||||
|
|
||||||
|
|
||||||
</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>
|
|
||||||
|
|
||||||
<li class="list f5 f4-ns fw4 dib pr3">
|
|
||||||
<a class="hover-white no-underline white-90" href="/contact/" title="Contact page">
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="ananke-socials">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<div class="tc-l pv6 ph3 ph4-ns">
|
|
||||||
|
|
||||||
</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">
|
|
||||||
<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">
|
|
||||||
|
|
||||||
<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="The last theme you'll ever need. Maybe.">
|
<meta name="description" content="">
|
||||||
<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="The last theme you'll ever need. Maybe." />
|
<meta property="og:description" content="" />
|
||||||
<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="The last theme you'll ever need. Maybe."><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Categories"/>
|
<meta itemprop="description" content=""><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Categories"/>
|
||||||
<meta name="twitter:description" content="The last theme you'll ever need. Maybe."/>
|
<meta name="twitter:description" content=""/>
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -54,9 +54,8 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<header>
|
||||||
<header class="cover bg-top" style="background-image: url('https://dendroalsia.net/images/sunrise.png');">
|
<div class="pb3-m pb6-l bg-black">
|
||||||
<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">
|
||||||
@ -68,22 +67,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<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>
|
|
||||||
|
|
||||||
<li class="list f5 f4-ns fw4 dib pr3">
|
|
||||||
<a class="hover-white no-underline white-90" href="/contact/" title="Contact page">
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="ananke-socials">
|
<div class="ananke-socials">
|
||||||
|
|
||||||
@ -93,8 +76,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="tc-l pv4 pv6-l ph3 ph4-ns">
|
<div class="tc-l pv3 ph3 ph4-ns">
|
||||||
<h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title">
|
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
|
||||||
Categories
|
Categories
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
@ -120,7 +103,9 @@
|
|||||||
</main>
|
</main>
|
||||||
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
|
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
|
||||||
<div class="flex justify-between">
|
<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>
|
||||||
<div class="ananke-socials">
|
<div class="ananke-socials">
|
||||||
|
|
||||||
|
@ -1,128 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en-us">
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
||||||
|
|
||||||
<title>Contact | dendroalsia</title>
|
|
||||||
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
|
||||||
<meta name="description" content="I'd love to hear from you">
|
|
||||||
<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/contact/">
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:title" content="Contact" />
|
|
||||||
<meta property="og:description" content="I'd love to hear from you" />
|
|
||||||
<meta property="og:type" content="article" />
|
|
||||||
<meta property="og:url" content="https://dendroalsia.net/contact/" /><meta property="article:section" content="" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta itemprop="name" content="Contact">
|
|
||||||
<meta itemprop="description" content="I'd love to hear from you">
|
|
||||||
|
|
||||||
<meta itemprop="wordCount" content="7">
|
|
||||||
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Contact"/>
|
|
||||||
<meta name="twitter:description" content="I'd love to hear from you"/>
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body class="ma0 avenir bg-near-white">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header>
|
|
||||||
<div class="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">
|
|
||||||
|
|
||||||
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>
|
|
||||||
|
|
||||||
<li class="list f5 f4-ns fw4 dib pr3">
|
|
||||||
<a class="hover-white no-underline white-90" href="/contact/" title="Contact page">
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="ananke-socials">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
</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">
|
|
||||||
Contact
|
|
||||||
</h1>
|
|
||||||
</header>
|
|
||||||
<div class="nested-copy-line-height lh-copy f4 nested-links mid-gray">
|
|
||||||
<p>Feel free to send me an <a href="mailto:ben@dendroalsia.net">email</a></p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
|
|
||||||
<div class="flex justify-between">
|
|
||||||
|
|
||||||
<div>
|
|
||||||
<div class="ananke-socials">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Binary file not shown.
Before Width: | Height: | Size: 40 KiB |
@ -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 | 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="The last theme you'll ever need. Maybe.">
|
<meta name="description" content="">
|
||||||
<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="The last theme you'll ever need. Maybe." />
|
<meta property="og:description" content="" />
|
||||||
<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="The last theme you'll ever need. Maybe."><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Dendroalsia"/>
|
<meta itemprop="description" content=""><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="dendroalsia"/>
|
||||||
<meta name="twitter:description" content="The last theme you'll ever need. Maybe."/>
|
<meta name="twitter:description" content=""/>
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -54,9 +54,8 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<header>
|
||||||
<header class="cover bg-top" style="background-image: url('https://dendroalsia.net/images/sunrise.png');">
|
<div class="pb3-m pb6-l bg-black">
|
||||||
<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">
|
||||||
@ -68,22 +67,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<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>
|
|
||||||
|
|
||||||
<li class="list f5 f4-ns fw4 dib pr3">
|
|
||||||
<a class="hover-white no-underline white-90" href="/contact/" title="Contact page">
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="ananke-socials">
|
<div class="ananke-socials">
|
||||||
|
|
||||||
@ -93,9 +76,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="tc-l pv4 pv6-l ph3 ph4-ns">
|
<div class="tc-l pv3 ph3 ph4-ns">
|
||||||
<h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title">
|
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
|
||||||
Dendroalsia
|
dendroalsia
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -106,9 +89,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>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>
|
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
|
||||||
@ -121,7 +102,9 @@
|
|||||||
</main>
|
</main>
|
||||||
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
|
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
|
||||||
<div class="flex justify-between">
|
<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>
|
||||||
<div class="ananke-socials">
|
<div class="ananke-socials">
|
||||||
|
|
||||||
|
@ -1,25 +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 on dendroalsia</title>
|
<title>dendroalsia</title>
|
||||||
<link>https://dendroalsia.net/</link>
|
<link>https://dendroalsia.net/</link>
|
||||||
<description>Recent content in Dendroalsia on dendroalsia</description>
|
<description>Recent content 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>About</title>
|
<title></title>
|
||||||
<link>https://dendroalsia.net/about/</link>
|
<link>https://dendroalsia.net/</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/about/</guid>
|
<guid>https://dendroalsia.net/</guid>
|
||||||
<description>dendroalsia is a genus of moss. According to Robin Wall Kimmerer, its name roughly translates to &lsquo;companion of trees&rsquo;.</description>
|
<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>
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title>Contact</title>
|
|
||||||
<link>https://dendroalsia.net/contact/</link>
|
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
|
||||||
<guid>https://dendroalsia.net/contact/</guid>
|
|
||||||
<description>Feel free to send me an email</description>
|
|
||||||
</item>
|
</item>
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
User-agent: *
|
|
||||||
Disallow: /
|
|
@ -2,24 +2,12 @@
|
|||||||
<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/about/</loc>
|
<loc>https://dendroalsia.net/</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>
|
|
||||||
<loc>https://dendroalsia.net/contact/</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="The last theme you'll ever need. Maybe.">
|
<meta name="description" content="">
|
||||||
<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="The last theme you'll ever need. Maybe." />
|
<meta property="og:description" content="" />
|
||||||
<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="The last theme you'll ever need. Maybe."><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Tags"/>
|
<meta itemprop="description" content=""><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Tags"/>
|
||||||
<meta name="twitter:description" content="The last theme you'll ever need. Maybe."/>
|
<meta name="twitter:description" content=""/>
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -54,9 +54,8 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<header>
|
||||||
<header class="cover bg-top" style="background-image: url('https://dendroalsia.net/images/sunrise.png');">
|
<div class="pb3-m pb6-l bg-black">
|
||||||
<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">
|
||||||
@ -68,22 +67,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<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>
|
|
||||||
|
|
||||||
<li class="list f5 f4-ns fw4 dib pr3">
|
|
||||||
<a class="hover-white no-underline white-90" href="/contact/" title="Contact page">
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="ananke-socials">
|
<div class="ananke-socials">
|
||||||
|
|
||||||
@ -93,8 +76,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="tc-l pv4 pv6-l ph3 ph4-ns">
|
<div class="tc-l pv3 ph3 ph4-ns">
|
||||||
<h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title">
|
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
|
||||||
Tags
|
Tags
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
@ -120,7 +103,9 @@
|
|||||||
</main>
|
</main>
|
||||||
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
|
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
|
||||||
<div class="flex justify-between">
|
<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>
|
||||||
<div class="ananke-socials">
|
<div class="ananke-socials">
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 21 KiB |
@ -1,123 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg
|
|
||||||
width="3840"
|
|
||||||
height="933"
|
|
||||||
viewBox="0 0 1016 246.85626"
|
|
||||||
version="1.1"
|
|
||||||
id="svg839"
|
|
||||||
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
|
||||||
sodipodi:docname="sunrise_squished.svg"
|
|
||||||
inkscape:export-filename="/home/ben/Pictures/backgrounds/sunrise.png"
|
|
||||||
inkscape:export-xdpi="96"
|
|
||||||
inkscape:export-ydpi="96"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
|
||||||
<defs
|
|
||||||
id="defs833">
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient1454">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#f2cea2;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop1450" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#f2cea2;stop-opacity:0;"
|
|
||||||
offset="1"
|
|
||||||
id="stop1452" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient1420">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffcc00;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop1416" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#f2cea2;stop-opacity:0"
|
|
||||||
offset="1"
|
|
||||||
id="stop1418" />
|
|
||||||
</linearGradient>
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient1420"
|
|
||||||
id="radialGradient1422"
|
|
||||||
cx="502.84509"
|
|
||||||
cy="861.01001"
|
|
||||||
fx="502.84509"
|
|
||||||
fy="861.01001"
|
|
||||||
r="508"
|
|
||||||
gradientTransform="matrix(1.8506496,-0.00612457,0.00392231,1.1851973,-431.12211,-408.23069)"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient1454"
|
|
||||||
id="linearGradient1456"
|
|
||||||
x1="509.09003"
|
|
||||||
y1="575.47681"
|
|
||||||
x2="509.05511"
|
|
||||||
y2="21.51148"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1,0,0,0.43281471,0.11660323,1.3600335)" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="0.195"
|
|
||||||
inkscape:cx="1428.2051"
|
|
||||||
inkscape:cy="1674.359"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
inkscape:document-rotation="0"
|
|
||||||
showgrid="false"
|
|
||||||
units="px"
|
|
||||||
inkscape:window-width="1912"
|
|
||||||
inkscape:window-height="1003"
|
|
||||||
inkscape:window-x="26"
|
|
||||||
inkscape:window-y="23"
|
|
||||||
inkscape:window-maximized="0"
|
|
||||||
inkscape:showpageshadow="2"
|
|
||||||
inkscape:pagecheckerboard="0"
|
|
||||||
inkscape:deskcolor="#d1d1d1" />
|
|
||||||
<metadata
|
|
||||||
id="metadata836">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1">
|
|
||||||
<rect
|
|
||||||
style="fill:#739be9;fill-opacity:1;stroke-width:0.173866"
|
|
||||||
id="rect1414"
|
|
||||||
width="1016"
|
|
||||||
height="246.78648"
|
|
||||||
x="-0.69927573"
|
|
||||||
y="-0.56452733"
|
|
||||||
inkscape:label="blue" />
|
|
||||||
<rect
|
|
||||||
style="fill:url(#linearGradient1456);fill-opacity:1;stroke-width:0.174339;stroke-miterlimit:4;stroke-dasharray:none"
|
|
||||||
id="rect1448"
|
|
||||||
width="1016"
|
|
||||||
height="247.35362"
|
|
||||||
x="-0.38126692"
|
|
||||||
y="1.1845287" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 3.6 KiB |
@ -1 +1 @@
|
|||||||
Subproject commit 9f120b66f4fca2a8708b6b0c44be92a529cbc9f0
|
Subproject commit 91df000ca82769a7578df81fa142d1a18e446bc0
|
Loading…
x
Reference in New Issue
Block a user