From 680051ff8f418af4b28edc24d76df5f5a755af78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Skaaden?= Date: Sat, 15 Aug 2020 17:42:09 +0200 Subject: [PATCH 01/20] Testing --- index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.md b/index.md index 8611051..10c05b4 100644 --- a/index.md +++ b/index.md @@ -2,6 +2,8 @@ layout: default --- +This is a test + Text can be **bold**, _italic_, or ~~strikethrough~~. [Link to another page](./another-page.html). -- 2.25.1 From f434cbe751651c6ff5d0d3f7028abf227443cfe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Skaaden?= Date: Sat, 15 Aug 2020 17:45:43 +0200 Subject: [PATCH 02/20] Yeest --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 10c05b4..93a32ce 100644 --- a/index.md +++ b/index.md @@ -2,7 +2,7 @@ layout: default --- -This is a test +This is a testcase Text can be **bold**, _italic_, or ~~strikethrough~~. -- 2.25.1 From 2b73f805ab8003f42bd2730439d311e30715a3e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Skaaden?= Date: Sat, 15 Aug 2020 19:07:40 +0200 Subject: [PATCH 03/20] Update config --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index c90d804..9dbd89f 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ title: Minimal theme -logo: /assets/img/logo.png +logo: assets/img/logo.png description: Minimal is a theme for GitHub Pages. show_downloads: true google_analytics: -- 2.25.1 From 8fed7aa552c87aae1247d151507cdab0c47ac989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Skaaden?= Date: Sat, 15 Aug 2020 19:09:36 +0200 Subject: [PATCH 04/20] Testing --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 93a32ce..6faca11 100644 --- a/index.md +++ b/index.md @@ -2,7 +2,7 @@ layout: default --- -This is a testcase +This is a testcaseerino Text can be **bold**, _italic_, or ~~strikethrough~~. -- 2.25.1 From a8697ae2b36409308e98dfa00ee6e5b3da6989b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Skaaden?= Date: Sat, 15 Aug 2020 19:15:21 +0200 Subject: [PATCH 05/20] Update default --- _layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index 9ed409a..5afab24 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -6,7 +6,7 @@ {% seo %} - + -- 2.25.1 From ad46600fc01b07c7e98ad19f16014da06b6cc164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Skaaden?= Date: Sat, 15 Aug 2020 19:20:39 +0200 Subject: [PATCH 06/20] Changes --- _layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index 5afab24..d481560 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -6,7 +6,7 @@ {% seo %} - + -- 2.25.1 From 4d22e3c83f2d345f01ce1d3df2c83fb1f68aeb38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Skaaden?= Date: Sat, 15 Aug 2020 19:24:32 +0200 Subject: [PATCH 07/20] Update config baseurl --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 9dbd89f..b36f833 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,5 @@ title: Minimal theme +baseurl: dev logo: assets/img/logo.png description: Minimal is a theme for GitHub Pages. show_downloads: true -- 2.25.1 From 1e3866c66c88ce5471c6ecc9dbd0b4c878036ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Skaaden?= Date: Sat, 15 Aug 2020 20:08:29 +0200 Subject: [PATCH 08/20] Update index --- _config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index b36f833..85b9716 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ -title: Minimal theme +title: GLaDOS +description: Personlig nettside for Øyvind Skaaden baseurl: dev logo: assets/img/logo.png -description: Minimal is a theme for GitHub Pages. -show_downloads: true +show_downloads: false google_analytics: theme: jekyll-theme-minimal -- 2.25.1 From 2547ea1734d4ada0096fcbaf993e2d0f55606a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Skaaden?= Date: Sat, 15 Aug 2020 20:17:49 +0200 Subject: [PATCH 09/20] Update default and config --- _config.yml | 3 +++ _layouts/default.html | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 85b9716..a485aeb 100644 --- a/_config.yml +++ b/_config.yml @@ -5,3 +5,6 @@ logo: assets/img/logo.png show_downloads: false google_analytics: theme: jekyll-theme-minimal +github: + repository_url: https://git.glados.no/oyvindskaaden/glados.no + owner_url: https://github.com/oyvindskaaden diff --git a/_layouts/default.html b/_layouts/default.html index d481560..0e69c78 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -23,7 +23,7 @@

{{ site.description | default: site.github.project_tagline }}

{% if site.github.is_project_page %} -

View the Project on GitHub {{ site.github.repository_nwo }}

+

View the Project on my git {{ site.github.repository_nwo }}

{% endif %} {% if site.github.is_user_page %} @@ -47,7 +47,7 @@ {% if site.github.is_project_page %}

This project is maintained by {{ site.github.owner_name }}

