This repository contains a theme used on SourceVortex site built-in Gatsby.
- Blog (markdown)
- Portfolio (Description, social networks, jobs timeline)
- Node.JS
- NPM ou Yarn
git clone https://github.com/SourceVortex/sourcevortex-gatsby-template.gitcd sourcevortex-gatsby-templatenpm installoryarn- copy
gatsby.settings/config.js.exampletogatsby.settings/config.js - Fill
gatsby.settings/config.jswith your data - copy
src/config/profile.config.ts.exampletosrc/config/profile.config.ts - Fill
src/config/profile.config.tswith your data - copy
src/config/template.config.ts.exampletosrc/config/template.config.ts - Fill
src/config/template.config.tswith your data - To run this template, execute:
gatsby develop
The file gatsby.settings/config.js is used inside of gatsby-config.js for siteMetadata and canonical url.
The file src/config/profile.config.ts is used to build "about" page with personal or site informations.
The file src/config/template.config.ts is used to configure header and sidebar menus, and others elements in this template.
- Projects/Docs page (todo...)
- Blog search bar
- Blog pagination
- Blog search by category
- Improve code! (quality - cleaning, optimization, etc...)