Skip to content

Commit

Permalink
Add additional email recipients and first one
Browse files Browse the repository at this point in the history
Apostolis Glenis, UniPei PhD candidate, based on email he sent.
  • Loading branch information
dspinellis committed Mar 4, 2018
1 parent fad4dea commit 835b082
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ To contribute to the web site you need to follow these steps.
using [this template](https://raw.githubusercontent.com/AUEB-BALab/web/master/doc/templates/project-example.md).
* To add new software, add a file under `content/software`,
using [this template](https://raw.githubusercontent.com/AUEB-BALab/web/master/doc/templates/software-example.md).
* To add a new email recipient add the name in the file `content/mail-extra`.
* To update a static page (ex. PhD Student Achievements), go to `pages`, follow the existing structure and use class="img-responsive" for images.
* To modify an existing page, edit the corresponding file.

Expand Down
4 changes: 3 additions & 1 deletion bin/update
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ if [ $(whoami) = www-data ] ; then
BASE=/var/www/balab/web-contents

mkdir -p $BASE/lists
awk '/^email:/{print $2}' content/members/* >$BASE/lists/balab.txt
{ awk '/^email:/{print $2}' content/members/*
cat content/mail-extra
} >$BASE/lists/balab.txt
else
BASE=balab
fi
Expand Down
1 change: 1 addition & 0 deletions content/mail-extra
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]

0 comments on commit 835b082

Please sign in to comment.