From c4efcd38a37bf0fe9bda6d16b3e1baf5fe1df191 Mon Sep 17 00:00:00 2001 From: AJ Date: Sat, 11 Nov 2023 11:07:30 -0800 Subject: [PATCH] Add wordmark image --- README.md | 4 +++- deploy_website.sh | 5 +++-- docs/img/colormath_wordmark.svg | 1 + 3 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 docs/img/colormath_wordmark.svg diff --git a/README.md b/README.md index 68e8cbcb..1c7fb63f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Colormath +

+ +

Colormath is a Kotlin Multiplatform library for color manipulation and conversion. diff --git a/deploy_website.sh b/deploy_website.sh index 8511dd40..70284be5 100755 --- a/deploy_website.sh +++ b/deploy_website.sh @@ -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 @@ -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 diff --git a/docs/img/colormath_wordmark.svg b/docs/img/colormath_wordmark.svg new file mode 100644 index 00000000..d19cefd8 --- /dev/null +++ b/docs/img/colormath_wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file