Skip to content

Commit

Permalink
added project icons
Browse files Browse the repository at this point in the history
  • Loading branch information
techthoughts2 committed Jan 1, 2024
1 parent 41e7ecf commit fb8c294
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
[psgallery-v1]: https://www.powershellgallery.com/packages/pwshEmojiExplorer/0.8.1
[license-badge]: https://img.shields.io/github/license/techthoughts2/pwshEmojiExplorer

<p align="center">
<img src="./docs/assets/pwshEmojiExplorer.png" alt="pwshEmojiExplorer Logo" >
</p>

Branch | Windows - PowerShell | Windows - pwsh | Linux | MacOS
--- | --- | --- | --- | --- |
main | [![Build Status Windows PowerShell main](https://github.com/techthoughts2/pwshEmojiExplorer/actions/workflows/wf_Windows.yml/badge.svg?branch=main)](https://github.com/techthoughts2/pwshEmojiExplorer/actions/workflows/wf_Windows.yml) | [![Build Status Windows pwsh main](https://github.com/techthoughts2/pwshEmojiExplorer/actions/workflows/wf_Windows_Core.yml/badge.svg?branch=main)](https://github.com/techthoughts2/pwshEmojiExplorer/actions/workflows/wf_Windows_Core.yml) | [![Build Status Linux main](https://github.com/techthoughts2/pwshEmojiExplorer/actions/workflows/wf_Linux.yml/badge.svg?branch=main)](https://github.com/techthoughts2/pwshEmojiExplorer/actions/workflows/wf_Linux.yml) | [![Build Status MacOS main](https://github.com/techthoughts2/pwshEmojiExplorer/actions/workflows/wf_MacOS.yml/badge.svg?branch=main)](https://github.com/techthoughts2/pwshEmojiExplorer/actions/workflows/wf_MacOS.yml)
Expand Down
Binary file added docs/assets/pwshEmojiExplorer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/pwshEmojiExplorer_favicon_32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/pwshEmojiExplorer_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

pwshEmojiExplorer is a PowerShell module designed to enable users to search, discover, and retrieve emojis directly through the command line. Leveraging the extensive Unicode emoji library, the module offers a streamlined approach to exploring and integrating a vast range of emojis into various coding projects.

<p align="center">
<img src="assets/pwshEmojiExplorer.png" alt="pwshEmojiExplorer Logo" >
</p>

## Why pwshEmojiExplorer? ❔

This PowerShell module simplifies the process of finding and using emojis by enabling direct command-line searches. It's not just about bringing emojis into PowerShell scripts; it's about providing a solution for handling emojis in various coding projects. Whether you need the HTMLEntityFormat for a web project, a Unicode representation for a text file, or the hex code for a development task, pwshEmojiExplorer provides this information quickly and efficiently. It's a tool for developers, scripters, and digital creators who seek to incorporate emojis into their work more effectively, enhancing the ease of access and use of emojis in diverse digital contexts.
Expand Down
12 changes: 6 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

site_name: pwshEmojiExplorer
# site_url:
# repo_url:
repo_url: https://github.com/techthoughts2/pwshEmojiExplorer
# repo_name:
# edit_uri: edit/main/docs/
# edit_uri_template:
site_description: tbd # meta tag to the generated HTML header
site_author: Jake # meta tag to the generated HTML header
# copyright:
site_author: Jake Morrison # meta tag to the generated HTML header
copyright: "pwshEmojiExplorer is licensed under the <a href='https://github.com/techthoughts2/pwshEmojiExplorer/blob/main/LICENSE'>MIT license"
# remote_branch:
# remote_name:
# docs_dir: docs
Expand All @@ -41,18 +41,18 @@ site_author: Jake # meta tag to the generated HTML header
# extra:
theme:
name: material
# language: en
language: en
# custom_dir: overrides
features:
# - navigation.tabs
# - navigation.tabs.sticky
# - navigation.path
# favicon:
favicon: assets/pwshEmojiExplorer_favicon_32x32.png
# icon:
# repo:
# font:
# text: Work Sans
# logo:
logo: assets/pwshEmojiExplorer_icon.png
# palette:
# primary: teal
# palette:
Expand Down

0 comments on commit fb8c294

Please sign in to comment.