generated from jthegedus/awesome-list-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
8 changed files
with
70 additions
and
215 deletions.
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
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,30 +1,69 @@ | ||
# Awesome List Template | ||
|
||
This is an [awesome-list](https://github.com/sindresorhus/awesome) template with | ||
CI to run [awesome-lint](https://github.com/sindresorhus/awesome-lint) and | ||
[awesome_bot](https://github.com/dkhamsing/awesome_bot) to be compliant from the | ||
beginning. | ||
|
||
## Usage | ||
|
||
1. [generate a template of this repo](https://github.com/jthegedus/awesome-list-template/generate) | ||
2. run a find & replace of `YOUR_GITHUB_USER/YOUR_REPO` with your details | ||
3. edit `readme-template.md` | ||
- update the h1 title | ||
- update the subtitle | ||
- update the description | ||
- add img src, make it link to the site of the thing in the image. | ||
4. choose a CI template | ||
- GitHub Action: move config folder from `repo-root/ci/.github/` to | ||
`repo-root/.github` | ||
- Circle CI: move config folder from `repo-root/ci/.circleci/*` to | ||
`repo-root/.circleci/*` | ||
- GitLab CI: move config file from `repo-root/ci/.gitlab-ci.yml` to the | ||
`repo-root/.gitlab-ci.yml` | ||
5. run a find & replace `readme-template.md` to `readme.md` in the CI you chose | ||
5. delete this file | ||
6. rename `readme-template.md` file to `readme.md` | ||
<div align="center"> | ||
|
||
<!-- title --> | ||
|
||
<!--lint ignore no-dead-urls--> | ||
|
||
# Awesome List Template [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) [![lint](https://github.com/sellisd/awesome-nothing/actions/workflows/lint.yaml/badge.svg)](https://github.com/sellisd/awesome-nothing/actions/workflows/lint.yaml) | ||
|
||
<!-- subtitle --> | ||
|
||
A template for an awesome list with required conventions out of the box! | ||
|
||
<!-- image --> | ||
|
||
<a href="" target="_blank" rel="noopener noreferrer"> | ||
<img src="" /> | ||
</a> | ||
|
||
<!-- description --> | ||
|
||
Deeply understanding a concept requires an understanding of what lies just outside of the boundary of the concept. Awesome-nothing collects resources humorously describing concepts and tools on the boundary of sense. | ||
|
||
</div> | ||
|
||
<!-- TOC --> | ||
|
||
## Contents | ||
|
||
- [Code](#code) | ||
- [Engineering](#engineering) | ||
- [Science](#science) | ||
- [Art](#art) | ||
|
||
<!-- CONTENT --> | ||
|
||
## Code | ||
|
||
- [No code](https://github.com/kelseyhightower/nocode) - Writing no code guarantees no bugs. | ||
- [GOODY-2](https://www.goody2.ai/) - Very safe LLM to the extent of being useless. | ||
- [Invisible characters](https://invisible-characters.com/) - Empty strings with characters. | ||
- [Whitespace](https://esolangs.org/wiki/Whitespace) - Esoteric programming language using only white space characters. | ||
- [Empty files](https://cable.ayra.ch/empty/) - Collection of empty files. | ||
|
||
## Engineering | ||
|
||
- [Useless machine](https://en.wikipedia.org/wiki/Useless_machine) - Machine doing nothing by design. | ||
|
||
## Science | ||
- [The unsuccessful self-treatment of a case of "writer's block"](https://onlinelibrary.wiley.com/doi/10.1901/jaba.1974.7-497a) - Highly cited paper with no content (no text or abstract). | ||
- [List of publications with no sense](https://en.wikipedia.org/wiki/List_of_scholarly_publishing_stings) - List of publications purposefully without sense. | ||
|
||
## Art | ||
|
||
- [4'33''](https://en.wikipedia.org/wiki/4%E2%80%B233%E2%80%B3) - Music performed on any instrument without playing. | ||
- [Dada](https://en.wikipedia.org/wiki/Dada) - Anti-establishment art movement. | ||
- [Anti-art](https://en.wikipedia.org/wiki/Anti-art) - Loosely used term for art rejecting art. | ||
- [Nonsense literature](https://en.wikipedia.org/wiki/Literary_nonsense) - Literature combining elements with and without sense. | ||
- [Gromboolia](https://www.nonsenseliterature.com/) - Collection of nonsense literature and related resources. | ||
|
||
|
||
<!-- END CONTENT --> | ||
|
||
## Contributing | ||
|
||
Contributions welcome! | ||
[Contributions of any kind welcome, just follow the guidelines](contributing.md)! | ||
|
||
### Contributors | ||
|
||
[Thanks goes to these contributors](https://github.com/sellisd/awesome-nothing/graphs/contributors)! |