dont stage dailies media to git

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
master
Amneesh Singh 2022-10-29 12:35:58 +05:30
parent 34311d8ee2
commit 8667a83817
Signed by: natto1784
GPG Key ID: 95949BD4B853F559
6 changed files with 7 additions and 3 deletions

3
.gitignore vendored
View File

@ -9,3 +9,6 @@ dist-newstyle
_site
_cache
.cache
!images/dailies
images/dailies/*
!images/dailies/stub

View File

@ -8,12 +8,12 @@ Doing chores sucks but errands suck more. Also self hosting shit sucks, but I do
* Image of the Day
#+ATTR_HTML: :alt Bro thinks he GettyImages 💀
[[../images/modinazisalute.png]]
[[../images/dailies/modinazisalute.png]]
* Video of the Day
#+begin_export html
<video controls>
<source src=../images/osakasohigh.mp4" type="video/mp4">
<source src=../images/dailies/osakasohigh.mp4" type="video/mp4">
</video>
#+end_export

View 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.

View File

@ -155,7 +155,7 @@ config =
defaultConfiguration
{ deployCommand =
"rsync --checksum -ave 'ssh -p 22001' \
\result/* \
\_site/* \
\root@weirdnatto.in:/var/lib/site/",
previewPort = 3333
}