From 82b3ffe013f45abd855d927cd5254f8222a959b6 Mon Sep 17 00:00:00 2001 From: Sebas Risco Date: Wed, 13 Oct 2021 17:59:51 +0200 Subject: [PATCH 1/5] =?UTF-8?q?=F0=9F=8D=B1=20Add=20orcid=20and=20research?= =?UTF-8?q?gate=20icons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/icons/orcid.svg | 1 + assets/icons/researchgate.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 assets/icons/orcid.svg create mode 100644 assets/icons/researchgate.svg 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 From 83a18dfd7c67a156927a0dbaf06e162e4a4824ad Mon Sep 17 00:00:00 2001 From: Sebas Risco Date: Wed, 13 Oct 2021 18:01:43 +0200 Subject: [PATCH 2/5] =?UTF-8?q?=F0=9F=92=84=20Add=20full=20cool-gray=20col?= =?UTF-8?q?or=20scheme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/schemes/cool-gray.css | 37 ++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 assets/css/schemes/cool-gray.css diff --git a/assets/css/schemes/cool-gray.css b/assets/css/schemes/cool-gray.css new file mode 100644 index 00000000..4415fd57 --- /dev/null +++ b/assets/css/schemes/cool-gray.css @@ -0,0 +1,37 @@ +/* Ocean scheme */ +:root { + --color-neutral: #fff; + /* Cool Gray */ + --color-neutral-50: #f8fafc; + --color-neutral-100: #f1f5f9; + --color-neutral-200: #e2e8f0; + --color-neutral-300: #cbd5e1; + --color-neutral-400: #94a3b8; + --color-neutral-500: #64748b; + --color-neutral-600: #475569; + --color-neutral-700: #334155; + --color-neutral-800: #1e293b; + --color-neutral-900: #0f172a; + /* Cool Gray */ + --color-primary-50: #f8fafc; + --color-primary-100: #f1f5f9; + --color-primary-200: #e2e8f0; + --color-primary-300: #cbd5e1; + --color-primary-400: #94a3b8; + --color-primary-500: #64748b; + --color-primary-600: #475569; + --color-primary-700: #334155; + --color-primary-800: #1e293b; + --color-primary-900: #0f172a; + /* Cool Gray */ + --color-secondary-50: #f8fafc; + --color-secondary-100: #f1f5f9; + --color-secondary-200: #e2e8f0; + --color-secondary-300: #cbd5e1; + --color-secondary-400: #94a3b8; + --color-secondary-500: #64748b; + --color-secondary-600: #475569; + --color-secondary-700: #334155; + --color-secondary-800: #1e293b; + --color-secondary-900: #0f172a; +} From aec564a4c4657a578eed2445e98a652a60af7903 Mon Sep 17 00:00:00 2001 From: Sebas Risco Date: Wed, 13 Oct 2021 18:04:18 +0200 Subject: [PATCH 3/5] =?UTF-8?q?=F0=9F=93=9D=20Add=20new=20user?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exampleSite/content/users.md | 1 + 1 file changed, 1 insertion(+) 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). From 9f13b440d2116fee4ed0e8b73ffe920c88f5e800 Mon Sep 17 00:00:00 2001 From: Sebas Risco Date: Thu, 14 Oct 2021 18:00:56 +0200 Subject: [PATCH 4/5] =?UTF-8?q?=F0=9F=92=84=20Update=20Cool=20Gray=20schem?= =?UTF-8?q?e=20(it=20was=20Blue=20Gray)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/schemes/cool-gray.css | 62 ++++++++++++++++---------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/assets/css/schemes/cool-gray.css b/assets/css/schemes/cool-gray.css index 4415fd57..acae649c 100644 --- a/assets/css/schemes/cool-gray.css +++ b/assets/css/schemes/cool-gray.css @@ -1,37 +1,37 @@ -/* Ocean scheme */ +/* Cool gray scheme */ :root { --color-neutral: #fff; /* Cool Gray */ - --color-neutral-50: #f8fafc; - --color-neutral-100: #f1f5f9; - --color-neutral-200: #e2e8f0; - --color-neutral-300: #cbd5e1; - --color-neutral-400: #94a3b8; - --color-neutral-500: #64748b; - --color-neutral-600: #475569; - --color-neutral-700: #334155; - --color-neutral-800: #1e293b; - --color-neutral-900: #0f172a; + --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: #f8fafc; - --color-primary-100: #f1f5f9; - --color-primary-200: #e2e8f0; - --color-primary-300: #cbd5e1; - --color-primary-400: #94a3b8; - --color-primary-500: #64748b; - --color-primary-600: #475569; - --color-primary-700: #334155; - --color-primary-800: #1e293b; - --color-primary-900: #0f172a; + --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: #f8fafc; - --color-secondary-100: #f1f5f9; - --color-secondary-200: #e2e8f0; - --color-secondary-300: #cbd5e1; - --color-secondary-400: #94a3b8; - --color-secondary-500: #64748b; - --color-secondary-600: #475569; - --color-secondary-700: #334155; - --color-secondary-800: #1e293b; - --color-secondary-900: #0f172a; + --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; } From 12cb25c0e3bb831ce20fb83504349b9f16d47628 Mon Sep 17 00:00:00 2001 From: Sebas Risco Date: Sun, 17 Oct 2021 18:33:49 +0200 Subject: [PATCH 5/5] =?UTF-8?q?=E2=9C=A8=20Add=20"slate"=20theme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/schemes/{cool-gray.css => slate.css} | 2 +- exampleSite/content/docs/advanced-customisation.md | 2 +- exampleSite/content/docs/configuration.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename assets/css/schemes/{cool-gray.css => slate.css} (97%) diff --git a/assets/css/schemes/cool-gray.css b/assets/css/schemes/slate.css similarity index 97% rename from assets/css/schemes/cool-gray.css rename to assets/css/schemes/slate.css index acae649c..000ba078 100644 --- a/assets/css/schemes/cool-gray.css +++ b/assets/css/schemes/slate.css @@ -1,4 +1,4 @@ -/* Cool gray scheme */ +/* Slate scheme */ :root { --color-neutral: #fff; /* Cool Gray */ 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 1e6bd5cb..6f6a6d03 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 Hugo 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.|