diff --git a/assets/css/schemes/slate.css b/assets/css/schemes/slate.css new file mode 100644 index 00000000..000ba078 --- /dev/null +++ b/assets/css/schemes/slate.css @@ -0,0 +1,37 @@ +/* Slate scheme */ +:root { + --color-neutral: #fff; + /* Cool Gray */ + --color-neutral-50: #F9FAFB; + --color-neutral-100: #F3F4F6; + --color-neutral-200: #E5E7EB; + --color-neutral-300: #D1D5DB; + --color-neutral-400: #9CA3AF; + --color-neutral-500: #6B7280; + --color-neutral-600: #4B5563; + --color-neutral-700: #374151; + --color-neutral-800: #1F2937; + --color-neutral-900: #111827; + /* Cool Gray */ + --color-primary-50: #F9FAFB; + --color-primary-100: #F3F4F6; + --color-primary-200: #E5E7EB; + --color-primary-300: #D1D5DB; + --color-primary-400: #9CA3AF; + --color-primary-500: #6B7280; + --color-primary-600: #4B5563; + --color-primary-700: #374151; + --color-primary-800: #1F2937; + --color-primary-900: #111827; + /* Cool Gray */ + --color-secondary-50: #F9FAFB; + --color-secondary-100: #F3F4F6; + --color-secondary-200: #E5E7EB; + --color-secondary-300: #D1D5DB; + --color-secondary-400: #9CA3AF; + --color-secondary-500: #6B7280; + --color-secondary-600: #4B5563; + --color-secondary-700: #374151; + --color-secondary-800: #1F2937; + --color-secondary-900: #111827; +} diff --git a/assets/icons/orcid.svg b/assets/icons/orcid.svg new file mode 100644 index 00000000..65aa73b8 --- /dev/null +++ b/assets/icons/orcid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/researchgate.svg b/assets/icons/researchgate.svg new file mode 100644 index 00000000..d4377d58 --- /dev/null +++ b/assets/icons/researchgate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/exampleSite/content/docs/advanced-customisation.md b/exampleSite/content/docs/advanced-customisation.md index f1cd88ec..ec5a1cf2 100644 --- a/exampleSite/content/docs/advanced-customisation.md +++ b/exampleSite/content/docs/advanced-customisation.md @@ -11,7 +11,7 @@ There are a few ways you can make style changes to Congo. ## Colour schemes -Congo ships with a few colour schemes out of the box. To change the basic colour scheme, you can set the `colorScheme` theme parameter to one of the default configurations. Valid options are `congo` (the default), `avocado`, `fire` and `ocean`. +Congo ships with a few colour schemes out of the box. To change the basic colour scheme, you can set the `colorScheme` theme parameter to one of the default configurations. Valid options are `congo` (the default), `avocado`, `fire`, `ocean` and `slate`. In addition to the default scheme, you can also create your own and restyle the entire website to your liking. Schemes are created by by placing a `.css` file in the `assets/css/schemes/` folder. Once the file is created, simply refer to it by name in the theme configuration. diff --git a/exampleSite/content/docs/configuration.md b/exampleSite/content/docs/configuration.md index 7db2cb45..3f7fcb3e 100644 --- a/exampleSite/content/docs/configuration.md +++ b/exampleSite/content/docs/configuration.md @@ -54,7 +54,7 @@ Many of the article defaults here can be overridden on a per article basis by sp |Name|Type|Default|Description| | --- | --- | --- | --- | -|`colorScheme`|string|`"congo"`|The theme colour scheme to use. Valid values are `congo` (default), `avocado`, `ocean` and `fire`. Refer to [Advanced Customisation]({{< ref "advanced-customisation#colour-schemes" >}}) for more details.| +|`colorScheme`|string|`"congo"`|The theme colour scheme to use. Valid values are `congo` (default), `avocado`, `ocean`, `fire` and `slate`. Refer to [Advanced Customisation]({{< ref "advanced-customisation#colour-schemes" >}}) for more details.| |`logo`|string|_Not set_|The relative path to the site logo file within the `assets/` folder. The logo file should be provided at 2x resolution and supports any image dimensions.| |`description`|string|_Not set_|The description of the website for metadata purposes.| |`mainSections`|array of strings|_Not set_|The sections that should be displayed in the recent articles list. If not provided the section with the greatest number of articles is used.| diff --git a/exampleSite/content/users.md b/exampleSite/content/users.md index eae73fed..ce2953cc 100644 --- a/exampleSite/content/users.md +++ b/exampleSite/content/users.md @@ -19,5 +19,6 @@ Real websites that are built with Congo. | -------------------------------------------- | ---------------------------- | | [jamespanther.com](https://jamespanther.com) | Personal site - Theme author | | [zekeriyaay.com](https://zekeriyaay.com) | Personal cheat sheets site | +| [srisco.dev](https://srisco.dev) | Personal site | **Congo user?** To add your site to this list, [submit a pull request](https://github.com/jpanther/congo/blob/dev/exampleSite/content/users.md).