srivaidyas / student2.0

AP CSP Blog
https://srivaidyas.github.io/student2.0/AD_compsci.html
Apache License 2.0
0 stars 0 forks source link
ap-prep apcsp blog

IMPORTANT

File Names

NIGHTHAWK-Pages CHANGES

NEW FOR NIGHTHAWK-Pages - TAGS

NEW FOR NIGHTHAWK-Pages - SEARCH

NEW FOR NIGHTHAWK-Pages - NAVIGATION BAR

NEW FOR NIGHTHAWK-Pages - HOME PAGE

NEW FOR NIGHTHAWK-Pages - SASS CHANGES

NEW FOR NIGHTHAWK-Pages - INCLUDES

NEW FOR NIGHTHAWK-Pages - LAYOUTS

NEW FOR NIGHTHAWK-Pages - CONFIG.YML

Blog site using GitHub Pages and Jekyll

This site is intended for Students. This is to record plans, complete hacks, and do work for your learnings.

GitHub Pages

All GitHub Pages websites are managed on GitHub infrastructure. GitHub uses Jekyll to transform your content into static websites and blogs. Each time we change files in GitHub it initiates a GitHub Action that rebuilds and publishes the site with Jekyll.

Preparing a Preview Site

In all development, it is recommended to test your code before deployment. The GitHub Pages development process is optimized by testing your development on your local machine, prior to files on GitHub

Development Cycle. For GitHub pages, the tooling described below will create a development cycle make-code-save-preview. In the development cycle, it is a requirement to preview work locally, prior to doing a VSCode commit to git.

Deployment Cycle. In the deployment cycle, sync-github-action-review, it is a requirement to complete the development cycle prior to doing a VSCode sync. The sync triggers github repository update. The action starts the jekyll build to publish the website. Any step can have errors and will require you to do a review.

WSL and/or Ubuntu installation requirements

MacOs installation requirements

Preview

bundle install

Meta Data (Front Matter)

Key files in Computer Science Lab Notebook