Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detailed supplementary documentation with added docker compose file. #22

Merged
merged 75 commits into from
Mar 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
f0f85d6
added docs folder
Jan 18, 2020
d8c8bb2
initializing with readme
Jan 18, 2020
533699f
index file added
Jan 18, 2020
6462c5f
testing first page
Jan 18, 2020
bc868b3
take 2 attempt
Jan 18, 2020
a2398d4
Set theme jekyll-theme-minimal
hfboyce Jan 20, 2020
76850a2
Intro commit
hfboyce Jan 20, 2020
b0a0096
Update index.md
hfboyce Jan 20, 2020
d8ddb42
gatsby and node for mac
hfboyce Jan 21, 2020
7863c15
customization started
hfboyce Jan 22, 2020
f4b63be
images added
Jan 22, 2020
c221de7
fixed broken link
Jan 22, 2020
323c76f
link fixed actually
hfboyce Jan 22, 2020
0c5dd32
spelling and grammar check
hfboyce Jan 22, 2020
776afd3
html code + caption
hfboyce Jan 22, 2020
114297a
html code + caption
hfboyce Jan 22, 2020
4222098
weird things happening
hfboyce Jan 22, 2020
251239d
40%
hfboyce Jan 22, 2020
a7a80ad
updated images AGAIN
hfboyce Jan 22, 2020
8f26d8d
updated images AGAIN
hfboyce Jan 22, 2020
24302a5
attribution code homepage
hfboyce Jan 22, 2020
3ce4fd3
Update index.md
hfboyce Feb 5, 2020
46ee869
updated docs
Feb 5, 2020
5580985
new customizing
Feb 5, 2020
61caea2
docker image
hfboyce Feb 7, 2020
bfbff31
added docker files
Feb 7, 2020
61db695
Update index.md
hfboyce Feb 8, 2020
976cdd6
Update index.md
hfboyce Feb 11, 2020
56a9591
architecture done
hfboyce Feb 11, 2020
1e306fa
Update index.md
hfboyce Feb 11, 2020
525336d
Add files via upload
hfboyce Feb 11, 2020
5f2741f
Delete chapters_img.png
hfboyce Feb 11, 2020
c5117c9
Add files via upload
hfboyce Feb 11, 2020
2185994
Delete zero_to_icsp.md
hfboyce Feb 11, 2020
43a59fd
Add files via upload
hfboyce Feb 11, 2020
218e120
Delete chapters_img.png
hfboyce Feb 11, 2020
e45414c
Add files via upload
hfboyce Feb 11, 2020
8c7ca03
images
hfboyce Feb 11, 2020
7b8ba89
testing captions
hfboyce Feb 11, 2020
3c566b2
captions
hfboyce Feb 11, 2020
9202673
Add files via upload
hfboyce Feb 11, 2020
c880a0a
slides starting
hfboyce Feb 11, 2020
be42c1f
slides starting
hfboyce Feb 12, 2020
6bdb1ec
added audio video
hfboyce Feb 12, 2020
ad22005
fixed docker compose explaning
hfboyce Feb 12, 2020
50b2d3c
fixed docker compose explaning
hfboyce Feb 12, 2020
5bb28e3
Update index.md
hfboyce Feb 12, 2020
013d0b2
link server
hfboyce Feb 12, 2020
4f8052c
spelling/grammar
hfboyce Feb 12, 2020
d3a8dda
emoji test
hfboyce Feb 12, 2020
26513a8
Add files via upload
hfboyce Feb 12, 2020
eb203f6
added multiple choice part
hfboyce Feb 12, 2020
27c4089
Update index.md
hfboyce Feb 12, 2020
592f9f0
Update dockerfile
hfboyce Feb 12, 2020
a04de55
updated from meeting
hfboyce Feb 12, 2020
40d64d5
update from meeting
hfboyce Feb 12, 2020
a881156
attempt to make docker gatsby develop -H 0.0.0.0
Feb 12, 2020
97cbc62
using ines' command
Feb 12, 2020
8eceb29
using ines' command with 0.0.0
Feb 12, 2020
ae19774
gatsby command sticking with it
Feb 12, 2020
ef76255
gatsby command sticking with it
Feb 12, 2020
295f753
first commit
Feb 12, 2020
3b066b3
removing chapters
Feb 12, 2020
9941410
Merge branch 'master' of https://github.com/UBC-MDS/course-starter-py…
Feb 12, 2020
657438e
remove chapters
Feb 12, 2020
70530fe
spellint and grammar.
hfboyce Feb 13, 2020
2282c93
Update index.md
hfboyce Feb 13, 2020
35f5323
fixed typo
hfboyce Feb 13, 2020
c384b09
removed package.json info
hfboyce Feb 25, 2020
877749c
mike edits and spelling
hfboyce Feb 28, 2020
8764b06
ToC
hfboyce Feb 28, 2020
c69efd4
ToC updated
hfboyce Feb 28, 2020
f75f41b
Made filler text a touch more professional
hfboyce Feb 28, 2020
2f778eb
added missing quote
hfboyce Mar 2, 2020
b887cf3
grammar fixes
hfboyce Mar 2, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: '3.7'
services:
gatsby:
build:
context: .
dockerfile: Dockerfile
working_dir: /app
command: gatsby develop -H 0.0.0.0
ports:
- "8000:8000"
volumes:
- .:/app
- /app/node_modules/
12 changes: 12 additions & 0 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Docker file for running Gatsby without installing node version 10 or Gatsby.
# Attribution: https://stackoverflow.com/questions/57405792/gatsby-not-rebuilding-whenever-mounted-code-changes
# Hayley Boyce (kinda not really), February 6th, 2020

FROM node:10

# Add the package.json file and build the node_modules folder
WORKDIR /app
COPY ./package*.json ./
RUN mkdir node_modules
RUN npm install --g gatsby-cli
RUN npm install
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# README.md
1 change: 1 addition & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-minimal
Binary file added docs/img/chapter_layout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/chapters_img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/julia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/multi-q-exercise.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/naome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading