switching hard links to the Thomas Repository™

This commit is contained in:
micah rich 2019-06-13 14:48:46 -04:00
parent 4b0b3a8b39
commit c42d08ad3e
5 changed files with 16 additions and 16 deletions

View File

@ -118,14 +118,14 @@ export default ({ children }) => {
/>
<Head>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="apple-touch-icon" sizes="180x180" href="https://micahbrich.github.io/lexend/static/favicon/apple-touch-icon.png"/>
<link rel="icon" type="image/png" sizes="32x32" href="https://micahbrich.github.io/lexend/static/favicon/favicon-32x32.png"/>
<link rel="icon" type="image/png" sizes="16x16" href="https://micahbrich.github.io/lexend/static/favicon/favicon-16x16.png"/>
<link rel="manifest" href="https://micahbrich.github.io/lexend/static/favicon/site.webmanifest"/>
<link rel="mask-icon" href="https://micahbrich.github.io/lexend/static/favicon/safari-pinned-tab.svg" color="#5bbad5"/>
<link rel="shortcut icon" href="https://micahbrich.github.io/lexend/static/favicon/favicon.ico"/>
<link rel="apple-touch-icon" sizes="180x180" href="https://thomasjockin.github.io/lexend/static/favicon/apple-touch-icon.png"/>
<link rel="icon" type="image/png" sizes="32x32" href="https://thomasjockin.github.io/lexend/static/favicon/favicon-32x32.png"/>
<link rel="icon" type="image/png" sizes="16x16" href="https://thomasjockin.github.io/lexend/static/favicon/favicon-16x16.png"/>
<link rel="manifest" href="https://thomasjockin.github.io/lexend/static/favicon/site.webmanifest"/>
<link rel="mask-icon" href="https://thomasjockin.github.io/lexend/static/favicon/safari-pinned-tab.svg" color="#5bbad5"/>
<link rel="shortcut icon" href="https://thomasjockin.github.io/lexend/static/favicon/favicon.ico"/>
<meta name="msapplication-TileColor" content="#b91d47"/>
<meta name="msapplication-config" content="https://micahbrich.github.io/lexend/static/favicon/browserconfig.xml"/>
<meta name="msapplication-config" content="https://thomasjockin.github.io/lexend/static/favicon/browserconfig.xml"/>
<meta name="theme-color" content="#ffffff"/>
@ -134,16 +134,16 @@ export default ({ children }) => {
<meta name="description" content="Lexend is a variable font empirically shown to significantly improve reading-proficiency."/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://micahbrich.github.io/lexend/"/>
<meta property="og:url" content="https://thomasjockin.github.io/lexend/"/>
<meta property="og:title" content="Lexend — A Variable Font Designed for Reading"/>
<meta property="og:description" content="Lexend is a variable font empirically shown to significantly improve reading-proficiency."/>
<meta property="og:image" content="https://micahbrich.github.io/lexend/static/social/lexend.jpg"/>
<meta property="og:image" content="https://thomasjockin.github.io/lexend/static/social/lexend.jpg"/>
<meta property="twitter:card" content="summary_large_image"/>
<meta property="twitter:url" content="https://micahbrich.github.io/lexend/"/>
<meta property="twitter:url" content="https://thomasjockin.github.io/lexend/"/>
<meta property="twitter:title" content="Lexend — A Variable Font Designed for Reading"/>
<meta property="twitter:description" content="Lexend is a variable font empirically shown to significantly improve reading-proficiency."/>
<meta property="twitter:image" content="https://micahbrich.github.io/lexend/static/social/lexend.jpg"/>
<meta property="twitter:image" content="https://thomasjockin.github.io/lexend/static/social/lexend.jpg"/>
</Head>
<Nav>

View File

@ -24,7 +24,7 @@ import ArabicExample from '../components/ArabicExample'
As prescription eyeglasses achieve proficiency for persons with short-sightedness, Lexend employs variable font technology to prescribe a personalized axis setting according to the Shaver-Troup Formulations.
> ![](https://micahbrich.github.io/lexend/static/images/noordzji-cover-cut.png) The word is the condition for reading. The word consists of both white and black forms in rhythm units. If the rhythm is weak; the word is poorly formed. If the rhythm is absent; there is no word. Reading is a spatial manner of intervals in both length and breadth.... Ignoring the white by pedagogy places civilization at risk. What is civilization if not the cultural community dependent on reading?
> ![](https://thomasjockin.github.io/lexend/static/images/noordzji-cover-cut.png) The word is the condition for reading. The word consists of both white and black forms in rhythm units. If the rhythm is weak; the word is poorly formed. If the rhythm is absent; there is no word. Reading is a spatial manner of intervals in both length and breadth.... Ignoring the white by pedagogy places civilization at risk. What is civilization if not the cultural community dependent on reading?
###### Excerpts from “The Stroke” by Gerrit Noordzij

View File

@ -38,6 +38,6 @@ One gotcha (which you might notice in `package.json` on #master and shouldn't ha
###### Static Files
The `/static` folder is an important part of Next.js, and where we store all our non-dynamic files like fonts, images, etc. Because gh-pages is running in a subdirectory (`micahbrich.github.io/lexend` instead of just `micahbrich.github.io` or `lexend.com`), we have to change the URLs for static files to match whatever directory it's living in.
The `/static` folder is an important part of Next.js, and where we store all our non-dynamic files like fonts, images, etc. Because gh-pages is running in a subdirectory (`thomasjockin.github.io/lexend` instead of just `thomasjockin.github.io` or `lexend.com`), we have to change the URLs for static files to match whatever directory it's living in.
You'll notice all the static files are absolute URLs, just to make it simple. If you change where this lives, you'll want to do a find & replace to update those static files. There aren't a lot.

View File

@ -2,7 +2,7 @@
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="https://micahbrich.github.io/lexend/static/favicon/mstile-150x150.png"/>
<square150x150logo src="https://thomasjockin.github.io/lexend/static/favicon/mstile-150x150.png"/>
<TileColor>#b91d47</TileColor>
</tile>
</msapplication>

View File

@ -3,12 +3,12 @@
"short_name": "",
"icons": [
{
"src": "https://micahbrich.github.io/lexend/static/favicon/android-chrome-192x192.png",
"src": "https://thomasjockin.github.io/lexend/static/favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://micahbrich.github.io/lexend/static/favicon/android-chrome-512x512.png",
"src": "https://thomasjockin.github.io/lexend/static/favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}