{% endif %} -

Hosted on GitHub Pages — Theme by orderedlist

+

Hosted on GLaDOS — Theme by orderedlist

-- 2.25.1 From 5f57a83be107b33bb9abfa73dfe0ea7535478014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Skaaden?= Date: Sat, 15 Aug 2020 20:19:27 +0200 Subject: [PATCH 10/20] Test --- _config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index a485aeb..e27724d 100644 --- a/_config.yml +++ b/_config.yml @@ -5,6 +5,5 @@ logo: assets/img/logo.png show_downloads: false google_analytics: theme: jekyll-theme-minimal -github: - repository_url: https://git.glados.no/oyvindskaaden/glados.no - owner_url: https://github.com/oyvindskaaden +github.repository_url: https://git.glados.no/oyvindskaaden/glados.no, +github.owner_url: https://github.com/oyvindskaaden \ No newline at end of file -- 2.25.1 From 732b8e020ee9c2da23dd6f20b74adde9db70a8b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Skaaden?= Date: Sat, 15 Aug 2020 20:27:11 +0200 Subject: [PATCH 11/20] Test --- _config.yml | 8 ++++++-- _layouts/default.html | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index e27724d..83accb3 100644 --- a/_config.yml +++ b/_config.yml @@ -5,5 +5,9 @@ logo: assets/img/logo.png show_downloads: false google_analytics: theme: jekyll-theme-minimal -github.repository_url: https://git.glados.no/oyvindskaaden/glados.no, -github.owner_url: https://github.com/oyvindskaaden \ No newline at end of file +github: + is_project_page: true + repository_url: https://git.glados.no/oyvindskaaden/glados.no + is_user_page: true + owner_name: Øyvind Skaaden + owner_url: https://github.com/oyvindskaaden \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 0e69c78..756892e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -23,7 +23,7 @@

{{ site.description | default: site.github.project_tagline }}

{% if site.github.is_project_page %} -

View the Project on my git {{ site.github.repository_nwo }}

+

View the source on my git {{ site.github.repository_nwo }}

{% endif %} {% if site.github.is_user_page %} -- 2.25.1 From b8b120b1b2c114b4d87ac37400394378fdda0aed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Skaaden?= Date: Sat, 15 Aug 2020 20:28:29 +0200 Subject: [PATCH 12/20] Test --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 83accb3..2bd30e8 100644 --- a/_config.yml +++ b/_config.yml @@ -8,6 +8,7 @@ theme: jekyll-theme-minimal github: is_project_page: true repository_url: https://git.glados.no/oyvindskaaden/glados.no + repository_nwo: oyvindskaaden/glados.no is_user_page: true owner_name: Øyvind Skaaden owner_url: https://github.com/oyvindskaaden \ No newline at end of file -- 2.25.1 From e3fcb8731349917bf2599dbce805706247ca5f54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Skaaden?= Date: Sun, 16 Aug 2020 14:14:35 +0200 Subject: [PATCH 13/20] More testing --- index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.md b/index.md index 6faca11..359e790 100644 --- a/index.md +++ b/index.md @@ -4,6 +4,8 @@ layout: default This is a testcaseerino +Testing the automatic sitebuilder. + Text can be **bold**, _italic_, or ~~strikethrough~~. [Link to another page](./another-page.html). -- 2.25.1 From 2bbc4dda54a3beb7e86de0afe487fd22c3c796ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Skaaden?= Date: Sun, 16 Aug 2020 14:20:37 +0200 Subject: [PATCH 14/20] Changed some words --- _layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index 756892e..1508338 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -23,7 +23,7 @@

{{ site.description | default: site.github.project_tagline }}

{% if site.github.is_project_page %} -

View the source on my git {{ site.github.repository_nwo }}

+

View the source on my private git {{ site.github.repository_nwo }}

