You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Key Objectives
88% - 93% makes Mortenson smile all day long
Leave room for creativity and personal capability (hyperflex)
Agile Manifesto Evidence (fun activity to create this) - share, then fork to self
UI sells project
GitHub Pages UI is a system. We need to learn the system before making large page edits (ie, CSS <style>, Head, Body should be minimized or not exist).
Make Team Repo
Jupyter Notebooks
Need to make a copy of the plages repo under the opencs directory
Need to make venv for this repo using ./scripts/venv.sh
Need to run source venv/bin/activate on this repo before doing code .
Find the Jupyter Notebook file
Set the Python Interpreter
Open the Toggle for Developer tool, Select Console, and Clear
Press play next to Jokes
Adjust jokes so output shows on pages
Theme Changing
Learn a little about themes, look at files that change with make
Study Makefile
Google GitHub Themes
Select a Theme for your Team project
Advanced: Try to change or make your own
Personal notes regarding theme changing:
Run make help to view all make themes
Run make serve-<your_theme_name> to change the theme
Mon Aug 25
Key Objectives
88% - 93% makes Mortenson smile all day long
Leave room for creativity and personal capability (hyperflex)
Agile Manifesto Evidence (fun activity to create this) - share, then fork to self
UI sells project
GitHub Pages UI is a system. We need to learn the system before making large page edits (ie, CSS <style>, Head, Body should be minimized or not exist).
Make Team Repo
Jupyter Notebooks
Need to make a copy of the plages repo under the opencs directory
Need to make venv for this repo using ./scripts/venv.sh
Need to run
source venv/bin/activateon this repo before doingcode .Find the Jupyter Notebook file
Set the Python Interpreter
Open the Toggle for Developer tool, Select Console, and Clear
Press play next to Jokes
Adjust jokes so output shows on pages
Theme Changing
Learn a little about themes, look at files that change with make
Study Makefile
Google GitHub Themes
Select a Theme for your Team project
Advanced: Try to change or make your own
Personal notes regarding theme changing:
Run
make helpto view all make themesRun
make serve-<your_theme_name>to change the theme