Update for latest canary + prettier
This commit is contained in:
parent
b7d1dbf4e1
commit
b23a664df6
20 changed files with 436 additions and 314 deletions
43
src/components/Bio.js
Normal file
43
src/components/Bio.js
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
import React from "react"
|
||||
|
||||
// Import typefaces
|
||||
import "typeface-montserrat"
|
||||
import "typeface-merriweather"
|
||||
|
||||
import profilePic from "./profile-pic.jpg"
|
||||
import { rhythm } from "../utils/typography"
|
||||
|
||||
class Bio extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<p
|
||||
style={{
|
||||
marginBottom: rhythm(2.5),
|
||||
}}
|
||||
>
|
||||
<img
|
||||
src={profilePic}
|
||||
alt={`Kyle Mathews`}
|
||||
style={{
|
||||
float: "left",
|
||||
marginRight: rhythm(1 / 4),
|
||||
marginBottom: 0,
|
||||
width: rhythm(2),
|
||||
height: rhythm(2),
|
||||
}}
|
||||
/>
|
||||
Written by
|
||||
{" "}
|
||||
<strong>Kyle Mathews</strong>
|
||||
{" "}
|
||||
who lives and works in San Francisco building useful things.
|
||||
{" "}
|
||||
<a href="https://twitter.com/kylemathews">
|
||||
You should follow him on Twitter
|
||||
</a>
|
||||
</p>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
export default Bio
|
||||
BIN
src/components/profile-pic.jpg
Normal file
BIN
src/components/profile-pic.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.9 KiB |
150
src/css/zenburn.css
Normal file
150
src/css/zenburn.css
Normal file
|
|
@ -0,0 +1,150 @@
|
|||
/*
|
||||
|
||||
Zenburn style from voldmar.ru (c) Vladimir Epifanov <voldmar@voldmar.ru>
|
||||
based on dark.css by Ivan Sagalaev
|
||||
|
||||
*/
|
||||
|
||||
.markdown pre {
|
||||
display: block;
|
||||
background: #3F3F3F;
|
||||
color: #DCDCDC;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.markdown pre code {
|
||||
background: none;
|
||||
border: none;
|
||||
border-radius: 3px;
|
||||
display: inline-block;
|
||||
overflow: inherit;
|
||||
padding: 1.58333rem;
|
||||
white-space: inherit;
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
code {
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
white-space: pre;
|
||||
white-space: pre-wrap;
|
||||
white-space: pre-line;
|
||||
white-space: -pre-wrap;
|
||||
white-space: -o-pre-wrap;
|
||||
white-space: -moz-pre-wrap;
|
||||
white-space: -hp-pre-wrap;
|
||||
word-wrap: break-word;
|
||||
background: #e5e5e5;
|
||||
border: 1px solid #cccccc;
|
||||
display: inline;
|
||||
font-family: Inconsolata, monospace, serif;
|
||||
max-width: 100%;
|
||||
overflow: auto;
|
||||
padding: 0 0.1625rem;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-tag,
|
||||
.css .hljs-class,
|
||||
.css .hljs-id,
|
||||
.lisp .hljs-title,
|
||||
.nginx .hljs-title,
|
||||
.hljs-request,
|
||||
.hljs-status,
|
||||
.clojure .hljs-attribute {
|
||||
color: #E3CEAB;
|
||||
}
|
||||
|
||||
.django .hljs-template_tag,
|
||||
.django .hljs-variable,
|
||||
.django .hljs-filter .hljs-argument {
|
||||
color: #DCDCDC;
|
||||
}
|
||||
|
||||
.hljs-number,
|
||||
.hljs-date {
|
||||
color: #8CD0D3;
|
||||
}
|
||||
|
||||
.dos .hljs-envvar,
|
||||
.dos .hljs-stream,
|
||||
.hljs-variable,
|
||||
.apache .hljs-sqbracket {
|
||||
color: #EFDCBC;
|
||||
}
|
||||
|
||||
.dos .hljs-flow,
|
||||
.diff .hljs-change,
|
||||
.python .exception,
|
||||
.python .hljs-built_in,
|
||||
.hljs-literal,
|
||||
.tex .hljs-special {
|
||||
color: #EFEFAF;
|
||||
}
|
||||
|
||||
.diff .hljs-chunk,
|
||||
.hljs-subst {
|
||||
color: #8F8F8F;
|
||||
}
|
||||
|
||||
.dos .hljs-keyword,
|
||||
.python .hljs-decorator,
|
||||
.hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.diff .hljs-header,
|
||||
.ruby .hljs-class .hljs-parent,
|
||||
.apache .hljs-tag,
|
||||
.nginx .hljs-built_in,
|
||||
.tex .hljs-command,
|
||||
.hljs-prompt {
|
||||
color: #efef8f;
|
||||
}
|
||||
|
||||
.dos .hljs-winutils,
|
||||
.ruby .hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.ruby .hljs-string {
|
||||
color: #DCA3A3;
|
||||
}
|
||||
|
||||
.diff .hljs-deletion,
|
||||
.hljs-string,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.hljs-javadoc,
|
||||
.smalltalk .hljs-class,
|
||||
.smalltalk .hljs-localvars,
|
||||
.smalltalk .hljs-array,
|
||||
.css .hljs-rules .hljs-value,
|
||||
.hljs-attr_selector,
|
||||
.hljs-pseudo,
|
||||
.apache .hljs-cbracket,
|
||||
.tex .hljs-formula,
|
||||
.coffeescript .hljs-attribute {
|
||||
color: #CC9393;
|
||||
}
|
||||
|
||||
.hljs-shebang,
|
||||
.diff .hljs-addition,
|
||||
.hljs-comment,
|
||||
.java .hljs-annotation,
|
||||
.hljs-template_comment,
|
||||
.hljs-pi,
|
||||
.hljs-doctype {
|
||||
color: #7F9F7F;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
47
src/html.js
Normal file
47
src/html.js
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
import React from 'react'
|
||||
import { TypographyStyle } from 'react-typography'
|
||||
import Helmet from 'react-helmet'
|
||||
|
||||
import typography from './utils/typography'
|
||||
|
||||
let stylesStr
|
||||
if (process.env.NODE_ENV === `production`) {
|
||||
try {
|
||||
stylesStr = require(`!raw-loader!./public/styles.css`)
|
||||
} catch (e) {
|
||||
console.log(e)
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = React.createClass({
|
||||
render () {
|
||||
const head = Helmet.rewind()
|
||||
let css
|
||||
if (process.env.NODE_ENV === `production`) {
|
||||
css = <style id="gatsby-inlined-css" dangerouslySetInnerHTML={{ __html: stylesStr }} />
|
||||
}
|
||||
|
||||
return (
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charSet="utf-8" />
|
||||
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0"
|
||||
/>
|
||||
{this.props.headComponents}
|
||||
<TypographyStyle typography={typography} />
|
||||
{css}
|
||||
{head.title.toComponent()}
|
||||
{head.meta.toComponent()}
|
||||
{head.link.toComponent()}
|
||||
</head>
|
||||
<body>
|
||||
<div id="react-mount" dangerouslySetInnerHTML={{ __html: this.props.body }} />
|
||||
{this.props.postBodyComponents}
|
||||
</body>
|
||||
</html>
|
||||
)
|
||||
},
|
||||
})
|
||||
74
src/layouts/default.js
Normal file
74
src/layouts/default.js
Normal file
|
|
@ -0,0 +1,74 @@
|
|||
import React from "react"
|
||||
import Link from "gatsby-link"
|
||||
import { Container } from "react-responsive-grid"
|
||||
|
||||
import { rhythm, scale } from "../utils/typography"
|
||||
|
||||
class Template extends React.Component {
|
||||
render() {
|
||||
const { location, children } = this.props
|
||||
let header
|
||||
if (location.pathname === "/") {
|
||||
header = (
|
||||
<h1
|
||||
style={{
|
||||
...scale(1.5),
|
||||
marginBottom: rhythm(1.5),
|
||||
marginTop: 0,
|
||||
}}
|
||||
>
|
||||
<Link
|
||||
style={{
|
||||
boxShadow: "none",
|
||||
textDecoration: "none",
|
||||
color: "inherit",
|
||||
}}
|
||||
to={"/"}
|
||||
>
|
||||
Gatsby Starter Blog
|
||||
</Link>
|
||||
</h1>
|
||||
)
|
||||
} else {
|
||||
header = (
|
||||
<h3
|
||||
style={{
|
||||
fontFamily: "Montserrat, sans-serif",
|
||||
marginTop: 0,
|
||||
marginBottom: rhythm(-1),
|
||||
}}
|
||||
>
|
||||
<Link
|
||||
style={{
|
||||
boxShadow: "none",
|
||||
textDecoration: "none",
|
||||
color: "inherit",
|
||||
}}
|
||||
to={"/"}
|
||||
>
|
||||
Gatsby Starter Blog
|
||||
</Link>
|
||||
</h3>
|
||||
)
|
||||
}
|
||||
return (
|
||||
<Container
|
||||
style={{
|
||||
maxWidth: rhythm(24),
|
||||
padding: `${rhythm(1.5)} ${rhythm(3 / 4)}`,
|
||||
}}
|
||||
>
|
||||
{header}
|
||||
{children}
|
||||
</Container>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Template.propTypes = {
|
||||
children: React.PropTypes.any,
|
||||
location: React.PropTypes.object,
|
||||
route: React.PropTypes.object,
|
||||
}
|
||||
|
||||
export default Template
|
||||
17
src/pages/2015-05-01-hello-world/index.md
Normal file
17
src/pages/2015-05-01-hello-world/index.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: Hello World
|
||||
date: "2015-05-01T22:12:03.284Z"
|
||||
layout: post
|
||||
readNext: "/my-second-post/"
|
||||
path: "/hello-world/"
|
||||
---
|
||||
|
||||
This is my first post on my new fake blog! How exciting!
|
||||
|
||||
I'm sure I'll write a lot more interesting things in the future.
|
||||
|
||||
Oh, and here's a great quote from this Wikipedia on [salted duck eggs](http://en.wikipedia.org/wiki/Salted_duck_egg).
|
||||
|
||||
>A salted duck egg is a Chinese preserved food product made by soaking duck eggs in brine, or packing each egg in damp, salted charcoal. In Asian supermarkets, these eggs are sometimes sold covered in a thick layer of salted charcoal paste. The eggs may also be sold with the salted paste removed, wrapped in plastic, and vacuum packed. From the salt curing process, the salted duck eggs have a briny aroma, a gelatin-like egg white and a firm-textured, round yolk that is bright orange-red in color.
|
||||
|
||||

|
||||
BIN
src/pages/2015-05-01-hello-world/salty_egg.jpg
Normal file
BIN
src/pages/2015-05-01-hello-world/salty_egg.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 668 KiB |
13
src/pages/2015-05-06-my-second-post/index.md
Normal file
13
src/pages/2015-05-06-my-second-post/index.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: My Second Post!
|
||||
date: "2015-05-06T23:46:37.121Z"
|
||||
layout: post
|
||||
readNext: "/hi-folks/"
|
||||
path: "/my-second-post/"
|
||||
---
|
||||
|
||||
Wow! I love blogging so much already.
|
||||
|
||||
Did you know that "despite its name, salted duck eggs can also be made from chicken eggs, though the taste and texture will be somewhat different, and the egg yolk will be less rich."? ([Wikipedia Link](http://en.wikipedia.org/wiki/Salted_duck_egg))
|
||||
|
||||
Yeah, I didn't either.
|
||||
118
src/pages/2015-05-28-hi-folks/index.md
Normal file
118
src/pages/2015-05-28-hi-folks/index.md
Normal file
|
|
@ -0,0 +1,118 @@
|
|||
---
|
||||
title: New Beginnings
|
||||
date: "2015-05-28T22:40:32.169Z"
|
||||
layout: post
|
||||
path: "/hi-folks/"
|
||||
---
|
||||
|
||||
Far far away, behind the word mountains, far from the countries Vokalia
|
||||
and Consonantia, there live the blind texts. Separated they live in
|
||||
Bookmarksgrove right at the coast of the Semantics, a large language
|
||||
ocean. A small river named Duden flows by their place and supplies it
|
||||
with the necessary regelialia.
|
||||
|
||||
## On deer horse aboard tritely yikes and much
|
||||
|
||||
The Big Oxmox advised her not to do so, because there were thousands of
|
||||
bad Commas, wild Question Marks and devious Semikoli, but the Little
|
||||
Blind Text didn’t listen. She packed her seven versalia, put her initial
|
||||
into the belt and made herself on the way.
|
||||
|
||||
* This however showed weasel
|
||||
* Well uncritical so misled
|
||||
* this is very interesting
|
||||
* Goodness much until that fluid owl
|
||||
|
||||
When she reached the first hills of the **Italic Mountains**, she
|
||||
had a last view back on the skyline of her
|
||||
hometown _Bookmarksgrove_, the headline of [Alphabet
|
||||
Village](http://google.com) and the subline of her own road, the
|
||||
Line Lane. Pityful a rethoric question ran over her cheek, then she
|
||||
continued her way. On her way she met a copy.
|
||||
|
||||
### Overlaid the jeepers uselessly much excluding
|
||||
|
||||
But nothing the copy said could convince her and so it didn’t take
|
||||
long until a few insidious Copy Writers ambushed her, made her drunk
|
||||
with [Longe and Parole](http://google.com) and dragged her into
|
||||
their agency, where they abused her for their projects again and
|
||||
again. And if she hasn’t been rewritten, then they are still using
|
||||
her.
|
||||
|
||||
> Far far away, behind the word mountains, far from the countries
|
||||
> Vokalia and Consonantia, there live the blind texts. Separated
|
||||
> they live in Bookmarksgrove right at the coast of the Semantics, a
|
||||
> large language ocean.
|
||||
|
||||
It is a paradisematic country, in which roasted parts of sentences
|
||||
fly into your mouth. Even the all-powerful Pointing has no control
|
||||
about the blind texts it is an almost unorthographic life One day
|
||||
however a small line of blind text by the name of Lorem Ipsum
|
||||
decided to leave for the far World of Grammar.
|
||||
|
||||
### According a funnily until pre-set or arrogant well cheerful
|
||||
|
||||
The Big Oxmox advised her not to do so, because there were thousands
|
||||
of bad Commas, wild Question Marks and devious Semikoli, but the
|
||||
Little Blind Text didn’t listen. She packed her seven versalia, put
|
||||
her initial into the belt and made herself on the way.
|
||||
|
||||
1. So baboon this
|
||||
2. Mounted militant weasel gregariously admonishingly straightly hey
|
||||
3. Dear foresaw hungry and much some overhung
|
||||
4. Rash opossum less because less some amid besides yikes jeepers frenetic impassive fruitlessly shut
|
||||
|
||||
When she reached the first hills of the Italic Mountains, she had a
|
||||
last view back on the skyline of her hometown Bookmarksgrove, the
|
||||
headline of Alphabet Village and the subline of her own road, the
|
||||
Line Lane. Pityful a rethoric question ran over her cheek, then she
|
||||
continued her way. On her way she met a copy.
|
||||
|
||||
> The copy warned the Little Blind Text, that where it came from it
|
||||
> would have been rewritten a thousand times and everything that was
|
||||
> left from its origin would be the word "and" and the Little Blind
|
||||
> Text should turn around and return to its own, safe country.
|
||||
|
||||
But nothing the copy said could convince her and so it didn’t take
|
||||
long until a few insidious Copy Writers ambushed her, made her drunk
|
||||
with Longe and Parole and dragged her into their agency, where they
|
||||
abused her for their projects again and again. And if she hasn’t
|
||||
been rewritten, then they are still using her. Far far away, behind
|
||||
the word mountains, far from the countries Vokalia and Consonantia,
|
||||
there live the blind texts.
|
||||
|
||||
#### Silent delightfully including because before one up barring chameleon
|
||||
|
||||
Separated they live in Bookmarksgrove right at the coast of the
|
||||
Semantics, a large language ocean. A small river named Duden flows
|
||||
by their place and supplies it with the necessary regelialia. It is
|
||||
a paradisematic country, in which roasted parts of sentences fly
|
||||
into your mouth.
|
||||
|
||||
Even the all-powerful Pointing has no control about the blind texts
|
||||
it is an almost unorthographic life One day however a small line of
|
||||
blind text by the name of Lorem Ipsum decided to leave for the far
|
||||
World of Grammar. The Big Oxmox advised her not to do so, because
|
||||
there were thousands of bad Commas, wild Question Marks and devious
|
||||
Semikoli, but the Little Blind Text didn’t listen.
|
||||
|
||||
##### Wherever far wow thus a squirrel raccoon jeez jaguar this from along
|
||||
|
||||
She packed her seven versalia, put her initial into the belt and
|
||||
made herself on the way. When she reached the first hills of the
|
||||
Italic Mountains, she had a last view back on the skyline of her
|
||||
hometown Bookmarksgrove, the headline of Alphabet Village and the
|
||||
subline of her own road, the Line Lane. Pityful a rethoric question
|
||||
ran over her cheek, then she continued her way. On her way she met a
|
||||
copy.
|
||||
|
||||
###### Slapped cozy a that lightheartedly and far
|
||||
|
||||
The copy warned the Little Blind Text, that where it came from it
|
||||
would have been rewritten a thousand times and everything that was
|
||||
left from its origin would be the word "and" and the Little Blind
|
||||
Text should turn around and return to its own, safe country. But
|
||||
nothing the copy said could convince her and so it didn’t take long
|
||||
until a few insidious Copy Writers ambushed her, made her drunk with
|
||||
Longe and Parole and dragged her into their agency, where they
|
||||
abused her for their projects again and again.
|
||||
BIN
src/pages/favicon.ico
Normal file
BIN
src/pages/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 198 B |
70
src/pages/index.js
Normal file
70
src/pages/index.js
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
import React from "react"
|
||||
import Link from "gatsby-link"
|
||||
import get from "lodash/get"
|
||||
import Helmet from "react-helmet"
|
||||
import include from "underscore.string/include"
|
||||
|
||||
import Bio from "../components/Bio"
|
||||
import { rhythm } from "../utils/typography"
|
||||
|
||||
class BlogIndex extends React.Component {
|
||||
render() {
|
||||
console.log(this.props)
|
||||
const pageLinks = []
|
||||
const siteTitle = get(this, "props.data.site.siteMetadata.title")
|
||||
const posts = get(this, "props.data.allMarkdownRemark.edges")
|
||||
posts.forEach(post => {
|
||||
if (post.node.path !== "/404/") {
|
||||
const title = get(post, "node.frontmatter.title") || post.node.path
|
||||
pageLinks.push(
|
||||
<li
|
||||
key={post.node.path}
|
||||
style={{
|
||||
marginBottom: rhythm(1 / 4),
|
||||
}}
|
||||
>
|
||||
<Link style={{ boxShadow: "none" }} to={post.node.slug}>
|
||||
{post.node.frontmatter.title}
|
||||
</Link>
|
||||
</li>
|
||||
)
|
||||
}
|
||||
})
|
||||
|
||||
return (
|
||||
<div>
|
||||
<Helmet title={get(this, "props.data.site.siteMetadata.title")} />
|
||||
<Bio />
|
||||
<ul>
|
||||
{pageLinks}
|
||||
</ul>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
BlogIndex.propTypes = {
|
||||
route: React.PropTypes.object,
|
||||
}
|
||||
|
||||
export default BlogIndex
|
||||
|
||||
export const pageQuery = `
|
||||
{
|
||||
site {
|
||||
siteMetadata {
|
||||
title
|
||||
}
|
||||
}
|
||||
allMarkdownRemark {
|
||||
edges {
|
||||
node {
|
||||
slug
|
||||
frontmatter {
|
||||
title
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
`
|
||||
2
src/pages/robots.txt
Normal file
2
src/pages/robots.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
User-agent: *
|
||||
Disallow:
|
||||
60
src/templates/template-blog-post.js
Normal file
60
src/templates/template-blog-post.js
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
import React from "react"
|
||||
import Helmet from "react-helmet"
|
||||
import Link from "gatsby-link"
|
||||
import get from "lodash/get"
|
||||
|
||||
import Bio from "../components/Bio"
|
||||
import { rhythm, scale } from "../utils/typography"
|
||||
|
||||
class BlogPostRoute extends React.Component {
|
||||
render() {
|
||||
const post = this.props.data.markdownRemark
|
||||
const siteTitle = get(this.props, "data.site.siteMetadata.title")
|
||||
console.log(this.props)
|
||||
|
||||
return (
|
||||
<div>
|
||||
<Helmet title={`${post.frontmatter.title} | ${siteTitle}`} />
|
||||
<h1>{post.frontmatter.title}</h1>
|
||||
<p
|
||||
style={{
|
||||
...scale(-1 / 5),
|
||||
display: "block",
|
||||
marginBottom: rhythm(1),
|
||||
marginTop: rhythm(-1),
|
||||
}}
|
||||
>
|
||||
{post.frontmatter.date}
|
||||
</p>
|
||||
<div dangerouslySetInnerHTML={{ __html: post.html }} />
|
||||
<hr
|
||||
style={{
|
||||
marginBottom: rhythm(1),
|
||||
}}
|
||||
/>
|
||||
<Bio />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
export default BlogPostRoute
|
||||
|
||||
export const pageQuery = `
|
||||
query BlogPostByPath($slug: String!) {
|
||||
site {
|
||||
siteMetadata {
|
||||
title
|
||||
author
|
||||
}
|
||||
}
|
||||
markdownRemark(slug: { eq: $slug }) {
|
||||
id
|
||||
html
|
||||
frontmatter {
|
||||
title
|
||||
date(formatString: "MMMM DD, YYYY")
|
||||
}
|
||||
}
|
||||
}
|
||||
`
|
||||
11
src/utils/typography.js
Normal file
11
src/utils/typography.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import Typography from 'typography'
|
||||
import Wordpress2016 from 'typography-theme-wordpress-2016'
|
||||
|
||||
const typography = new Typography(Wordpress2016)
|
||||
|
||||
// Hot reload typography in development.
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
typography.injectStyles()
|
||||
}
|
||||
|
||||
export default typography
|
||||
Loading…
Add table
Add a link
Reference in a new issue