Skip to content

Commit

Permalink
Created a tinyurl to the nauci base init licensed
Browse files Browse the repository at this point in the history
Blackfriday defect
278 (russross/blackfriday#278) causes
italicized links to render with underscores visible and the link not
italicized. To work around this defect the ox-hugo exporter that I use
to export org-mode markup to blackfriday markdown URI encodes
underscores in links. This should not be a problem except that
underscore percent-encoded characters are part of the unreserved set
which do not have standardized behaviour. It turns out that Github does
not treat URI encoded underscores the same as literal underscores and
so the workaround for the blackfriday defect exposed an issue when
linking to such URIs at Github. To get around this final issue I have
created a tinyurl for my license since the actual URI contains
underscores.

For reference see kaushalmodi/ox-hugo#236.
  • Loading branch information
TrevorWilsonSS committed Nov 12, 2018
1 parent c7c6466 commit ef068dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Expand Up @@ -15,7 +15,7 @@
Broken Links I noticed that all of my cross post anchor links are broken. They no longer link to anchors within the post, but instead link to the post itself. I will resolve this issue over the weekend." />
<meta property="og:type" content="article" />
<meta property="og:url" content="/post/licensed-nauci-base-entry-with-apache-version-2/" /><meta property="article:published_time" content="2018-11-09T00:00:00-07:00"/>
<meta property="article:modified_time" content="2018-11-09T07:16:25-07:00"/>
<meta property="article:modified_time" content="2018-11-12T03:30:46-07:00"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Licensed Nauci Base Entry With Apache Version 2"/>
<meta name="twitter:description" content="Today I released the nauci base init source under Apache version 2.0.
Expand Down Expand Up @@ -166,7 +166,7 @@
<h1 class="title"> Licensed Nauci Base Entry With Apache Version 2 </h1>
<div class="content">

<p>Today I <a href="https://github.com/BloggerBust/nauci%5Fbase%5Finit/">released the nauci base init source</a> under Apache version 2.0.</p>
<p>Today I <a href="https://tinyurl.com/y9fprpf7">released the nauci base init source</a> under Apache version 2.0.</p>

<h2 id="broken-links">Broken Links</h2>

Expand Down
14 changes: 7 additions & 7 deletions sitemap.xml
Expand Up @@ -4,7 +4,7 @@

<url>
<loc>/post/licensed-nauci-base-entry-with-apache-version-2/</loc>
<lastmod>2018-11-09T07:16:25-07:00</lastmod>
<lastmod>2018-11-12T03:30:46-07:00</lastmod>
</url>

<url>
Expand All @@ -29,7 +29,7 @@

<url>
<loc>/</loc>
<lastmod>2018-11-09T07:16:25-07:00</lastmod>
<lastmod>2018-11-12T03:30:46-07:00</lastmod>
<priority>0</priority>
</url>

Expand All @@ -40,7 +40,7 @@

<url>
<loc>/tags/docker/</loc>
<lastmod>2018-11-09T07:16:25-07:00</lastmod>
<lastmod>2018-11-12T03:30:46-07:00</lastmod>
<priority>0</priority>
</url>

Expand All @@ -64,7 +64,7 @@

<url>
<loc>/tags/nauci/</loc>
<lastmod>2018-11-09T07:16:25-07:00</lastmod>
<lastmod>2018-11-12T03:30:46-07:00</lastmod>
<priority>0</priority>
</url>

Expand All @@ -76,13 +76,13 @@

<url>
<loc>/post/</loc>
<lastmod>2018-11-09T07:16:25-07:00</lastmod>
<lastmod>2018-11-12T03:30:46-07:00</lastmod>
<priority>0</priority>
</url>

<url>
<loc>/categories/programming/</loc>
<lastmod>2018-11-09T07:16:25-07:00</lastmod>
<lastmod>2018-11-12T03:30:46-07:00</lastmod>
<priority>0</priority>
</url>

Expand All @@ -93,7 +93,7 @@

<url>
<loc>/tags/</loc>
<lastmod>2018-11-09T07:16:25-07:00</lastmod>
<lastmod>2018-11-12T03:30:46-07:00</lastmod>
<priority>0</priority>
</url>

Expand Down

0 comments on commit ef068dc

Please sign in to comment.