Everywhere: Add initial cut of the blogging functionality

This commit is contained in:
Riyyi
2022-11-15 17:40:18 +01:00
parent 3b47e0ed71
commit 7beef3a1d5
8 changed files with 168 additions and 2 deletions
+2
View File
@@ -17,6 +17,8 @@ return [
['/img/captcha.jpg', 'IndexController', 'captcha'],
['/robots.txt', 'IndexController', 'robots'],
['/sitemap.xml', 'IndexController', 'sitemap'],
['/blog', 'BlogController'],
['/blog/search', 'BlogController', 'search'],
['/login', 'LoginController', 'login', ['', 'Sign in', '']],
['/reset-password', 'LoginController', 'reset', ['', 'Reset password', '']],
['/logout', 'LoginController', 'logout'],