Skip to content

Commit

Permalink
test: theme colors highlight in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
devich committed Apr 17, 2024
1 parent c7d7df1 commit f60e776
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Copy the contents of the `_config.yml` file from the [theme repository](https://
The following options are available:
- `lang:` sets the language of the site. E.g. `en-US`, `uk`, `pl`, `fr-CA` and so on. The default value is `en-US`.
- `bg_color:` sets the background color of your website. Can be `dark`, `light` or `auto`. The default value is `auto`.
- `theme_color:` sets the main accent color for buttons, links, etc. It can be `red`, `pink`, `fuchsia`, `purple`, `violet`, `indigo`, `blue`, `azure`, `cyan`, `jade`, `green`, `lime`, `yellow`, `amber`, `pumpkin`, `orange`, `sand`, `grey`, `zinc` or `slate`. See samples on the [Pico CSS website](https://picocss.com/docs/version-picker). The default value is `azure`.
- `theme_color:` sets the main accent color for buttons, links, etc. It can be <code class="highlighter-rouge" style="color:#c52f21">red</code>, `pink`, `fuchsia`, `purple`, `violet`, `indigo`, `blue`, `azure`, `cyan`, `jade`, `green`, `lime`, `yellow`, `amber`, `pumpkin`, `orange`, `sand`, `grey`, `zinc` or `slate`. See samples on the [Pico CSS website](https://picocss.com/docs/version-picker). The default value is `azure`.
- `title:` sets the title of the site. If not set, your repository name will be used.
- `remote_theme:` is the only **required parameter**; without it, your site will not work. The value should always be `devich/readme-landing-page`.

Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ bg_color: dark # can be dark, light or auto
theme_color: azure
title: GitHub Pages Theme for Readme
description: Minimal theme to convert your README.md to the GitHub Pages site
keywords: github pages, github readme, github pages theme, jekyll
remote_theme: devich/readme-landing-page
2 changes: 1 addition & 1 deletion _layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="theme-color" content="#13171F" />
{% endif %}
<meta name="color-scheme" content="light dark" />
<meta name="description" content="" />
<meta name="description" content="{{ site.description }}" />
<meta name="keywords" content="" />
<meta property="og:title" content="" />
<meta property="og:type" content="" />
Expand Down

0 comments on commit f60e776

Please sign in to comment.