-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e5e2742
commit 5ceb4c6
Showing
9 changed files
with
48 additions
and
294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,3 +42,4 @@ vignettes/*.pdf | |
.config | ||
.local | ||
nohup.out | ||
*.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#!/bin/bash | ||
PWD=$(pwd) | ||
repo=${PWD##*/} | ||
dockerspace=larsvilhuber | ||
|
||
case $USER in | ||
vilhuber|larsvilhuber) | ||
WORKSPACE=$PWD | ||
;; | ||
codespace) | ||
WORKSPACE=/workspaces | ||
;; | ||
esac | ||
|
||
# build the docker if necessary | ||
|
||
|
||
docker pull $dockerspace/$repo | ||
|
||
docker run -v $WORKSPACE:/project -w /project --rm $dockerspace/$repo ./_build.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Break {.flexbox .vcenter} | ||
|
||
<img src="images/coffeecup.png" style="width: 700px; float: right; margin: 10px;" />[^creditcoffee] | ||
|
||
[^creditcoffee]: Coffee Cup Silhouette, by GDJ, <https://openclipart.org/detail/231334/coffee-cup-silhouette> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters