diff options
author | neodarz <neodarz@neodarz.net> | 2019-05-12 23:45:41 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-05-12 23:45:41 +0200 |
commit | b56158b63725362bc1c85f6cb3d23b5bf506e1a8 (patch) | |
tree | bac48270df39d732edcf69113c99fed385f50202 /start.sh | |
parent | 531d132ac822f0f8ef6d954fb098f5ad2a5b07df (diff) | |
download | my_new_personal_website-b56158b63725362bc1c85f6cb3d23b5bf506e1a8.tar.xz my_new_personal_website-b56158b63725362bc1c85f6cb3d23b5bf506e1a8.zip |
Fix some css issues
Diffstat (limited to '')
-rwxr-xr-x | start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/bash git pull -sass source/css/theme.scss source/css/out.css +sassc source/css/theme.scss source/css/theme.css python3 pyblog regen python3 pyblog p |