Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
www
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PLN
www
Commits
70e8e58c
Commit
70e8e58c
authored
Apr 23, 2021
by
PLN (Algolia)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pln: Skeleton
parent
57c9420b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
44 additions
and
23 deletions
+44
-23
gatsby-config.js
pln/gatsby-config.js
+0
-3
hydra.js
pln/src/pages/hydra.js
+25
-0
index.js
pln/src/pages/index.js
+13
-14
parvagues.js
pln/src/pages/parvagues.js
+6
-6
No files found.
pln/gatsby-config.js
View file @
70e8e58c
...
...
@@ -29,8 +29,5 @@ module.exports = {
},
},
`gatsby-plugin-gatsby-cloud`
,
// this (optional) plugin enables Progressive Web App + Offline functionality
// To learn more, visit: https://gatsby.dev/offline
// `gatsby-plugin-offline`,
],
}
pln/src/pages/hydra.js
0 → 100644
View file @
70e8e58c
import
*
as
React
from
"react"
import
{
Link
}
from
"gatsby"
import
{
StaticImage
}
from
"gatsby-plugin-image"
import
Layout
from
"../components/layout"
import
Seo
from
"../components/seo"
const
Hydra
=
()
=>
(
<
Layout
>
<
Seo
title
=
"Hydra"
/>
<
h1
>
Hydra
<
/h1
>
<
p
>
With
<
a
href
=
"https://github.com/ojack/hydra/"
>
Hydra
<
/a>, I create some eye-catchers:</
p
>
<
StaticImage
src
=
"../images/WIP_GaLactic.png"
width
=
{
2048
}
quality
=
{
95
}
formats
=
{[
"AUTO"
,
"WEBP"
,
"AVIF"
]}
alt
=
"A Gatsby astronaut"
style
=
{{
marginBottom
:
`1.45rem`
}}
/
>
<
Link
to
=
"/"
>
Home
<
/Link
>
<
/Layout
>
)
export
default
Hydra
pln/src/pages/index.js
View file @
70e8e58c
import
*
as
React
from
"react"
import
{
Link
}
from
"gatsby"
import
{
StaticImage
}
from
"gatsby-plugin-image"
import
Layout
from
"../components/layout"
import
Seo
from
"../components/seo"
...
...
@@ -9,22 +8,22 @@ const IndexPage = () => (
<
Layout
>
<
Seo
title
=
"PLN's Home"
/>
<
h1
>
Welcome
!<
/h1
>
<
h2
>
I
'm PLN, and I love to <b>transform</b>
</h2>
<
h2
>
I
'm PLN, and I love to <i>transform…</i></h2>
<p>This is gonna be great.</p>
<StaticImage
src="../images/WIP_GaLactic.png"
width={2048}
quality={95}
formats={["AUTO", "WEBP", "AVIF"]}
alt="A Gatsby astronaut"
style={{ marginBottom: `1.45rem` }}
/>
<h3>…code into <em>human solutions</em></h3>
<p>
<Link to="/page-2/">Go to page 2</Link> <br />
<Link to="/using-typescript/">Go to "Using TypeScript"</Link>
At <Link to="/algolia/">Algolia</Link>, I create technologies to help humans find things and answers.
</p>
<h3>…code into <em>music</em></h3>
<p>
As <Link to="/parvagues/">ParVagues</Link>, I write patterns that shape soundwaves.
</p>
<h3>…code into <em>animated pixelscapes</em></h3>
<p>
Using <Link to="/hydra/">Hydra</Link>, I create technologies to help humans find things and answers
</p>.
</Layout>
)
...
...
pln/src/pages/pa
ge-2
.js
→
pln/src/pages/pa
rvagues
.js
View file @
70e8e58c
...
...
@@ -4,13 +4,13 @@ import { Link } from "gatsby"
import
Layout
from
"../components/layout"
import
Seo
from
"../components/seo"
const
SecondPage
=
()
=>
(
const
ParVagues
=
()
=>
(
<
Layout
>
<
Seo
title
=
"Pa
ge two
"
/>
<
h1
>
Hi
from
the
second
page
<
/h1
>
<
p
>
Welcome
to
page
2
<
/p
>
<
Link
to
=
"/"
>
Go
back
to
the
homepage
<
/Link
>
<
Seo
title
=
"Pa
rVagues
"
/>
<
h1
>
ParVagues
<
/h1
>
<
p
>
ParVagues
,
c
'est des ondes sonores qui naissent dans un océan binaire pour parfois s'
é
chouer
sur
vos
plages
sonores
.
<
/p
>
<
Link
to
=
"/"
>
Retour
<
/Link
>
<
/Layout
>
)
export
default
SecondPage
export
default
ParVagues
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment