kjac / AstroUmbracoBlog

Demo of the default Astro blog template, powered by Umbraco Delivery API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Astro + Umbraco = Blog

Demo of the default Astro blog template, powered by Umbraco Delivery API.

Check this blog post for details on the hows and the whys.

Running the demo

The demo consists of a server (Umbraco) and a client (Astro). To run it, first open src/cms in a terminal window and run:

dotnet run

... then open src/site in a new terminal window and run:

npm install
npm run dev

Umbraco

The Umbraco database is bundled up as part of the GitHub repo.

You'll need to login to play around with the Umbraco content. The administrator login for Umbraco is:

  • Username: admin@localhost
  • Password: SuperSecret123

About

Demo of the default Astro blog template, powered by Umbraco Delivery API

License:MIT License


Languages

Language:Astro 48.9%Language:HTML 35.7%Language:CSS 7.0%Language:MDX 3.8%Language:JavaScript 1.7%Language:TypeScript 1.5%Language:C# 1.3%