Build
This commit is contained in:
parent
a7e741fd97
commit
4b22c35770
33 changed files with 290 additions and 15 deletions
11
a-difficult-child.html
Normal file
11
a-difficult-child.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting…</title>
|
||||||
|
<link rel="canonical" href="https://bookshelf.thequinn.fr/posts/a-difficult-child/">
|
||||||
|
<script>location="https://bookshelf.thequinn.fr/posts/a-difficult-child/"</script>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://bookshelf.thequinn.fr/posts/a-difficult-child/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<h1>Redirecting…</h1>
|
||||||
|
<a href="https://bookshelf.thequinn.fr/posts/a-difficult-child/">Click here if you are not redirected.</a>
|
||||||
|
</html>
|
11
a-guest-in-your-own-house.html
Normal file
11
a-guest-in-your-own-house.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting…</title>
|
||||||
|
<link rel="canonical" href="https://bookshelf.thequinn.fr/posts/a-guest/">
|
||||||
|
<script>location="https://bookshelf.thequinn.fr/posts/a-guest/"</script>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://bookshelf.thequinn.fr/posts/a-guest/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<h1>Redirecting…</h1>
|
||||||
|
<a href="https://bookshelf.thequinn.fr/posts/a-guest/">Click here if you are not redirected.</a>
|
||||||
|
</html>
|
|
@ -38,12 +38,12 @@
|
||||||
<meta property="og:url" content="https://bookshelf.thequinn.fr/about/" />
|
<meta property="og:url" content="https://bookshelf.thequinn.fr/about/" />
|
||||||
<meta property="og:site_name" content="Quinn’s Bookshelf" />
|
<meta property="og:site_name" content="Quinn’s Bookshelf" />
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="article:published_time" content="2024-10-28T21:20:31+01:00" />
|
<meta property="article:published_time" content="2024-10-28T22:13:45+01:00" />
|
||||||
<meta name="twitter:card" content="summary" />
|
<meta name="twitter:card" content="summary" />
|
||||||
<meta property="twitter:title" content="About" />
|
<meta property="twitter:title" content="About" />
|
||||||
<meta name="twitter:site" content="@twitter_username" />
|
<meta name="twitter:site" content="@twitter_username" />
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{"@context":"https://schema.org","@type":"WebSite","dateModified":"2024-10-28T21:20:31+01:00","datePublished":"2024-10-28T21:20:31+01:00","description":"Hi, I’m Quinn!","headline":"About","name":"cookie","sameAs":["https://courgett.es/@cookie"],"url":"https://bookshelf.thequinn.fr/about/"}</script>
|
{"@context":"https://schema.org","@type":"WebSite","dateModified":"2024-10-28T22:13:45+01:00","datePublished":"2024-10-28T22:13:45+01:00","description":"Hi, I’m Quinn!","headline":"About","name":"cookie","sameAs":["https://courgett.es/@cookie"],"url":"https://bookshelf.thequinn.fr/about/"}</script>
|
||||||
<!-- End Jekyll SEO tag -->
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -38,12 +38,12 @@
|
||||||
<meta property="og:url" content="https://bookshelf.thequinn.fr/archives/" />
|
<meta property="og:url" content="https://bookshelf.thequinn.fr/archives/" />
|
||||||
<meta property="og:site_name" content="Quinn’s Bookshelf" />
|
<meta property="og:site_name" content="Quinn’s Bookshelf" />
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="article:published_time" content="2024-10-28T21:20:31+01:00" />
|
<meta property="article:published_time" content="2024-10-28T22:13:45+01:00" />
|
||||||
<meta name="twitter:card" content="summary" />
|
<meta name="twitter:card" content="summary" />
|
||||||
<meta property="twitter:title" content="Archives" />
|
<meta property="twitter:title" content="Archives" />
|
||||||
<meta name="twitter:site" content="@twitter_username" />
|
<meta name="twitter:site" content="@twitter_username" />
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2024-10-28T21:20:31+01:00","datePublished":"2024-10-28T21:20:31+01:00","description":"A blog about writing, mental health and other LGBTQ+ things","headline":"Archives","mainEntityOfPage":{"@type":"WebPage","@id":"https://bookshelf.thequinn.fr/archives/"},"url":"https://bookshelf.thequinn.fr/archives/"}</script>
|
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2024-10-28T22:13:45+01:00","datePublished":"2024-10-28T22:13:45+01:00","description":"A blog about writing, mental health and other LGBTQ+ things","headline":"Archives","mainEntityOfPage":{"@type":"WebPage","@id":"https://bookshelf.thequinn.fr/archives/"},"url":"https://bookshelf.thequinn.fr/archives/"}</script>
|
||||||
<!-- End Jekyll SEO tag -->
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
|
||||||
|
|
11
as-an-artist-should-i-be-on-social-media.html
Normal file
11
as-an-artist-should-i-be-on-social-media.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting…</title>
|
||||||
|
<link rel="canonical" href="https://bookshelf.thequinn.fr/posts/eras-tour/">
|
||||||
|
<script>location="https://bookshelf.thequinn.fr/posts/eras-tour/"</script>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://bookshelf.thequinn.fr/posts/eras-tour/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<h1>Redirecting…</h1>
|
||||||
|
<a href="https://bookshelf.thequinn.fr/posts/eras-tour/">Click here if you are not redirected.</a>
|
||||||
|
</html>
|
|
@ -1,6 +1,6 @@
|
||||||
const swconf = {
|
const swconf = {
|
||||||
|
|
||||||
cacheName: 'chirpy-1730146831',resources: [
|
cacheName: 'chirpy-1730150026',resources: [
|
||||||
'/assets/css/jekyll-theme-chirpy.css',
|
'/assets/css/jekyll-theme-chirpy.css',
|
||||||
'/',
|
'/',
|
||||||
|
|
||||||
|
|
|
@ -38,12 +38,12 @@
|
||||||
<meta property="og:url" content="https://bookshelf.thequinn.fr/categories/" />
|
<meta property="og:url" content="https://bookshelf.thequinn.fr/categories/" />
|
||||||
<meta property="og:site_name" content="Quinn’s Bookshelf" />
|
<meta property="og:site_name" content="Quinn’s Bookshelf" />
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="article:published_time" content="2024-10-28T21:20:31+01:00" />
|
<meta property="article:published_time" content="2024-10-28T22:13:45+01:00" />
|
||||||
<meta name="twitter:card" content="summary" />
|
<meta name="twitter:card" content="summary" />
|
||||||
<meta property="twitter:title" content="Categories" />
|
<meta property="twitter:title" content="Categories" />
|
||||||
<meta name="twitter:site" content="@twitter_username" />
|
<meta name="twitter:site" content="@twitter_username" />
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2024-10-28T21:20:31+01:00","datePublished":"2024-10-28T21:20:31+01:00","description":"A blog about writing, mental health and other LGBTQ+ things","headline":"Categories","mainEntityOfPage":{"@type":"WebPage","@id":"https://bookshelf.thequinn.fr/categories/"},"url":"https://bookshelf.thequinn.fr/categories/"}</script>
|
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2024-10-28T22:13:45+01:00","datePublished":"2024-10-28T22:13:45+01:00","description":"A blog about writing, mental health and other LGBTQ+ things","headline":"Categories","mainEntityOfPage":{"@type":"WebPage","@id":"https://bookshelf.thequinn.fr/categories/"},"url":"https://bookshelf.thequinn.fr/categories/"}</script>
|
||||||
<!-- End Jekyll SEO tag -->
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
|
||||||
|
|
11
coupe-menstruelle.html
Normal file
11
coupe-menstruelle.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting…</title>
|
||||||
|
<link rel="canonical" href="https://bookshelf.thequinn.fr/posts/coupe-menstruelle/">
|
||||||
|
<script>location="https://bookshelf.thequinn.fr/posts/coupe-menstruelle/"</script>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://bookshelf.thequinn.fr/posts/coupe-menstruelle/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<h1>Redirecting…</h1>
|
||||||
|
<a href="https://bookshelf.thequinn.fr/posts/coupe-menstruelle/">Click here if you are not redirected.</a>
|
||||||
|
</html>
|
11
des-mots-sur-un-muret.html
Normal file
11
des-mots-sur-un-muret.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting…</title>
|
||||||
|
<link rel="canonical" href="https://bookshelf.thequinn.fr/posts/des-mots-sur-un-muret/">
|
||||||
|
<script>location="https://bookshelf.thequinn.fr/posts/des-mots-sur-un-muret/"</script>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://bookshelf.thequinn.fr/posts/des-mots-sur-un-muret/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<h1>Redirecting…</h1>
|
||||||
|
<a href="https://bookshelf.thequinn.fr/posts/des-mots-sur-un-muret/">Click here if you are not redirected.</a>
|
||||||
|
</html>
|
11
enterrements.html
Normal file
11
enterrements.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting…</title>
|
||||||
|
<link rel="canonical" href="https://bookshelf.thequinn.fr/posts/enterrements/">
|
||||||
|
<script>location="https://bookshelf.thequinn.fr/posts/enterrements/"</script>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://bookshelf.thequinn.fr/posts/enterrements/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<h1>Redirecting…</h1>
|
||||||
|
<a href="https://bookshelf.thequinn.fr/posts/enterrements/">Click here if you are not redirected.</a>
|
||||||
|
</html>
|
2
feed.xml
2
feed.xml
|
@ -4,7 +4,7 @@
|
||||||
<id>https://bookshelf.thequinn.fr/</id>
|
<id>https://bookshelf.thequinn.fr/</id>
|
||||||
<title>Quinn's Bookshelf</title>
|
<title>Quinn's Bookshelf</title>
|
||||||
<subtitle>A blog about writing, mental health and other LGBTQ+ things</subtitle>
|
<subtitle>A blog about writing, mental health and other LGBTQ+ things</subtitle>
|
||||||
<updated>2024-10-28T21:20:31+01:00</updated>
|
<updated>2024-10-28T22:13:45+01:00</updated>
|
||||||
<author>
|
<author>
|
||||||
<name>cookie</name>
|
<name>cookie</name>
|
||||||
<uri>https://bookshelf.thequinn.fr/</uri>
|
<uri>https://bookshelf.thequinn.fr/</uri>
|
||||||
|
|
11
gallery/a-warm-memory.html
Normal file
11
gallery/a-warm-memory.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting…</title>
|
||||||
|
<link rel="canonical" href="https://bookshelf.thequinn.fr/posts/a-warm-memory/">
|
||||||
|
<script>location="https://bookshelf.thequinn.fr/posts/a-warm-memory/"</script>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://bookshelf.thequinn.fr/posts/a-warm-memory/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<h1>Redirecting…</h1>
|
||||||
|
<a href="https://bookshelf.thequinn.fr/posts/a-warm-memory/">Click here if you are not redirected.</a>
|
||||||
|
</html>
|
11
gallery/after-the-party.html
Normal file
11
gallery/after-the-party.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting…</title>
|
||||||
|
<link rel="canonical" href="https://bookshelf.thequinn.fr/posts/after-the-party/">
|
||||||
|
<script>location="https://bookshelf.thequinn.fr/posts/after-the-party/"</script>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://bookshelf.thequinn.fr/posts/after-the-party/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<h1>Redirecting…</h1>
|
||||||
|
<a href="https://bookshelf.thequinn.fr/posts/after-the-party/">Click here if you are not redirected.</a>
|
||||||
|
</html>
|
11
handle-with-care.html
Normal file
11
handle-with-care.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting…</title>
|
||||||
|
<link rel="canonical" href="https://bookshelf.thequinn.fr/posts/handle-with-care/">
|
||||||
|
<script>location="https://bookshelf.thequinn.fr/posts/handle-with-care/"</script>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://bookshelf.thequinn.fr/posts/handle-with-care/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<h1>Redirecting…</h1>
|
||||||
|
<a href="https://bookshelf.thequinn.fr/posts/handle-with-care/">Click here if you are not redirected.</a>
|
||||||
|
</html>
|
11
i-forgot-all-of-their-names.html
Normal file
11
i-forgot-all-of-their-names.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting…</title>
|
||||||
|
<link rel="canonical" href="https://bookshelf.thequinn.fr/posts/i-forgot-all-of-their-names/">
|
||||||
|
<script>location="https://bookshelf.thequinn.fr/posts/i-forgot-all-of-their-names/"</script>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://bookshelf.thequinn.fr/posts/i-forgot-all-of-their-names/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<h1>Redirecting…</h1>
|
||||||
|
<a href="https://bookshelf.thequinn.fr/posts/i-forgot-all-of-their-names/">Click here if you are not redirected.</a>
|
||||||
|
</html>
|
11
ils-ne-veulent-pas-etre-tes-amis.html
Normal file
11
ils-ne-veulent-pas-etre-tes-amis.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting…</title>
|
||||||
|
<link rel="canonical" href="https://bookshelf.thequinn.fr/posts/ils-ne-veulent-pas-etre-tes-amis/">
|
||||||
|
<script>location="https://bookshelf.thequinn.fr/posts/ils-ne-veulent-pas-etre-tes-amis/"</script>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://bookshelf.thequinn.fr/posts/ils-ne-veulent-pas-etre-tes-amis/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<h1>Redirecting…</h1>
|
||||||
|
<a href="https://bookshelf.thequinn.fr/posts/ils-ne-veulent-pas-etre-tes-amis/">Click here if you are not redirected.</a>
|
||||||
|
</html>
|
11
journaling-donts.html
Normal file
11
journaling-donts.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting…</title>
|
||||||
|
<link rel="canonical" href="https://bookshelf.thequinn.fr/posts/journaling-donts/">
|
||||||
|
<script>location="https://bookshelf.thequinn.fr/posts/journaling-donts/"</script>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://bookshelf.thequinn.fr/posts/journaling-donts/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<h1>Redirecting…</h1>
|
||||||
|
<a href="https://bookshelf.thequinn.fr/posts/journaling-donts/">Click here if you are not redirected.</a>
|
||||||
|
</html>
|
11
killing-butterflies.html
Normal file
11
killing-butterflies.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting…</title>
|
||||||
|
<link rel="canonical" href="https://bookshelf.thequinn.fr/posts/killing-butterflies/">
|
||||||
|
<script>location="https://bookshelf.thequinn.fr/posts/killing-butterflies/"</script>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://bookshelf.thequinn.fr/posts/killing-butterflies/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<h1>Redirecting…</h1>
|
||||||
|
<a href="https://bookshelf.thequinn.fr/posts/killing-butterflies/">Click here if you are not redirected.</a>
|
||||||
|
</html>
|
11
know-my-name-coming-out.html
Normal file
11
know-my-name-coming-out.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting…</title>
|
||||||
|
<link rel="canonical" href="https://bookshelf.thequinn.fr/posts/know-my-name/">
|
||||||
|
<script>location="https://bookshelf.thequinn.fr/posts/know-my-name/"</script>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://bookshelf.thequinn.fr/posts/know-my-name/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<h1>Redirecting…</h1>
|
||||||
|
<a href="https://bookshelf.thequinn.fr/posts/know-my-name/">Click here if you are not redirected.</a>
|
||||||
|
</html>
|
11
la-brume.html
Normal file
11
la-brume.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting…</title>
|
||||||
|
<link rel="canonical" href="https://bookshelf.thequinn.fr/posts/la-brume/">
|
||||||
|
<script>location="https://bookshelf.thequinn.fr/posts/la-brume/"</script>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://bookshelf.thequinn.fr/posts/la-brume/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<h1>Redirecting…</h1>
|
||||||
|
<a href="https://bookshelf.thequinn.fr/posts/la-brume/">Click here if you are not redirected.</a>
|
||||||
|
</html>
|
11
le-tricot.html
Normal file
11
le-tricot.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting…</title>
|
||||||
|
<link rel="canonical" href="https://bookshelf.thequinn.fr/posts/le-tricot/">
|
||||||
|
<script>location="https://bookshelf.thequinn.fr/posts/le-tricot/"</script>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://bookshelf.thequinn.fr/posts/le-tricot/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<h1>Redirecting…</h1>
|
||||||
|
<a href="https://bookshelf.thequinn.fr/posts/le-tricot/">Click here if you are not redirected.</a>
|
||||||
|
</html>
|
11
quelquun-pour-maimer.html
Normal file
11
quelquun-pour-maimer.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting…</title>
|
||||||
|
<link rel="canonical" href="https://bookshelf.thequinn.fr/posts/quelqun-pour-maimer/">
|
||||||
|
<script>location="https://bookshelf.thequinn.fr/posts/quelqun-pour-maimer/"</script>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://bookshelf.thequinn.fr/posts/quelqun-pour-maimer/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<h1>Redirecting…</h1>
|
||||||
|
<a href="https://bookshelf.thequinn.fr/posts/quelqun-pour-maimer/">Click here if you are not redirected.</a>
|
||||||
|
</html>
|
11
quinns-journaling-guide-part-2.html
Normal file
11
quinns-journaling-guide-part-2.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting…</title>
|
||||||
|
<link rel="canonical" href="https://bookshelf.thequinn.fr/posts/why-should-you-journal/">
|
||||||
|
<script>location="https://bookshelf.thequinn.fr/posts/why-should-you-journal/"</script>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://bookshelf.thequinn.fr/posts/why-should-you-journal/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<h1>Redirecting…</h1>
|
||||||
|
<a href="https://bookshelf.thequinn.fr/posts/why-should-you-journal/">Click here if you are not redirected.</a>
|
||||||
|
</html>
|
11
quinns-journaling-guide-part-3.html
Normal file
11
quinns-journaling-guide-part-3.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting…</title>
|
||||||
|
<link rel="canonical" href="https://bookshelf.thequinn.fr/posts/start-journaling/">
|
||||||
|
<script>location="https://bookshelf.thequinn.fr/posts/start-journaling/"</script>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://bookshelf.thequinn.fr/posts/start-journaling/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<h1>Redirecting…</h1>
|
||||||
|
<a href="https://bookshelf.thequinn.fr/posts/start-journaling/">Click here if you are not redirected.</a>
|
||||||
|
</html>
|
11
quinns-journaling-guide.html
Normal file
11
quinns-journaling-guide.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting…</title>
|
||||||
|
<link rel="canonical" href="https://bookshelf.thequinn.fr/posts/what-i-learned-from-journaling/">
|
||||||
|
<script>location="https://bookshelf.thequinn.fr/posts/what-i-learned-from-journaling/"</script>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://bookshelf.thequinn.fr/posts/what-i-learned-from-journaling/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<h1>Redirecting…</h1>
|
||||||
|
<a href="https://bookshelf.thequinn.fr/posts/what-i-learned-from-journaling/">Click here if you are not redirected.</a>
|
||||||
|
</html>
|
|
@ -1 +1 @@
|
||||||
{"/norobots/":"https://bookshelf.thequinn.fr/404.html","/assets/":"https://bookshelf.thequinn.fr/404.html","/posts/":"https://bookshelf.thequinn.fr/404.html"}
|
{"/the-zombie":"https://bookshelf.thequinn.fr/posts/the-zombie/","/a-guest-in-your-own-house":"https://bookshelf.thequinn.fr/posts/a-guest/","/la-brume":"https://bookshelf.thequinn.fr/posts/la-brume/","/le-tricot":"https://bookshelf.thequinn.fr/posts/le-tricot/","/know-my-name-coming-out":"https://bookshelf.thequinn.fr/posts/know-my-name/","/killing-butterflies":"https://bookshelf.thequinn.fr/posts/killing-butterflies/","/handle-with-care":"https://bookshelf.thequinn.fr/posts/handle-with-care/","/the-vampire":"https://bookshelf.thequinn.fr/posts/the-vampire/","/trouver-des-representations":"https://bookshelf.thequinn.fr/posts/representations-non-binaires/","/a-difficult-child":"https://bookshelf.thequinn.fr/posts/a-difficult-child/","/gallery/a-warm-memory":"https://bookshelf.thequinn.fr/posts/a-warm-memory/","/quinns-journaling-guide":"https://bookshelf.thequinn.fr/posts/what-i-learned-from-journaling/","/quinns-journaling-guide-part-2":"https://bookshelf.thequinn.fr/posts/why-should-you-journal/","/gallery/after-the-party":"https://bookshelf.thequinn.fr/posts/after-the-party/","/quinns-journaling-guide-part-3":"https://bookshelf.thequinn.fr/posts/start-journaling/","/shame":"https://bookshelf.thequinn.fr/posts/shame/","/journaling-donts":"https://bookshelf.thequinn.fr/posts/journaling-donts/","/i-forgot-all-of-their-names":"https://bookshelf.thequinn.fr/posts/i-forgot-all-of-their-names/","/coupe-menstruelle":"https://bookshelf.thequinn.fr/posts/coupe-menstruelle/","/quelquun-pour-maimer":"https://bookshelf.thequinn.fr/posts/quelqun-pour-maimer/","/ils-ne-veulent-pas-etre-tes-amis":"https://bookshelf.thequinn.fr/posts/ils-ne-veulent-pas-etre-tes-amis/","/why-do-you-want-kids-to-finish-the-food":"https://bookshelf.thequinn.fr/posts/finish-their-food/","/des-mots-sur-un-muret":"https://bookshelf.thequinn.fr/posts/des-mots-sur-un-muret/","/enterrements":"https://bookshelf.thequinn.fr/posts/enterrements/","/as-an-artist-should-i-be-on-social-media":"https://bookshelf.thequinn.fr/posts/eras-tour/","/norobots/":"https://bookshelf.thequinn.fr/404.html","/assets/":"https://bookshelf.thequinn.fr/404.html","/posts/":"https://bookshelf.thequinn.fr/404.html"}
|
11
shame.html
Normal file
11
shame.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting…</title>
|
||||||
|
<link rel="canonical" href="https://bookshelf.thequinn.fr/posts/shame/">
|
||||||
|
<script>location="https://bookshelf.thequinn.fr/posts/shame/"</script>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://bookshelf.thequinn.fr/posts/shame/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<h1>Redirecting…</h1>
|
||||||
|
<a href="https://bookshelf.thequinn.fr/posts/shame/">Click here if you are not redirected.</a>
|
||||||
|
</html>
|
|
@ -114,19 +114,19 @@
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://bookshelf.thequinn.fr/categories/</loc>
|
<loc>https://bookshelf.thequinn.fr/categories/</loc>
|
||||||
<lastmod>2024-10-28T21:20:31+01:00</lastmod>
|
<lastmod>2024-10-28T22:13:45+01:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://bookshelf.thequinn.fr/tags/</loc>
|
<loc>https://bookshelf.thequinn.fr/tags/</loc>
|
||||||
<lastmod>2024-10-28T21:20:31+01:00</lastmod>
|
<lastmod>2024-10-28T22:13:45+01:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://bookshelf.thequinn.fr/archives/</loc>
|
<loc>https://bookshelf.thequinn.fr/archives/</loc>
|
||||||
<lastmod>2024-10-28T21:20:31+01:00</lastmod>
|
<lastmod>2024-10-28T22:13:45+01:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://bookshelf.thequinn.fr/about/</loc>
|
<loc>https://bookshelf.thequinn.fr/about/</loc>
|
||||||
<lastmod>2024-10-28T21:20:31+01:00</lastmod>
|
<lastmod>2024-10-28T22:13:45+01:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://bookshelf.thequinn.fr/</loc>
|
<loc>https://bookshelf.thequinn.fr/</loc>
|
||||||
|
|
|
@ -38,12 +38,12 @@
|
||||||
<meta property="og:url" content="https://bookshelf.thequinn.fr/tags/" />
|
<meta property="og:url" content="https://bookshelf.thequinn.fr/tags/" />
|
||||||
<meta property="og:site_name" content="Quinn’s Bookshelf" />
|
<meta property="og:site_name" content="Quinn’s Bookshelf" />
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="article:published_time" content="2024-10-28T21:20:31+01:00" />
|
<meta property="article:published_time" content="2024-10-28T22:13:45+01:00" />
|
||||||
<meta name="twitter:card" content="summary" />
|
<meta name="twitter:card" content="summary" />
|
||||||
<meta property="twitter:title" content="Tags" />
|
<meta property="twitter:title" content="Tags" />
|
||||||
<meta name="twitter:site" content="@twitter_username" />
|
<meta name="twitter:site" content="@twitter_username" />
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2024-10-28T21:20:31+01:00","datePublished":"2024-10-28T21:20:31+01:00","description":"A blog about writing, mental health and other LGBTQ+ things","headline":"Tags","mainEntityOfPage":{"@type":"WebPage","@id":"https://bookshelf.thequinn.fr/tags/"},"url":"https://bookshelf.thequinn.fr/tags/"}</script>
|
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2024-10-28T22:13:45+01:00","datePublished":"2024-10-28T22:13:45+01:00","description":"A blog about writing, mental health and other LGBTQ+ things","headline":"Tags","mainEntityOfPage":{"@type":"WebPage","@id":"https://bookshelf.thequinn.fr/tags/"},"url":"https://bookshelf.thequinn.fr/tags/"}</script>
|
||||||
<!-- End Jekyll SEO tag -->
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
|
||||||
|
|
11
the-vampire.html
Normal file
11
the-vampire.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting…</title>
|
||||||
|
<link rel="canonical" href="https://bookshelf.thequinn.fr/posts/the-vampire/">
|
||||||
|
<script>location="https://bookshelf.thequinn.fr/posts/the-vampire/"</script>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://bookshelf.thequinn.fr/posts/the-vampire/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<h1>Redirecting…</h1>
|
||||||
|
<a href="https://bookshelf.thequinn.fr/posts/the-vampire/">Click here if you are not redirected.</a>
|
||||||
|
</html>
|
11
the-zombie.html
Normal file
11
the-zombie.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting…</title>
|
||||||
|
<link rel="canonical" href="https://bookshelf.thequinn.fr/posts/the-zombie/">
|
||||||
|
<script>location="https://bookshelf.thequinn.fr/posts/the-zombie/"</script>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://bookshelf.thequinn.fr/posts/the-zombie/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<h1>Redirecting…</h1>
|
||||||
|
<a href="https://bookshelf.thequinn.fr/posts/the-zombie/">Click here if you are not redirected.</a>
|
||||||
|
</html>
|
11
trouver-des-representations.html
Normal file
11
trouver-des-representations.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting…</title>
|
||||||
|
<link rel="canonical" href="https://bookshelf.thequinn.fr/posts/representations-non-binaires/">
|
||||||
|
<script>location="https://bookshelf.thequinn.fr/posts/representations-non-binaires/"</script>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://bookshelf.thequinn.fr/posts/representations-non-binaires/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<h1>Redirecting…</h1>
|
||||||
|
<a href="https://bookshelf.thequinn.fr/posts/representations-non-binaires/">Click here if you are not redirected.</a>
|
||||||
|
</html>
|
11
why-do-you-want-kids-to-finish-the-food.html
Normal file
11
why-do-you-want-kids-to-finish-the-food.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting…</title>
|
||||||
|
<link rel="canonical" href="https://bookshelf.thequinn.fr/posts/finish-their-food/">
|
||||||
|
<script>location="https://bookshelf.thequinn.fr/posts/finish-their-food/"</script>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://bookshelf.thequinn.fr/posts/finish-their-food/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<h1>Redirecting…</h1>
|
||||||
|
<a href="https://bookshelf.thequinn.fr/posts/finish-their-food/">Click here if you are not redirected.</a>
|
||||||
|
</html>
|
Loading…
Add table
Reference in a new issue