1
0
Fork 0
webbysitey/README.md

44 lines
2.0 KiB
Markdown

# webbysitey
[![Release](https://img.shields.io/github/v/release/james/webbysitey)](https://img.shields.io/github/v/release/james/webbysitey)
[![Build status](https://img.shields.io/github/actions/workflow/status/james/webbysitey/main.yml?branch=main)](https://github.com/james/webbysitey/actions/workflows/main.yml?query=branch%3Amain)
[![codecov](https://codecov.io/gh/james/webbysitey/branch/main/graph/badge.svg)](https://codecov.io/gh/james/webbysitey)
[![Commit activity](https://img.shields.io/github/commit-activity/m/james/webbysitey)](https://img.shields.io/github/commit-activity/m/james/webbysitey)
[![License](https://img.shields.io/github/license/james/webbysitey)](https://img.shields.io/github/license/james/webbysitey)
Personal website of james
- **Github repository**: <https://github.com/james/webbysitey/>
- **Documentation** <https://james.github.io/webbysitey/>
## Getting started with your project
First, create a repository on GitHub with the same name as this project, and then run the following commands:
```bash
git init -b main
git add .
git commit -m "init commit"
git remote add origin git@github.com:james/webbysitey.git
git push -u origin main
```
Finally, install the environment and the pre-commit hooks with
```bash
make install
```
You are now ready to start development on your project!
The CI/CD pipeline will be triggered when you open a pull request, merge to main, or when you create a new release.
To finalize the set-up for publishing to PyPi or Artifactory, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/publishing/#set-up-for-pypi).
For activating the automatic documentation with MkDocs, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/mkdocs/#enabling-the-documentation-on-github).
To enable the code coverage reports, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/codecov/).
## Releasing a new version
---
Repository initiated with [fpgmaas/cookiecutter-poetry](https://github.com/fpgmaas/cookiecutter-poetry).