#ui #gatsby
Gatsby is a React-based site generator. Read the docs.
The usage is as simple as:
npm init
yarn add gatsby react react-dom gatsby-theme-andy
gatsby-config.js
with something likemodule.exports = {
siteMetadata: {
title: 'My Notes',
},
plugins: [`gatsby-theme-andy`],
};
gatsby run
And when you're ready, run gatsby build
then deploy everything inside the public
folder.
To extend or modify the site, there's a lot of helpful tricks like [Gatsby - Theme Shadowing].
Gatsby - Theme Shadowing
#gatsby #ui Read: https://www.gatsbyjs.org/docs/themes/shadowing/ This is a very interesting technique in Gatsby that helps you ~not so…
How I built this notebook
You may notice that this site is heavily inspired by Andy Matuschak's notes , if the navigation confused you, you should take a look at…
Home Page
Welcome! Look like you've found my personal notebook. This is the place where you can take a peek into my mind to see what I've been…
If you think this note resonated, be it positive or negative, please feel free to send me an email and we can talk.