From 16b8cef47e34f252f3ba37a1f3171efd2fafea26 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Fri, 13 Dec 2019 19:17:32 -0600 Subject: [PATCH] Set deployment and baseurl for S3 bucket --- config.toml | 11 +++++++++-- content/research.md | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 5abbc3c..4e80efa 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseurl = "https://www.StrandLab.net/" +baseurl = "http://www.strandlab.net.s3-website.us-east-2.amazonaws.com/" title = "Strand Lab" author = "Gervaise H. Henry" theme = "blackburn" @@ -75,4 +75,11 @@ paginate = 10 twitter = "strand_lab" # Techie - biohpcgitlab = "StrandLab/" \ No newline at end of file + biohpcgitlab = "StrandLab/" + +[deployment] + order = [".jpg$", ".gif$"] + + [[deployment.targets]] + name = "aws" + URL = "s3://www.strandlab.net?region=us-east-2" \ No newline at end of file diff --git a/content/research.md b/content/research.md index d569640..fcae222 100644 --- a/content/research.md +++ b/content/research.md @@ -1,7 +1,7 @@ --- title: "Research" date: 2019-05-19T01:57:56-05:00 -draft: true +draft: false type: "custom" layout: "research" --- -- GitLab