{% endif %} {% if site.github.is_user_page %} -- 2.25.1 From ecedab274995c5bc19f4dbf3bbdc9733f10de8da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Skaaden?= Date: Sun, 16 Aug 2020 14:24:59 +0200 Subject: [PATCH 15/20] More update testing --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 359e790..0d7c541 100644 --- a/index.md +++ b/index.md @@ -4,7 +4,7 @@ layout: default This is a testcaseerino -Testing the automatic sitebuilder. +Testing the automatic thingibadudas. Text can be **bold**, _italic_, or ~~strikethrough~~. -- 2.25.1 From 1c65f5fd1fb2f21d693ce75e7d3a5e791931bd26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Skaaden?= Date: Sun, 16 Aug 2020 14:27:16 +0200 Subject: [PATCH 16/20] More testing for automatic building --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 0d7c541..0beb3da 100644 --- a/index.md +++ b/index.md @@ -4,7 +4,7 @@ layout: default This is a testcaseerino -Testing the automatic thingibadudas. +Testing the automatic sadasdasdasd. Text can be **bold**, _italic_, or ~~strikethrough~~. -- 2.25.1 From 9cd6d9990830da4fc8ea562981e3150d34389ce3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Skaaden?= Date: Sun, 16 Aug 2020 14:32:23 +0200 Subject: [PATCH 17/20] Update gemfile --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 7f4f5e9..e2b2366 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,6 @@ source 'https://rubygems.org' +gem "jekyll-theme-minimal", "~> 0.1.1" + gemspec -- 2.25.1 From c01dacd6a80ff01aebcf61ddf4e7af661bd822ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Skaaden?= Date: Sun, 16 Aug 2020 14:42:04 +0200 Subject: [PATCH 18/20] Update --- Gemfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index e2b2366..7f4f5e9 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,4 @@ source 'https://rubygems.org' -gem "jekyll-theme-minimal", "~> 0.1.1" - gemspec -- 2.25.1 From 3f85185c1d0640022262e24da73ba7229be7c125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Skaaden?= Date: Sun, 16 Aug 2020 14:47:26 +0200 Subject: [PATCH 19/20] More tesing --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 0beb3da..8a8be00 100644 --- a/index.md +++ b/index.md @@ -4,7 +4,7 @@ layout: default This is a testcaseerino -Testing the automatic sadasdasdasd. +Testsfdsadfasdfasdf Text can be **bold**, _italic_, or ~~strikethrough~~. -- 2.25.1 From 1eb5d4e8308e82e5e9251b025ae2d3d928ef67c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Skaaden?= Date: Sun, 16 Aug 2020 14:49:28 +0200 Subject: [PATCH 20/20] Removed Github --- .github/CODEOWNERS | 3 -- .github/config.yml | 20 --------- .github/no-response.yml | 13 ------ .github/settings.yml | 31 -------------- .github/stale.yml | 27 ------------ .github/workflows/ci.yaml | 14 ------- docs/CODE_OF_CONDUCT.md | 46 -------------------- docs/CONTRIBUTING.md | 88 --------------------------------------- docs/SUPPORT.md | 9 ---- 9 files changed, 251 deletions(-) delete mode 100644 .github/CODEOWNERS delete mode 100644 .github/config.yml delete mode 100644 .github/no-response.yml delete mode 100644 .github/settings.yml delete mode 100644 .github/stale.yml delete mode 100644 .github/workflows/ci.yaml delete mode 100644 docs/CODE_OF_CONDUCT.md delete mode 100644 docs/CONTRIBUTING.md delete mode 100644 docs/SUPPORT.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 96a0234..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,3 +0,0 @@ -# Require maintainer's :+1: for changes to the .github/ repo-config files -# mainly due to https://github.com/probot/settings privilege escalation -.github/* @pages-themes/maintainers diff --git a/.github/config.yml b/.github/config.yml deleted file mode 100644 index 23911ec..0000000 --- a/.github/config.yml +++ /dev/null @@ -1,20 +0,0 @@ -# Behaviorbot config. See https://github.com/behaviorbot/ for more information. -# Note: Please Don't edit this file directly. -# Edit https://github.com/pages-themes/maintenance-scripts instead. - -# Configuration for update-docs - https://github.com/behaviorbot/update-docs -updateDocsComment: "Thanks for the pull request! If you are making any changes to the user-facing functionality, please be sure to update the documentation in the `README` or `docs/` folder alongside your change. :heart:" - -# Configuration for request-info - https://github.com/behaviorbot/request-info -requestInfoReplyComment: Thanks for this. Do you mind providing a bit more information about what problem you're trying to solve? -requestInfoLabelToAdd: more-information-needed - -# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome -#newIssueWelcomeComment: > -# Welcome! - -# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome -newPRWelcomeComment: Welcome! Congrats on your first pull request to the Minimal theme. If you haven't already, please be sure to check out [the contributing guidelines](https://github.com/pages-themes/minimal/blob/master/docs/CONTRIBUTING.md). - -# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge -firstPRMergeComment: "Congrats on getting your first pull request to the Minimal theme merged! Without amazing humans like you submitting pull requests, we couldn’t run this project. You rock! :tada:

