Add blogroll

This commit is contained in:
2024-02-11 14:40:46 +11:00
parent d83dac92a5
commit 0bafc3722a
13 changed files with 188 additions and 3 deletions

View File

@@ -39,6 +39,10 @@ module Adamantium
get "/movies", to: "movies.index"
get "/blogroll", to: "blogroll.index"
get "/blogroll/list", to: "blogroll.list"
get "/blogroll/opml", to: "blogroll.opml"
get "/recently_played", to: "recently_played.index"
get "/:slug", to: "pages.show"

View File

@@ -30,6 +30,10 @@ module Adamantium
setting :pingback_url, default: nil
setting :webmention_token, default: nil
setting :rss_url, default: nil
setting :rss_username, default: nil
setting :rss_password, default: nil
setting :lastfm_api_key, default: nil
setting :lastfm_secret, default: nil