Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/yohsii/puck-core
Browse files Browse the repository at this point in the history
  • Loading branch information
yohsii committed May 24, 2020
2 parents abfcaa5 + 6aeae44 commit cf87b97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ it's fast, with queries avoiding the database and instead using Lucene. it's als
- can be used [headless](https://github.com/yohsii/puck-core/wiki/Working-with-a-Headless-approach) or decoupled, as an integrated CMS or a searchable datastore for your apps
- multi-site - multiple site roots mapped to different domains
- [multilingual](https://github.com/yohsii/puck-core/wiki/Multilingual-support) - associate languages with nodes so you can for example, have different site roots with different associated languages. this is recursive so you can associate different languages to nodes further down the hierarchy if necessary. each content node may also have translations, opening up the possibility for 1:1 and multi-site approaches to multilingual websites.
- customizable and flexible [workflow system](https://github.com/yohsii/puck-core/wiki/Setting-up-custom-workflows) helping you keep track of what needs to be done next
- strongly typed design - [data querying](https://github.com/yohsii/puck-core/wiki/Querying-for-content) is done in a strongly typed manner, making use of query expressions and a fluent api. templates are also strongly typed.
- not much to learn - models designed as regular poco decorated with attributes as you normally would with .net mvc
- [full text search](https://github.com/yohsii/puck-core/wiki/Querying-for-content) - data storage is lucene based and you can set analyzers and field settings (analyze,store,ignore,keep casing) per property in your model
Expand Down

0 comments on commit cf87b97

Please sign in to comment.