Merge branch 'feat/v0.2' into 'main'
Feat/v0.2 See merge request !1
Showing
next/.gitignore
0 → 100644
next/.nvmrc
0 → 100644
next/README.md
0 → 100644
next/components/Avatar.js
0 → 100644
next/components/Button.js
0 → 100644
next/components/Button.module.css
0 → 100644
next/components/date.js
0 → 100644
next/components/hydra.js
0 → 100644
next/components/layout.js
0 → 100644
next/components/layout.module.css
0 → 100644
next/content/hydras/dusty-halley.md
0 → 100644
next/content/hydras/dusty-halley0.md
0 → 100644
next/content/hydras/galactic.md
0 → 100644
next/content/posts/hello-world.md
0 → 100644
next/content/posts/next.md
0 → 100644
next/content/talks/cooperer.md
0 → 100644
next/content/talks/droidcon19.md
0 → 100644
next/content/talks/musicologist.md
0 → 100644
next/content/talks/mwc.md
0 → 100644
next/content/talks/nightclazz.md
0 → 100644
next/content/talks/parisapi.md
0 → 100644
next/content/talks/serving-humans.md
0 → 100644
next/content/talks/talktome-berlin.md
0 → 100644
next/lib/hydras.js
0 → 100644
next/lib/posts.js
0 → 100644
next/lib/talks.js
0 → 100644
next/lib/utils.js
0 → 100644
next/next-env.d.ts
0 → 100644
next/package.json
0 → 100644
next/pages/_app.js
0 → 100644
next/pages/hydra.js
0 → 100644
next/pages/hydra/[id].js
0 → 100644
next/pages/index.js
0 → 100644
next/pages/parvagues.js
0 → 100644
next/pages/post/[id].js
0 → 100644
next/pages/talks.js
0 → 100644
next/public/favicon.ico
0 → 100644
File added
next/public/images/ParVagues.jpg
0 → 100644
157 KB
next/public/images/profile.png
0 → 100644
9.24 KB
next/public/robots.txt
0 → 100644
next/public/vercel.svg
0 → 100644
next/styles/main.css
0 → 100644
next/styles/utils.module.css
0 → 100644
next/tsconfig.json
0 → 100644
next/yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package-lock.json
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
deleted
100644 → 0
{ | |||
"dependencies": { | |||
"gatsby-cli": "^3.3.0" | |||
} | |||
} |
pln/.gitignore
deleted
100644 → 0
pln/.prettierignore
deleted
100644 → 0
pln/.prettierrc
deleted
100644 → 0
pln/LICENSE
deleted
100644 → 0
pln/README.md
deleted
100644 → 0
pln/gatsby-browser.js
deleted
100644 → 0
pln/gatsby-config.js
deleted
100644 → 0
pln/gatsby-node.js
deleted
100644 → 0
pln/gatsby-ssr.js
deleted
100644 → 0
pln/package-lock.json
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
pln/package.json
deleted
100644 → 0
pln/src/components/header.js
deleted
100644 → 0
pln/src/components/layout.css
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
pln/src/components/layout.js
deleted
100644 → 0
pln/src/components/seo.js
deleted
100644 → 0
pln/src/images/gatsby-astronaut.png
deleted
100644 → 0
163 KB
pln/src/images/gatsby-icon.png
deleted
100644 → 0
20.7 KB
pln/src/pages/404.js
deleted
100644 → 0
pln/src/pages/about.js
deleted
100644 → 0
pln/src/pages/index.js
deleted
100644 → 0
pln/src/pages/page-2.js
deleted
100644 → 0
pln/src/pages/using-typescript.tsx
deleted
100644 → 0