国产+高潮+在线,国产 av 仑乱内谢,www国产亚洲精品久久,51国产偷自视频区视频,成人午夜精品网站在线观看

開源一個Webman 博客系統(tǒng)

putyy

介紹

基于webman、webman-admin、tailwindcss、原生js 開發(fā)的響應(yīng)式博客網(wǎng)站。
源碼: https://github.com/putyy/blog

功能特性

得益于tailwindcss,博客系統(tǒng)自適應(yīng)pc、h5,支持一鍵切換主題色(黑暗模式)
后臺功能模塊包括:文章標(biāo)簽、文章分類、文章管理、導(dǎo)航設(shè)置、系統(tǒng)配置、友情鏈接、項目管理等
其他功能:個人主頁、項目展示、友情鏈接、登錄、注冊、評論等

安裝使用

通過webman-admin后臺安裝本博客插件(或源碼安裝)

安裝官方云郵件插件
模板示例:

安裝blade

composer require psr/container ^1.1.1 webman/blade

博客路由 根據(jù)自己需求手動添加至webman配置文件:

Route::any('/', [\plugin\pt_blog\app\controller\IndexController::class, 'index'])->name("PtBlog.index");
Route::any('/categories/{id:\d+}', [\plugin\pt_blog\app\controller\IndexController::class, 'categories'])->name("PtBlog.categories");
Route::any('/articles/{id:\d+}', [\plugin\pt_blog\app\controller\IndexController::class, 'articles'])->name("PtBlog.articles");
Route::any('/projects', [\plugin\pt_blog\app\controller\ProjectController::class, 'index'])->name("PtBlog.projects");
Route::any('/sites', [\plugin\pt_blog\app\controller\SiteController::class, 'index'])->name("PtBlog.sites");
Route::any('/me', [\plugin\pt_blog\app\controller\MeController::class, 'index'])->name("PtBlog.me");

示例:

github授權(quán)配置

callback url選項示例:https://www.putyy.com/app/pt_blog/user/github (非必須)
github授權(quán)配置 callback url選項示例:https://www.putyy.com/app/pt_blog/user/github (非必須)

重啟webman

到這里就可以愉快的使用本系統(tǒng)了!

在線預(yù)覽

https://www.putyy.com/

1058 1 1
1個評論

Jinson

不錯

  • 暫無評論

putyy

310
積分
0
獲贊數(shù)
0
粉絲數(shù)
2022-05-20 加入
??