mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 00:08:26 -04:00
remove sitemap priorities
This commit is contained in:
parent
a428ec712b
commit
d9833c6d30
@ -147,7 +147,6 @@ disableAliases = true
|
||||
|
||||
[sitemap]
|
||||
filename = "sitemap.xml"
|
||||
priority = 0.7
|
||||
|
||||
[imaging]
|
||||
# options for resampling filters:
|
||||
|
@ -3,7 +3,6 @@ title: "Jake Jarvis – Front-End Web Developer in Boston, MA"
|
||||
date: 2020-08-01 17:56:45-0400
|
||||
type: home
|
||||
sitemap:
|
||||
changefreq: weekly
|
||||
priority: 1.0
|
||||
---
|
||||
|
||||
|
@ -4,9 +4,6 @@ date: 1996-02-04 00:00:00-0400
|
||||
description: "The origin of my hatred for the Happy Birthday song."
|
||||
image: "thumb.png"
|
||||
layout: video
|
||||
sitemap:
|
||||
changefreq: yearly
|
||||
priority: 0.2
|
||||
resources:
|
||||
- src: "birthday.mp4"
|
||||
- src: "birthday.webm"
|
||||
|
@ -4,8 +4,6 @@ date: 2020-04-22 10:50:04-0400
|
||||
description: "AKA, the most useless Node module ever published, in history, by anyone, ever."
|
||||
image: "images/screenshot.png"
|
||||
layout: etc
|
||||
sitemap:
|
||||
priority: 0.5
|
||||
---
|
||||
|
||||
{{< gh-buttons username="jakejarvis" repo="cli" >}}
|
||||
|
@ -4,9 +4,6 @@ date: 2016-07-25 00:00:00-0400
|
||||
description: "My brief apperance in one of Hillary Clinton's 2016 DNC convention videos on substance abuse."
|
||||
image: "thumb.png"
|
||||
layout: video
|
||||
sitemap:
|
||||
changefreq: yearly
|
||||
priority: 0.2
|
||||
resources:
|
||||
- src: "convention-720p.mp4"
|
||||
- src: "convention-720p.webm"
|
||||
|
@ -4,9 +4,6 @@ date: 2007-01-01 00:00:00-0400
|
||||
description: "Powncer app featured in Leo Laporte's TechTV show."
|
||||
image: "thumb.png"
|
||||
layout: video
|
||||
sitemap:
|
||||
changefreq: yearly
|
||||
priority: 0.2
|
||||
resources:
|
||||
- src: "leo.mp4"
|
||||
- src: "leo.webm"
|
||||
|
@ -1,7 +1,4 @@
|
||||
---
|
||||
title: "Notes"
|
||||
description: "Recent posts by Jake Jarvis."
|
||||
sitemap:
|
||||
changefreq: weekly
|
||||
priority: 0.3
|
||||
---
|
||||
|
@ -18,6 +18,7 @@ css: |
|
||||
margin: 0 auto;
|
||||
border: 2px solid #cccccc;
|
||||
}
|
||||
draft: false
|
||||
---
|
||||
|
||||
Love it or hate it, it seems that the [dark mode fad](https://en.wikipedia.org/wiki/Light-on-dark_color_scheme) is here to stay, especially now that more and more devices have [OLED screens](https://www.macrumors.com/2019/10/21/ios-13-dark-mode-extends-iphone-battery-life/) that display true blacks... which means that these trendsetters might go blind from your site's insanely white background if you're behind the curve and don't offer your own dark mode.
|
||||
|
@ -11,7 +11,6 @@ image: "images/9e58a-1bvweqv_ve2_c1tw5-ihrhw.jpg"
|
||||
aliases:
|
||||
- /2016/02/28/millenial-with-hillary-clinton/
|
||||
draft: false
|
||||
comments: false
|
||||
---
|
||||
|
||||
{{< image src="images/24707394571_0818d4ab83_o-1-copy.jpg" >}}[Hillary for New Hampshire](https://medium.com/@HillaryForNH) Winter Fellows with [Hillary Clinton](https://medium.com/@HillaryClinton) in Derry, NH ([February 3, 2016](https://www.flickr.com/photos/hillaryclinton/24707394571/)){{< /image >}}
|
||||
|
@ -12,7 +12,6 @@ image: "images/1_b41ztscbaxqi60snwsswfw.jpg"
|
||||
aliases:
|
||||
- /2013/11/21/no-homo-still-raps-motto/
|
||||
draft: false
|
||||
comments: false
|
||||
---
|
||||
|
||||
{{< image src="images/1_b41ztscbaxqi60snwsswfw.jpg" >}}This essay was written for Professor [David Valdes-Greenwood](http://www.davidvaldesgreenwood.com/)'s "Love & Sexuality" class at [Tufts University](https://www.tufts.edu/) in April 2012.{{< /image >}}
|
||||
|
@ -4,8 +4,6 @@ date: 2020-04-22 10:50:04-0400
|
||||
description: "An incredibly embarrassing and somewhat painful walkthrough of this site's long history..."
|
||||
image: "images/2001_12.png"
|
||||
layout: etc
|
||||
sitemap:
|
||||
priority: 0.3
|
||||
css: |
|
||||
/*!
|
||||
* Comic Neue typeface v2.5 - http://comicneue.com/
|
||||
|
@ -13,8 +13,6 @@ css: |
|
||||
border: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
sitemap:
|
||||
priority: 0.3
|
||||
---
|
||||
|
||||
This website uses [**Simple Analytics**](https://simpleanalytics.com/?ref=jarv.is) to track pageviews **without collecting any personally identifiable information,** including IP addresses, cookies, and browser fingerprints.
|
||||
|
@ -8,9 +8,6 @@ css: |
|
||||
h2 img.emoji {
|
||||
margin-right: 2px;
|
||||
}
|
||||
sitemap:
|
||||
changefreq: monthly
|
||||
priority: 0.4
|
||||
---
|
||||
|
||||
~~I regularly get messages asking about which tools I use to work.~~
|
||||
|
12
yarn.lock
12
yarn.lock
@ -5751,9 +5751,9 @@ once@^1.3.0, once@^1.3.1, once@^1.4.0:
|
||||
wrappy "1"
|
||||
|
||||
onetime@^5.1.0:
|
||||
version "5.1.0"
|
||||
resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.0.tgz#fff0f3c91617fe62bb50189636e99ac8a6df7be5"
|
||||
integrity sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q==
|
||||
version "5.1.1"
|
||||
resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.1.tgz#5c8016847b0d67fcedb7eef254751cfcdc7e9418"
|
||||
integrity sha512-ZpZpjcJeugQfWsfyQlshVoowIIQ1qBGSVll4rfDq6JJVO//fesjoX808hXWfBjY+ROZgpKDI5TRSRBSoJiZ8eg==
|
||||
dependencies:
|
||||
mimic-fn "^2.1.0"
|
||||
|
||||
@ -8037,9 +8037,9 @@ uc.micro@^1.0.1, uc.micro@^1.0.5:
|
||||
integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==
|
||||
|
||||
uglify-js@^3.5.1:
|
||||
version "3.10.0"
|
||||
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.10.0.tgz#397a7e6e31ce820bfd1cb55b804ee140c587a9e7"
|
||||
integrity sha512-Esj5HG5WAyrLIdYU74Z3JdG2PxdIusvj6IWHMtlyESxc7kcDz7zYlYjpnSokn1UbpV0d/QX9fan7gkCNd/9BQA==
|
||||
version "3.10.1"
|
||||
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.10.1.tgz#dd14767eb7150de97f2573a5ff210db14fffe4ad"
|
||||
integrity sha512-RjxApKkrPJB6kjJxQS3iZlf///REXWYxYJxO/MpmlQzVkDWVI3PSnCBWezMecmTU/TRkNxrl8bmsfFQCp+LO+Q==
|
||||
|
||||
unbzip2-stream@^1.0.9:
|
||||
version "1.4.3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user