-
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.
add fancy puzzle tiles to the root README.md
- Loading branch information
1 parent
10d99fe
commit ed2e700
Showing
3 changed files
with
24 additions
and
0 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 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
repos: | ||
- repo: https://github.com/LiquidFun/aoc_tiles | ||
rev: 0.5.5 | ||
hooks: | ||
- id: aoc-tiles | ||
# Optionally use these arguments. Auto add tiles to git adds the tiles to git, | ||
# possibly amends your commit by creating the tile images and updating the README. | ||
# Language sorting shows the preference of the order of the languages to use. | ||
# Exclude paterns are globs which can be used to exclude files when creating | ||
# the tiles. See the customization section in the README for more flags. | ||
# Simply remove the comments (#) below for args and the flags you want. | ||
args: | ||
- --auto-add-tiles-to-git=amend | ||
- --language-sorting=py,rs | ||
- --exclude-patterns="utils/*" | ||
- --what-to-show-on-right-side=checkmark | ||
- --count-as-solved-when=on_leaderboard |
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,2 +1,5 @@ | ||
# Advent of Code | ||
My solutions to the yearly Advents of Code | ||
|
||
<!-- AOC TILES BEGIN --> | ||
<!-- AOC TILES END --> |