Skip to content

Commit

Permalink
Merge branch 'mian' of https://github.com/dorthl/Blogifier into mian
Browse files Browse the repository at this point in the history
  • Loading branch information
dorthl committed Jun 19, 2023
2 parents ca7375e + 0e18bd0 commit 5b75412
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 42 deletions.
40 changes: 0 additions & 40 deletions .github/CONTRIBUTING.md

This file was deleted.

8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -26,11 +26,17 @@ jobs:
restore-keys: |
${{ runner.os }}-node
- uses: actions/cache@v3
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
${{ runner.os }}-nuget-
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
cache: true

- name: Publish Blogifier
run: dotnet publish -c Release /p:RuntimeIdentifier=linux-x64 ./src/Blogifier/Blogifier.csproj --output dist
Expand Down
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -52,7 +52,10 @@ $ dotnet run
Then you can open `localhost:5000` with your browser

## Contributing
Please read [contributing guidelines](https://github.com/blogifierdotnet/Blogifier/blob/main/.github/CONTRIBUTING.md). We have a list of things there that you can help us with.

The current Blogifier is not perfect enough, blog software pursues perfect functions and easy to use, maybe [wordpress](https://wordpress.org) is more suitable, relatively speaking, this project still lacks many functions. The latest version has not been released yet, and the current project is more suitable for developers to build and use by themselves. We can work together Improvement, implement a blog system completely implemented by dotnet technology. Faster, simpler, and smaller.

You can first propose functions in issues and develop them in pull requests, so that you can track the development progress. Everyone is welcome to participate in the development together. Let's learn and explore the latest technology of dotnet together.

## Team
[![@dorthl](https://avatars.githubusercontent.com/u/13906219?s=60&v=4)](https://github.com/dorthl)  
Expand Down
5 changes: 5 additions & 0 deletions global.json
@@ -0,0 +1,5 @@
{
"sdk": {
"version": "7.0.304"
}
}

0 comments on commit 5b75412

Please sign in to comment.