8000 GitHub - jbloit/portfolio-intl: The code for my portfolio website
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jbloit/portfolio-intl

Repository files navigation

My portfolio website

Static website built with Gatsby.js, using the Gatsby i18n starter (for multi language).

Install

  1. Install Gatsby.js (doc)
npm install -g gatsby-cli
  1. Install packages used by this site
cd <this repo>
npm install

Develop / edit

  1. Run a local server on localhost:8000
cd <this repo>
gatsby develop
  1. Adding new posts

Add new .md pages to the src/pages directory. One per supported language. Name them as *.en.md and *.fr.md for multilanguage support. See the changes instantly in the browser.

Deploy

  1. Build the static website to the public directory.
cd <this repo>
gatsby build
  1. Upload

Install Surge.sh

cd <this repo>
surge public/ 

set domain to www.jbloit.com

About

The code for my portfolio website

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0