-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
220732b
commit 56e520a
Showing
1 changed file
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
# BlazorStaticMinimalBlog | ||
# BlazorStatic Minimal Blog | ||
|
||
A minimalistic blog template designed to get your Blazor-based blog up and running in no time. This project leverages the [BlazorStatic](https://github.com/tesar-tech/BlazorStatic) library to convert a Blazor app into a static site generator | ||
## Features | ||
|
||
- **Quick Setup**: Deploy your blog within minutes using this template. | ||
- **BlazorStatic Integration**: Harness the power of Blazor and BlazorStatic library for generating static sites | ||
- **Customizable**: Easy to edit content, update styling, and tweak configurations to suit your blogging needs. | ||
- **GitHub Actions Workflow**: Includes setup for automatic publishing using GitHub Actions, facilitating seamless deployment. | ||
|
||
## Getting Started | ||
|
||
1. **Fork or Clone**: Start by forking or cloning this repository. | ||
2. **Enable GitHub Pages**: Configure GitHub Pages in your repository settings for quick deployment. | ||
3. **Personalize**: Update the content, modify styling, and adjust configurations to personalize your blog. | ||
4. **Deploy**: Push your changes, and GitHub Actions will take care of the deployment process. | ||
|
||
## Acknowledgements | ||
|
||
The theme for BlazorStaticMinimalBlog was heavily inspired by [Tailwind Next.js Starter Blog](https://github.com/timlrx/tailwind-nextjs-starter-blog). |