Add favicon
This commit is contained in:
parent
d5fa32562d
commit
4049a811c8
BIN
favicon.png
Normal file
BIN
favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<title>Greg Shuflin - Software Developer</title>
|
||||
<meta charset='utf-8'/>
|
||||
<link rel="icon" type="image/x-icon" href="favicon.png">
|
||||
<link href="style.css" rel="stylesheet"/>
|
||||
</head>
|
||||
<body>
|
||||
|
2
justfile
2
justfile
@ -6,6 +6,6 @@ resume_dir := "/home/greg/code/active/resume"
|
||||
resume_filename := "Greg Shuflin resume.pdf"
|
||||
|
||||
deploy:
|
||||
scp index.html style.css self.jpg greg@{{server}}:"/srv/greg.everydayimshuflin.com/"
|
||||
scp index.html favicon.png style.css self.jpg greg@{{server}}:"/srv/greg.everydayimshuflin.com/"
|
||||
just {{resume_dir}}/build_resume
|
||||
scp -r "{{resume_dir}}/{{resume_filename}}" greg@{{server}}:"/srv/greg.everydayimshuflin.com/resume"
|
||||
|
Loading…
Reference in New Issue
Block a user