If you're interested in tackling another bug or feature, take a look at [the open issues](https://github.com/pages-themes/minimal/issues), especially those [labeled `help wanted`](https://github.com/pages-themes/minimal/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)." diff --git a/.github/no-response.yml b/.github/no-response.yml deleted file mode 100644 index 7193eaa..0000000 --- a/.github/no-response.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Configuration for probot-no-response - https://github.com/probot/no-response - -# Number of days of inactivity before an Issue is closed for lack of response -daysUntilClose: 14 -# Label requiring a response -responseRequiredLabel: more-information-needed -# Comment to post when closing an Issue for lack of response. Set to `false` to disable -closeComment: > - This issue has been automatically closed because there has been no response - to our request for more information from the original author. With only the - information that is currently in the issue, we don't have enough information - to take action. Please reach out if you have or find the answers we need so - that we can investigate further. diff --git a/.github/settings.yml b/.github/settings.yml deleted file mode 100644 index 4208159..0000000 --- a/.github/settings.yml +++ /dev/null @@ -1,31 +0,0 @@ -# Repository settings set via https://github.com/probot/settings - -repository: - has_issues: true - has_wiki: false - has_projects: false - has_downloads: false - -labels: - - name: help wanted - oldname: help-wanted - color: 0e8a16 - - name: more-information-needed - color: d93f0b - - name: bug - color: b60205 - - name: feature - color: 1d76db - - name: good first issue - color: "5319e7" - -# Not currently implemented by probot/settings, but manually implemented in script/deploy -branch_protection: - restrictions: null - enforce_admins: false - required_status_checks: - strict: true - contexts: - - "continuous-integration/travis-ci" - required_pull_request_reviews: - require_code_owner_reviews: true diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index a1aa17e..0000000 --- a/.github/stale.yml +++ /dev/null @@ -1,27 +0,0 @@ -# Configuration for probot-stale - https://github.com/probot/stale - -# Number of days of inactivity before an Issue or Pull Request becomes stale -daysUntilStale: 60 - -# Number of days of inactivity before a stale Issue or Pull Request is closed -daysUntilClose: 7 - -# Issues or Pull Requests with these labels will never be considered stale -exemptLabels: - - pinned - - security - -# Label to use when marking as stale -staleLabel: wontfix - -# Comment to post when marking as stale. Set to `false` to disable -markComment: > - This issue has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. Thank you - for your contributions. - -# Comment to post when closing a stale Issue or Pull Request. Set to `false` to disable -closeComment: false - -# Limit to only `issues` or `pulls` -# only: issues diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml deleted file mode 100644 index a905595..0000000 --- a/.github/workflows/ci.yaml +++ /dev/null @@ -1,14 +0,0 @@ -on: push -jobs: - build: - runs-on: ubuntu-latest - name: script/cibuild - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-ruby@v1 - with: - ruby-version: 2.7 - - name: build - run: script/bootstrap - - name: test - run: script/cibuild \ No newline at end of file diff --git a/docs/CODE_OF_CONDUCT.md b/docs/CODE_OF_CONDUCT.md deleted file mode 100644 index ab1a9a1..0000000 --- a/docs/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,46 +0,0 @@ -# Contributor Covenant Code of Conduct - -## Our Pledge - -In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. - -## Our Standards - -Examples of behavior that contributes to creating a positive environment include: - -* Using welcoming and inclusive language -* Being respectful of differing viewpoints and experiences -* Gracefully accepting constructive criticism -* Focusing on what is best for the community -* Showing empathy towards other community members - -Examples of unacceptable behavior by participants include: - -* The use of sexualized language or imagery and unwelcome sexual attention or advances -* Trolling, insulting/derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or electronic address, without explicit permission -* Other conduct which could reasonably be considered inappropriate in a professional setting - -## Our Responsibilities - -Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. - -Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. - -## Scope - -This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. - -## Enforcement - -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at opensource@github.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. - -Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. - -## Attribution - -This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] - -[homepage]: http://contributor-covenant.org -[version]: http://contributor-covenant.org/version/1/4/ diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md deleted file mode 100644 index fed1ae7..0000000 --- a/docs/CONTRIBUTING.md +++ /dev/null @@ -1,88 +0,0 @@ -# Contributing to the Minimal theme - -Hi there! We're thrilled that you'd like to contribute to the Minimal theme. Your help is essential for keeping it great. - -the Minimal theme is an open source project supported by the efforts of an entire community and built one contribution at a time by users like you. We'd love for you to get involved. Whatever your level of skill or however much time you can give, your contribution is greatly appreciated. There are many ways to contribute, from writing tutorials or blog posts, improving the documentation, submitting bug reports and feature requests, helping other users by commenting on issues, or writing code which can be incorporated into the Minimal theme itself. - -Following these guidelines helps to communicate that you respect the time of the developers managing and developing this open source project. In return, they should reciprocate that respect in addressing your issue, assessing changes, and helping you finalize your pull requests. - - -## Looking for support? - -We'd love to help. Check out [the support guidelines](SUPPORT.md). - -## How to report a bug - -Think you found a bug? Please check [the list of open issues](https://github.com/pages-themes/minimal/issues) to see if your bug has already been reported. If it hasn't please [submit a new issue](https://github.com/pages-themes/minimal/issues/new). - -Here are a few tips for writing *great* bug reports: - -* Describe the specific problem (e.g., "widget doesn't turn clockwise" versus "getting an error") -* Include the steps to reproduce the bug, what you expected to happen, and what happened instead -* Check that you are using the latest version of the project and its dependencies -* Include what version of the project your using, as well as any relevant dependencies -* Only include one bug per issue. If you have discovered two bugs, please file two issues -* Even if you don't know how to fix the bug, including a failing test may help others track it down - -**If you find a security vulnerability, do not open an issue. Please email security@github.com instead.** - -## How to suggest a feature or enhancement - -If you find yourself wishing for a feature that doesn't exist in the Minimal theme, you are probably not alone. There are bound to be others out there with similar needs. Many of the features that the Minimal theme has today have been added because our users saw the need. - -Feature requests are welcome. But take a moment to find out whether your idea fits with the scope and goals of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Please provide as much detail and context as possible, including describing the problem you're trying to solve. - -[Open an issue](https://github.com/pages-themes/minimal/issues/new) which describes the feature you would like to see, why you want it, how it should work, etc. - - - -## Your first contribution - -We'd love for you to contribute to the project. Unsure where to begin contributing to the Minimal theme? You can start by looking through these "good first issue" and "help wanted" issues: - -* [Good first issues](https://github.com/pages-themes/minimal/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) - issues which should only require a few lines of code and a test or two -* [Help wanted issues](https://github.com/pages-themes/minimal/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) - issues which may be a bit more involved, but are specifically seeking community contributions - -*p.s. Feel free to ask for help; everyone is a beginner at first* :smiley_cat: - -## How to propose changes - -Here's a few general guidelines for proposing changes: - -* If you are making visual changes, include a screenshot of what the affected element looks like, both before and after. -* Follow the [Jekyll style guide](https://ben.balter.com/jekyll-style-guide). -* If you are changing any user-facing functionality, please be sure to update the documentation -* Each pull request should implement **one** feature or bug fix. If you want to add or fix more than one thing, submit more than one pull request -* Do not commit changes to files that are irrelevant to your feature or bug fix -* Don't bump the version number in your pull request (it will be bumped prior to release) -* Write [a good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) - -At a high level, [the process for proposing changes](https://guides.github.com/introduction/flow/) is: - -1. [Fork](https://github.com/pages-themes/minimal/fork) and clone the project -2. Configure and install the dependencies: `script/bootstrap` -3. Make sure the tests pass on your machine: `script/cibuild` -4. Create a new branch: `git checkout -b my-branch-name` -5. Make your change, add tests, and make sure the tests still pass -6. Push to your fork and [submit a pull request](https://github.com/pages-themes/minimal/compare) -7. Pat your self on the back and wait for your pull request to be reviewed and merged - -**Interesting in submitting your first Pull Request?** It's easy! You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github) - -## Bootstrapping your local development environment - -`script/bootstrap` - -## Running tests - -`script/cibuild` - -## Code of conduct - -This project is governed by [the Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. - -## Additional Resources - -* [Contributing to Open Source on GitHub](https://guides.github.com/activities/contributing-to-open-source/) -* [Using Pull Requests](https://help.github.com/articles/using-pull-requests/) -* [GitHub Help](https://help.github.com) diff --git a/docs/SUPPORT.md b/docs/SUPPORT.md deleted file mode 100644 index 54b795f..0000000 --- a/docs/SUPPORT.md +++ /dev/null @@ -1,9 +0,0 @@ -## Where to get help - -If you think you've found a bug in the Minimal theme, please [check the existing issues](https://github.com/pages-themes/minimal/issues), and if no one has reported the problem, [open a new issue](https://github.com/pages-themes/minimal/issues/new). - -If you have a general question about the theme, how to implement it, or how to customize it for your site you have two options: - -1. Search for your query on [`support.github.com`](https://support.github.com/?q=pages+Minimal+theme), which will also look for similar topics on [`github.community`](https://github.community/search?q=pages+Minimal+theme) -2. Ask your question of the Jekyll community on [talk.jekyllrb.com](https://talk.jekyllrb.com/) -3. [Contact GitHub Support](https://github.com/contact?form%5Bsubject%5D=GitHub%20Pages%20theme%20pages-themes/minimal) -- 2.25.1