Skip to content

h15200/gatsby-template

Repository files navigation

rename project folder

run npm install

Uncomment .gitignore bottom items

      gatsby-config

write site metadata title siteUrl description

plugin - font

      Pages

Rename, add files in src - pages rename title attribute inside in each page Rename routes in src - pages - components - nav <Link to="/newPageName"

      Favicon

drop a file called favicon.png that is 1500x1500px directly in the src folder, uncomment gatsby-config plugin already installed

      helmetHead.js

edit meta description

      css

add variables in src - styles - abstract - _variables colors shadows

      Initialize git

Add new repo in github git init git add . git commit -m 'init' git remote add origin 'url from github' git push -u origin master

Also: git checkout -b dev and stay on this branch

get font awesome , svg plugins if necessary

end of project

save components to reuse

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published