aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-09-20 11:08:16 -0400
committerThedro Neely <thedroneely@gmail.com>2019-09-20 11:08:16 -0400
commite0b02ad370900d3e6e0cc94d58c7dbce94bb9c43 (patch)
treee913527dcacc6ca7936ca9bf6565f47871811e78 /.drone.yml
parent3283a7b62628eb338360d626b11f7a029a84d154 (diff)
downloadthedroneely.com-e0b02ad370900d3e6e0cc94d58c7dbce94bb9c43.tar.gz
thedroneely.com-e0b02ad370900d3e6e0cc94d58c7dbce94bb9c43.tar.bz2
thedroneely.com-e0b02ad370900d3e6e0cc94d58c7dbce94bb9c43.zip
.drone.yml: Use minified syntax highlighting paylaod
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 1a4d910..2a89b55 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -125,6 +125,7 @@ steps:
- sed -i "s|tdro.css|$(find public/css -name "tdro.min*" | awk -F/ '{print $NF}')|" app/views/snippets/stylesheets.php
- sed -i "s|tdro-dark.css|$(find public/css -name "tdro-dark.min*" | awk -F/ '{print $NF}')|" app/views/snippets/stylesheets.php
- sed -i "s|bulma-timeline.css|$(find public/css -name "bulma-timeline.min*" | awk -F/ '{print $NF}')|" app/views/resume.view.php
+ - sed -i "s|syntax-highlight.css|$(find public/css -name "syntax-highlight.min*" | awk -F/ '{print $NF}')|" generators/hugo/themes/tdro/layouts/_default/single.html
- sed -i "s|app.js|$(find public/js -name "app-js.min*" | awk -F/ '{print $NF}')|" app/views/partials/footer.php