dont stage dailies media to git
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -9,3 +9,6 @@ dist-newstyle
|
|||||||
_site
|
_site
|
||||||
_cache
|
_cache
|
||||||
.cache
|
.cache
|
||||||
|
!images/dailies
|
||||||
|
images/dailies/*
|
||||||
|
!images/dailies/stub
|
||||||
|
@@ -8,12 +8,12 @@ Doing chores sucks but errands suck more. Also self hosting shit sucks, but I do
|
|||||||
|
|
||||||
* Image of the Day
|
* Image of the Day
|
||||||
#+ATTR_HTML: :alt Bro thinks he GettyImages 💀
|
#+ATTR_HTML: :alt Bro thinks he GettyImages 💀
|
||||||
[[../images/modinazisalute.png]]
|
[[../images/dailies/modinazisalute.png]]
|
||||||
|
|
||||||
* Video of the Day
|
* Video of the Day
|
||||||
#+begin_export html
|
#+begin_export html
|
||||||
<video controls>
|
<video controls>
|
||||||
<source src=../images/osakasohigh.mp4" type="video/mp4">
|
<source src=../images/dailies/osakasohigh.mp4" type="video/mp4">
|
||||||
</video>
|
</video>
|
||||||
#+end_export
|
#+end_export
|
||||||
|
|
||||||
|
1
images/dailies/stub
Normal file
1
images/dailies/stub
Normal file
@@ -0,0 +1 @@
|
|||||||
|
not staging all the media for dailies
|
Binary file not shown.
Before Width: | Height: | Size: 504 KiB |
Binary file not shown.
@@ -155,7 +155,7 @@ config =
|
|||||||
defaultConfiguration
|
defaultConfiguration
|
||||||
{ deployCommand =
|
{ deployCommand =
|
||||||
"rsync --checksum -ave 'ssh -p 22001' \
|
"rsync --checksum -ave 'ssh -p 22001' \
|
||||||
\result/* \
|
\_site/* \
|
||||||
\root@weirdnatto.in:/var/lib/site/",
|
\root@weirdnatto.in:/var/lib/site/",
|
||||||
previewPort = 3333
|
previewPort = 3333
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user