Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2025 Luis Victoria
Copyright (c) 2016-2026 Luis Victoria

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions public/feed.atom
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<title type="text">Luis Victoria</title>
<subtitle type="text">Creating to Understand</subtitle>
<updated>2025-07-17T22:29:54.810370</updated>
<updated>2026-02-12T01:55:34.264819</updated>
<id>tag:luis.vi,2024</id>
<link rel="alternate" type="text/html" href="https://luis.vi"/>
<link rel="self" type="application/atom+xml" href="https://luis.vi/feed.atom"/>
<rights>© 2025 Luis Victoria. All rights reserved.</rights>
<rights>© 2016-2026 Luis Victoria. All rights reserved.</rights>
<generator uri="https://github.com/LV/lv.github.io/blob/master/scripts/feedgen.py" version="0.1.0">
Luis Victoria's Atom Feed Generator
</generator>
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h1>Luis Victoria</h1>
<a href="./feed.atom">RSS</a>
</div>
<br>
<p>&copy; 2025 Luis Victoria</p>
<p>&copy; 2016-2026 Luis Victoria</p>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion public/pages/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h1>Luis Victoria</h1>
<a href="../feed.atom">RSS</a>
</div>
<br>
<p>&copy; 2025 Luis Victoria</p>
<p>&copy; 2016-2026 Luis Victoria</p>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion scripts/feedgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def generate_file_contents(feed: FeedContent) -> str:
<id>tag:{DOMAIN_NAME},2024</id>
<link rel="alternate" type="text/html" href="{BASE_URL}"/>
<link rel="self" type="application/atom+xml" href="{BASE_URL+"/feed.atom"}"/>
<rights>© {str(datetime.now().year)} {AUTHOR_NAME}. All rights reserved.</rights>
<rights>© 2016-{str(datetime.now().year)} {AUTHOR_NAME}. All rights reserved.</rights>
<generator uri="https://github.com/LV/lv.github.io/blob/master/scripts/feedgen.py" version="{FEED_GENERATOR_VERSION}">
Luis Victoria's Atom Feed Generator
</generator>
Expand Down