Skip to content

A simple blog project, use wordpress database schemes. Theme html template use bootstrap 4.

Notifications You must be signed in to change notification settings

huntlabs/hunt-simple-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

huntblog

A simple blog project based on hunt-framework.

    git clone https://github.com/huntlabs/hunt-blog-example.git
    cd huntblog
    dub run -v

http://127.0.0.1:8080/ to be continued.

Source code tree

source/
├── app
│   ├── controller
│   │   ├── BlogController.d
│   │   ├── LangController.d
│   │   └── UserController.d
│   ├── form
│   │   ├── CommentForm.d
│   │   ├── LoginForm.d
│   │   └── RegisterForm.d
│   ├── helper
│   │   └── UserHelper.d
│   ├── model
│   │   ├── Comment.d
│   │   ├── Post.d
│   │   └── User.d
│   └── repository
│       ├── CommentRepository.d
│       ├── PostRepository.d
│       └── UserRepository.d
└── bootstrap.d

About

A simple blog project, use wordpress database schemes. Theme html template use bootstrap 4.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages