index
:
wruby
master
Minimal blog and site generator written in ruby.
Bradley Taunt
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wruby.rb
Age
Commit message (
Collapse
)
Author
2024-09-18
Update README to avoid errors and cleanup main wruby script
Bradley Taunt
2024-07-26
Place inline bundler at top of file, avoids conflicts when building in prod
Bradley Taunt
2024-07-26
Remove Gemfiles and use inline bundler instead
Bradley Taunt
2024-07-24
Force RSS time to set itself to midday, put original post date back
Bradley Taunt
2024-07-24
Remove need to require 'time', remove any mention of UTC conversion
Bradley Taunt
2024-07-24
Try to avoid issues with local time based servers
Bradley Taunt
2024-07-23
Revert overly complex date setting
Bradley Taunt
2024-07-23
Fix offset to go forward, not backwards
Bradley Taunt
2024-07-23
Testing fix for odd UTC date format in RSS
Bradley Taunt
2024-07-23
Pull out configuration into separate file,update homepage post count, ↵
Bradley Taunt
default post index page
2024-07-22
Fix index blog list date format
Bradley Taunt
2024-07-22
Fix UTC date rendering
Bradley Taunt
2024-07-22
Configure proper pubDate for RSS 2.0
Bradley Taunt
2024-07-22
Default to RSS 2.0 instead of Atom
Bradley Taunt
2024-07-22
Target UTC for RSS post dates
Bradley Taunt
2024-07-22
Update missing arguments for generating RSS
Bradley Taunt
2024-07-22
Fix RSS generated URL links for each post
Bradley Taunt
2024-07-21
Update wruby to dynamically handle pages subdirectories, regardless of depth
Bradley Taunt
2024-07-21
Update generated RSS id
Bradley Taunt
2024-07-20
Initial commit. Consider things in alpha and possible to change.
Bradley Taunt