Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Headless CMS with Blazor, using Tye #107

Open
marinasundstrom opened this issue May 19, 2021 · 0 comments
Open

Headless CMS with Blazor, using Tye #107

marinasundstrom opened this issue May 19, 2021 · 0 comments

Comments

@marinasundstrom
Copy link

Someone asked about how to use Blazor with Wordpress.

It never really occurred to me to use Wordpress just to manage content. I did not even know about the term "Headless CMS", but after hearing about it, I created my own sample using server-side Blazor as a frontend.

The point is that the content is authored in Wordpress, and displayed on the custom site.

The code is available here: https://github.com/robertsundstrom/headless-wordpress-blazor (Screenshots too)

It uses a custom build of WordpressPCL as a client, when invoking the Wordpress REST API. It is included as a binary. Hopefully, it will be merged into the code base soon.

I have added Tye, which orchestrates the projects and MySQL Docker image. It can be used for any WP.NET project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant