Skip to content

Commit

Permalink
Add wordmark image
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Nov 11, 2023
1 parent 1e01ebe commit c4efcd3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Colormath
<h1 align="center">
<img src="docs/img/colormath_wordmark.svg">
</h1>

Colormath is a Kotlin Multiplatform library for color manipulation and conversion.

Expand Down
5 changes: 3 additions & 2 deletions deploy_website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ cat README.md \
| sed '/## License/Q' \
| sed -e '/## Documentation/,/Gradient generator/d' \
| sed 's!https://ajalt.github.io/colormath/!/!g' \
| sed 's!docs/img!img!g' \
>> docs/index.md

# Copy the website js into the docs
Expand All @@ -39,7 +40,7 @@ cp website/converter/build/dist/js/productionExecutable/converter.js docs/js/con
cp website/gradient/build/dist/js/productionExecutable/gradient.js docs/js/gradient.js

# Build and deploy the new site to github pages
mkdocs gh-deploy
#mkdocs gh-deploy

# Remove the file copies
rm docs/index.md docs/changelog.md
#rm docs/index.md docs/changelog.md
1 change: 1 addition & 0 deletions docs/img/colormath_wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c4efcd3

Please sign in to comment.