Skip to content

Commit

Permalink
deploy: e67182f
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoosten committed Jan 28, 2024
1 parent 8bef85c commit 1397762
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions index.html

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions slides/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
all: ../index.html

slidesEnglish.tmp: slidesEnglish.md
pandoc --self-contained -t slidy -o $@ $<
slidesEnglish.html: slidesEnglish.tmp pre.html post.html
cat pre.html slidesEnglish.tmp post.html > $@
slidesDutch.tmp: slidesDutch.md
pandoc --self-contained -t slidy -o $@ $<
slidesDutch.html: slidesDutch.tmp pre.html post.html
cat pre.html slidesDutch.tmp post.html > $@
../index.html: slidesDutch.html
cp slidesDutch.html ../index.html
../index.html: slidesDutch.html slidesEnglish.html
cp slidesEnglish.html ../index.html
clean:
rm slide*.html *.tmp

3 changes: 1 addition & 2 deletions slides/slidesEnglish.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,8 @@ git clone https://github.com/bos/strange-loop-2011

* Some handy libraries and tools

# Lets get started!

# Problem definition
# Problem definition for the rest of the workshop

Given a web site, we want to scrape it and find important web pages.

Expand Down

0 comments on commit 1397762

Please sign in to comment.