Skip to content

Commit

Permalink
docs: update title size
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-abrioux committed Nov 11, 2024
1 parent 795d1cc commit ddadf4e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/github-profile-toolbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ tools:
- github
- githubactions
IDEs:
- visualstudiocode
- vscodium
- jetbrains
- neovim
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,20 @@ tools:
<!-- START_SECTION:toolbox -->
<!-- Generated by github-profile-toolbox GitHub action -->
|IDE|Language|
|-|-|
|[<img align="left" alt="JetBrains" src="https://img.shields.io/badge/-JetBrains-000000?logo=jetbrains&logoColor=white">](#)|[<img align="left" alt="JavaScript" src="https://img.shields.io/badge/-JavaScript-F7DF1E?logo=javascript&logoColor=black">](#)|
|[<img align="left" alt="Neovim" src="https://img.shields.io/badge/-Neovim-57A143?logo=neovim&logoColor=white">](#)|[<img align="left" alt="C++" src="https://img.shields.io/badge/-C++-00599C?logo=cplusplus&logoColor=white">](#)|
||[<img align="left" alt="Rust" src="https://img.shields.io/badge/-Rust-000000?logo=rust&logoColor=white">](#)|
||[<img align="left" alt="PHP" src="https://img.shields.io/badge/-PHP-777BB4?logo=php&logoColor=white">](#)|
| IDE | Language |
|-----------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------|
| [<img align="left" alt="JetBrains" src="https://img.shields.io/badge/-JetBrains-000000?logo=jetbrains&logoColor=white">](#) | [<img align="left" alt="JavaScript" src="https://img.shields.io/badge/-JavaScript-F7DF1E?logo=javascript&logoColor=black">](#) |
| [<img align="left" alt="Neovim" src="https://img.shields.io/badge/-Neovim-57A143?logo=neovim&logoColor=white">](#) | [<img align="left" alt="C++" src="https://img.shields.io/badge/-C++-00599C?logo=cplusplus&logoColor=white">](#) |
| | [<img align="left" alt="Rust" src="https://img.shields.io/badge/-Rust-000000?logo=rust&logoColor=white">](#) |
| | [<img align="left" alt="PHP" src="https://img.shields.io/badge/-PHP-777BB4?logo=php&logoColor=white">](#) |
<!-- STOP_SECTION:toolbox -->
Here is a
[real-life example](https://github.com/alexandre-abrioux#hammer_and_wrench-toolbox).
## Instructions
## Initial Setup
- Add the comment `<!-- START_SECTION:toolbox --><!-- STOP_SECTION:toolbox -->` within `README.md`.
You can find an example
Expand All @@ -58,7 +60,7 @@ tools:
- github
- githubactions
IDEs:
- visualstudiocode
- vscodium
- jetbrains
- neovim
```
Expand Down Expand Up @@ -101,17 +103,17 @@ You can find an example

You're all set!

### Configuration
## Configuration

This GitHub action uses https://shields.io to generate icons in your profile's README,
and `shield.io` itself uses https://simpleicons.org/ provide logos for brands.
You can find a list of all available brand names over here:
https://github.com/simple-icons/simple-icons/blob/develop/slugs.md.
Use the `Brand slug` name to furnish your configuration file.

### Override defaults
## GitHub Action Inputs

Use the following input parameters to customize it for your use case:
Use the following input parameters to override defaults and customize the action to your use case:

| Input Param | Description | Default Value |
|-------------|-------------------------------------------------|---------------------------------------|
Expand Down

0 comments on commit ddadf4e

Please sign in to comment.