Skip to content

Commit

Permalink
feat: initial release 2 ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
maehr committed Aug 7, 2024
1 parent 96c24f9 commit 9d7f54d
Show file tree
Hide file tree
Showing 26 changed files with 197 additions and 801 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
contact_links:
- name: Are you looking for documentation on REPO_NAME?
url: https://USERNAME.github.io/REPO_NAME
about: Please see the documentation for REPO_NAME on its GitHub Pages page.
- name: Do want to discuss REPO_NAME with the community?
url: https://github.com/USERNAME/REPO_NAME/discussions
about: Please see the discussions page for REPO_NAME.
- name: Are you looking for documentation on book-of-abstracts?
url: https://digihistch24.github.io/book-of-abstracts
about: Please see the documentation for book-of-abstracts on its GitHub Pages page.
- name: Do want to discuss book-of-abstracts with the community?
url: https://github.com/digihistch24/book-of-abstracts/discussions
about: Please see the discussions page for book-of-abstracts.
blank_issues_enabled: true
2 changes: 1 addition & 1 deletion .github/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ website:
- text: Contributing
href: CONTRIBUTING.md
- text: License (Data)
href: LICENSE-CCBY.md
href: LICENSE-CCBYSA.md
- text: License (Code)
href: LICENSE-AGPL.md
- text: Security
Expand Down
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Quarto
.quarto/
/.quarto/
_site/
_freeze/

# Exclude example.env
!example.env
Expand Down Expand Up @@ -231,4 +232,4 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk

# End of https://www.toptal.com/developers/gitignore/api/git,linux,macos,node,dotenv,windows,visualstudiocode
# End of https://www.toptal.com/developers/gitignore/api/git,linux,macos,node,dotenv,windows,visualstudiocode
19 changes: 1 addition & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/USERNAME/REPO_NAME/compare/...HEAD)

### Documentation

- Docs for Zenodo added
- Fixed various typos and replaced favicon
## [Unreleased](https://github.com/digihistch24/book-of-abstracts/compare/...HEAD)

### Features

- Initial version

## [0.0.2](https://github.com/USERNAME/REPO_NAME/compare/v0.0.1...v0.0.2) - 2020-02-26

### Documentation

- ...

## [0.0.1](https://github.com/USERNAME/REPO_NAME/releases/tag/v0.0.1) - 2020-01-13

### Features

- ...
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
[INSERT CONTACT METHOD].
[email protected].
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
Loading

0 comments on commit 9d7f54d

Please sign in to comment.