A static blog and website generator
RSS server and web reader
97a539b Full rewrite of smallblog.go. Not much has changed in the language so large chunks look similar, but the flow was rethought. Minor updates to the templates, and swap the default css from Milligram to Pico.
~abyxcos pushed to ~abyxcos/smallblog git
421b86c Quick review of all NAS operating systems.
~abyxcos pushed to ~abyxcos/tech-blog git
b31f5ff Minor SQL cleanup.
~abyxcos pushed to ~abyxcos/axolotlfeeds git
2347225 Silly bug with GetPostsByName only getting read or unread posts, we really need a sane option to get all or unread (trinary toggle).
~abyxcos pushed to ~abyxcos/axolotlfeeds git
d10e1b0 Add a few flags and make the CLI slightly less icky.
~abyxcos pushed to ~abyxcos/axolotlfeeds git
fc3a875 Break the download logic out of our update logic. Now we can call download on a feed not in our database, eg to preview posts before we add a feed.
~abyxcos pushed to ~abyxcos/axolotlfeeds git
46ec656 Move our struct definitions to the relevant files now.
~abyxcos pushed to ~abyxcos/axolotlfeeds git
23fdf03 Break up db.go in to more useful files.
~abyxcos pushed to ~abyxcos/axolotlfeeds git
105fb53 Login now takes a receiver.
~abyxcos pushed to ~abyxcos/axolotlfeeds git
3dd981d UpdateFeeds can now take a user receiver again.
~abyxcos pushed to ~abyxcos/axolotlfeeds git
67fe952 Add some spacing and comments to break up db.go a little bit. This might be better to break in to multiple files...
~abyxcos pushed to ~abyxcos/axolotlfeeds git
d8008f6 Move our structs back to feeds.go finally.
~abyxcos pushed to ~abyxcos/axolotlfeeds git
a2a7656 Consolidate feeds and db in to a single package but two files. This feels like the better separation of concerns.
~abyxcos pushed to ~abyxcos/axolotlfeeds git
49cb511 Move db and feeds to their own modules. Further splitting up and renaming to come.
~abyxcos pushed to ~abyxcos/axolotlfeeds git
e3d86b9 Start exporting our functions in preperation for making db.go a subpackage.
~abyxcos pushed to ~abyxcos/axolotlfeeds git