Giter VIP home page Giter VIP logo

ntueecoursemap-1's Introduction

NTUEE Course Map

About

A course map for NTUEE students with Gatsby & Notion

Plugins

With Gatsby offering a plugin-rich ecosystem, there are a few key plugins that make this project possible.

Project Structure

  • Site-level configuration is stored in config.json so it can be exposed to Forestry. This file is loaded in the gatsby-config.js to configure Gatsby and all it to be accessible via siteMetaData in your graphql queries.
  • Access any of Gatsby's browser api's via the gatsby-browser.js, or load global styles etc.
  • Add and access plugin options or siteMetaData via gatsby-config.js
  • Access Gatsby's node api's via gatsby-node.js. This is where the creation of new blog pages or nodes is handled.
  • Edit styles via src/styles/...
  • content/contains all your markdown blog posts, images & data files (e.g. authors list, info page data).
  • src/pages is a very important and required directory for Gatsby. This is where all your pages for the site live.
  • Blog posts are built from a template that can be accessed at src/templates.
  • The pages & template are comprised of components from src/components.

ntueecoursemap-1's People

Contributors

fiona1121 avatar lulala5566 avatar dienruei123 avatar tingwoo avatar yck1130 avatar chih-hsiang avatar seanfu56 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.