diff options
-rw-r--r-- | .rsyncignore | 3 | ||||
l--------- | art/dst/404.html | 2 | ||||
-rw-r--r-- | art/dst/rss.xml | 4 | ||||
l--------- | blog/dst/404.html | 2 | ||||
-rw-r--r-- | blog/dst/rss.xml | 4 |
5 files changed, 9 insertions, 6 deletions
diff --git a/.rsyncignore b/.rsyncignore index b45e758..1125471 100644 --- a/.rsyncignore +++ b/.rsyncignore @@ -7,6 +7,9 @@ LICENSE # Rsync specific .rsyncignore +lsync +lbuild +.venv/ blog/ art/ gendata/ diff --git a/art/dst/404.html b/art/dst/404.html index 2274043..265b7a8 120000 --- a/art/dst/404.html +++ b/art/dst/404.html @@ -1 +1 @@ -/home/lz/dox/www/luevano.xyz/luevano/404.html
\ No newline at end of file +../../luevano/404.html
\ No newline at end of file diff --git a/art/dst/rss.xml b/art/dst/rss.xml index 566ceda..5e0a0e1 100644 --- a/art/dst/rss.xml +++ b/art/dst/rss.xml @@ -13,8 +13,8 @@ <copyright>Copyright 2021 David Luévano Alvarado</copyright> <managingEditor>david@luevano.xyz (David Luévano Alvarado)</managingEditor> <webMaster>david@luevano.xyz (David Luévano Alvarado)</webMaster> - <pubDate>Wed, 27 Apr 2022 06:45:03 GMT</pubDate> - <lastBuildDate>Wed, 27 Apr 2022 06:45:03 GMT</lastBuildDate> + <pubDate>Wed, 27 Apr 2022 06:49:27 GMT</pubDate> + <lastBuildDate>Wed, 27 Apr 2022 06:49:27 GMT</lastBuildDate> <generator>pyssg v0.7.1</generator> <docs>https://validator.w3.org/feed/docs/rss2.html</docs> <ttl>30</ttl> diff --git a/blog/dst/404.html b/blog/dst/404.html index 2274043..265b7a8 120000 --- a/blog/dst/404.html +++ b/blog/dst/404.html @@ -1 +1 @@ -/home/lz/dox/www/luevano.xyz/luevano/404.html
\ No newline at end of file +../../luevano/404.html
\ No newline at end of file diff --git a/blog/dst/rss.xml b/blog/dst/rss.xml index f485f9a..a4bc976 100644 --- a/blog/dst/rss.xml +++ b/blog/dst/rss.xml @@ -13,8 +13,8 @@ <copyright>Copyright 2021 David Luévano Alvarado</copyright> <managingEditor>david@luevano.xyz (David Luévano Alvarado)</managingEditor> <webMaster>david@luevano.xyz (David Luévano Alvarado)</webMaster> - <pubDate>Wed, 27 Apr 2022 06:26:39 GMT</pubDate> - <lastBuildDate>Wed, 27 Apr 2022 06:26:39 GMT</lastBuildDate> + <pubDate>Wed, 27 Apr 2022 06:49:27 GMT</pubDate> + <lastBuildDate>Wed, 27 Apr 2022 06:49:27 GMT</lastBuildDate> <generator>pyssg v0.7.1</generator> <docs>https://validator.w3.org/feed/docs/rss2.html</docs> <ttl>30</ttl> |