Code Monkey home page Code Monkey logo

study-journal-template's Introduction

Study Journal Template

88888

Fork this repo and make it your own. You will use it for the remainder of this curriculum to organize, review, and share your notes. Completing this repo will turn your notes into a powerful study & review tool, a showcase of your knowledge, and substantial practice with organizing and deploying projects to GitHub.

Initial setup

  • Fork this repo
  • Set gh-pages settings to build from "master /docs"
    • This will host your notes live at "user_name".github.io/"repo_name"
  • Clone the repo
  • Run "npm install -g gitbook-cli && gitbook install" in the cloned directory
  • Run "chmod a+x ./scripts/publish.sh" in the cloned directory

To Publish:

  • Type "./scripts/publish.sh" from terminal in your Journal directory

Concepts GitBook:

Quizzes:

  • You will use this quiz plugin to write self-review quizzes for your notes. The quizzes will be live and interactive on your journal's url.

Directory Structure Explained:

study-journal
|-- /xx-yy_aa-bb
|   * A folder for each week, labeled by date
|   * There will be one file per day, that day's notes
|   * Or maybe one file every few days. you'll find what works
|
|-- /concepts
|   * Contains one file for each important concept
|   * You get to decide what these are
|   * Each one of these will become a page in your GitBook
|   * These will link to the days you studied that topic
|
|-- /docs
|   * The publis.sh script will buid the GitBook into this folder
|   * GitHub Pages will build from this folder
|
|-- /node_modules
|   |-- /gitbook-plugin-collapsible-chapters
|   |-- /gitbook-plugin-quiz
|   |-- /jquery
|   |-- /underscore
|
|-- /quizes
|   * You will have one integrated quiz for each conept
|   * The quizes will be built with gitbook-plugin-quiz
|   * You will add to these quizes regulary as you learn more about this concept
|
|-- /scripts
|   |-- build.sh    - Build the GitBook into /docs without publishing
|   |-- publish.sh  - Build & push the new notes GitBook to GitHub
|   |-- serve.sh    - Preview your GitBook at localhost:4000 without building
|
|-- .gitignore  - Tell Git not to push your node_modules folder to GitHub
|-- book.json   - A file written in JSON format that configures your GitBook
|-- CONTRIBUTING.md - Guidelines for people who'd like to contribut to your notes
|-- LICENSE.md  - A license, so people can respect your wishes
|-- README.md   - The "cover page" of your repo & GitBook
|-- SUMMARY.md  - Determines what will show up in your GitBook index




study-journal-template's People

Contributors

colevanderswands 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.