From c1e4a8058a6c0993fcb5323e3700a414bcf1fa71 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Thu, 10 Dec 2020 10:53:57 +0100 Subject: [PATCH 01/12] Set theme jekyll-theme-minimal --- _config.yml | 1 + index.md | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 _config.yml create mode 100644 index.md diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..2f7efbe --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-minimal \ No newline at end of file diff --git a/index.md b/index.md new file mode 100644 index 0000000..cfb77e0 --- /dev/null +++ b/index.md @@ -0,0 +1,37 @@ +## Welcome to GitHub Pages + +You can use the [editor on GitHub](https://github.com/DannyDannyDanny/gitmoji/edit/gh-pages/index.md) to maintain and preview the content for your website in Markdown files. + +Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. + +### Markdown + +Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for + +```markdown +Syntax highlighted code block + +# Header 1 +## Header 2 +### Header 3 + +- Bulleted +- List + +1. Numbered +2. List + +**Bold** and _Italic_ and `Code` text + +[Link](url) and ![Image](src) +``` + +For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). + +### Jekyll Themes + +Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/DannyDannyDanny/gitmoji/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file. + +### Support or Contact + +Having trouble with Pages? Check out our [documentation](https://docs.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out. From bf88a09080c8113ee20b1c2854b380abd5eeeaa7 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Thu, 10 Dec 2020 10:54:41 +0100 Subject: [PATCH 02/12] Update index.md --- index.md | 38 +------------------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) diff --git a/index.md b/index.md index cfb77e0..5920b32 100644 --- a/index.md +++ b/index.md @@ -1,37 +1 @@ -## Welcome to GitHub Pages - -You can use the [editor on GitHub](https://github.com/DannyDannyDanny/gitmoji/edit/gh-pages/index.md) to maintain and preview the content for your website in Markdown files. - -Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. - -### Markdown - -Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for - -```markdown -Syntax highlighted code block - -# Header 1 -## Header 2 -### Header 3 - -- Bulleted -- List - -1. Numbered -2. List - -**Bold** and _Italic_ and `Code` text - -[Link](url) and ![Image](src) -``` - -For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). - -### Jekyll Themes - -Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/DannyDannyDanny/gitmoji/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file. - -### Support or Contact - -Having trouble with Pages? Check out our [documentation](https://docs.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out. +## Welcome to DannyDannyDanny/gitmoji From 6db9f882065c97c7bd98cb4dd2db7d4b28468ebe Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Thu, 10 Dec 2020 11:01:19 +0100 Subject: [PATCH 03/12] :sparkles: add :sparkles:, :goal_net: & :zap: --- index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/index.md b/index.md index 5920b32..071f246 100644 --- a/index.md +++ b/index.md @@ -1 +1,14 @@ ## Welcome to DannyDannyDanny/gitmoji + +In your commit message use the format `:gitmoji: commit message` + +Avoid using multiple gitmojis. + +## `gitmoji` Lookup + +|emoji|code|description| +|---|---|---| +|:sparkles:|`:sparkles:`| add new feature / function| +|:goal_net:|`:goal_net:`| try/raise/handle errors or warnings| +|:zap:|`:zap:`| improve performance| +|:bug:|`:bug:`| fix this bug| From 60c84cf764b5fdc4a9b2241d623223cd6cf1a983 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Thu, 10 Dec 2020 11:12:13 +0100 Subject: [PATCH 04/12] :recycle:, :construction: & :white_check_mark: --- index.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/index.md b/index.md index 071f246..377ce56 100644 --- a/index.md +++ b/index.md @@ -1,8 +1,8 @@ ## Welcome to DannyDannyDanny/gitmoji -In your commit message use the format `:gitmoji: commit message` - -Avoid using multiple gitmojis. +This gitmoji repo is focused on Python Data Processing based software engineering with a database. +To render emoji's view [index via GitHub version](https://github.com/DannyDannyDanny/gitmoji/blob/gh-pages/index.md). +In your commit message use the format `:gitmoji: commit message`. Avoid using multiple gitmojis. ## `gitmoji` Lookup @@ -11,4 +11,8 @@ Avoid using multiple gitmojis. |:sparkles:|`:sparkles:`| add new feature / function| |:goal_net:|`:goal_net:`| try/raise/handle errors or warnings| |:zap:|`:zap:`| improve performance| -|:bug:|`:bug:`| fix this bug| +|:bug:|`:bug:`| fix this bug| +|:recycle:|`:recycle:`| refactor code | +|:construction:|`:construction:`| work in progress | +|:white_check_mark:|`:white_check_mark:`| writing tests, running tests | + From 2ebbc886eff805224c232cbf065762624d26e0e5 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Thu, 10 Dec 2020 11:19:08 +0100 Subject: [PATCH 05/12] :sparkles: add gitmoji badge --- index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index 377ce56..02ba8ed 100644 --- a/index.md +++ b/index.md @@ -1,5 +1,9 @@ ## Welcome to DannyDannyDanny/gitmoji + + Gitmoji + + This gitmoji repo is focused on Python Data Processing based software engineering with a database. To render emoji's view [index via GitHub version](https://github.com/DannyDannyDanny/gitmoji/blob/gh-pages/index.md). In your commit message use the format `:gitmoji: commit message`. Avoid using multiple gitmojis. @@ -15,4 +19,3 @@ In your commit message use the format `:gitmoji: commit message`. Avoid using mu |:recycle:|`:recycle:`| refactor code | |:construction:|`:construction:`| work in progress | |:white_check_mark:|`:white_check_mark:`| writing tests, running tests | - From 6874fe777af730b3ee50f4128cd590e177bbbbf5 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Thu, 10 Dec 2020 11:21:09 +0100 Subject: [PATCH 06/12] :sparkles: add :memo: --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 02ba8ed..1450d6f 100644 --- a/index.md +++ b/index.md @@ -19,3 +19,4 @@ In your commit message use the format `:gitmoji: commit message`. Avoid using mu |:recycle:|`:recycle:`| refactor code | |:construction:|`:construction:`| work in progress | |:white_check_mark:|`:white_check_mark:`| writing tests, running tests | +|:memo:|`:memo:`| logging / verbosity / code comments | From fda9eb880549a3812a2bcc2b337e739e5c6cbb22 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Thu, 10 Dec 2020 13:17:07 +0100 Subject: [PATCH 07/12] Update index.md --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 1450d6f..23dc029 100644 --- a/index.md +++ b/index.md @@ -16,6 +16,7 @@ In your commit message use the format `:gitmoji: commit message`. Avoid using mu |:goal_net:|`:goal_net:`| try/raise/handle errors or warnings| |:zap:|`:zap:`| improve performance| |:bug:|`:bug:`| fix this bug| +|:truck:|`:truck:`| moving / renaming | |:recycle:|`:recycle:`| refactor code | |:construction:|`:construction:`| work in progress | |:white_check_mark:|`:white_check_mark:`| writing tests, running tests | From 9afc75aa37bff258843158dd664b612914de9e89 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Thu, 10 Dec 2020 13:18:13 +0100 Subject: [PATCH 08/12] :sparkles: add :fire: --- index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.md b/index.md index 23dc029..079cf51 100644 --- a/index.md +++ b/index.md @@ -21,3 +21,5 @@ In your commit message use the format `:gitmoji: commit message`. Avoid using mu |:construction:|`:construction:`| work in progress | |:white_check_mark:|`:white_check_mark:`| writing tests, running tests | |:memo:|`:memo:`| logging / verbosity / code comments | +|:fire:|`:fire:`| remove code / file | + From 460d4ae98d520d0baad843e2ce339ed2134b4415 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Thu, 10 Dec 2020 14:48:43 +0100 Subject: [PATCH 09/12] :memo: doc --- index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 079cf51..8d46183 100644 --- a/index.md +++ b/index.md @@ -8,6 +8,9 @@ This gitmoji repo is focused on Python Data Processing based software engineerin To render emoji's view [index via GitHub version](https://github.com/DannyDannyDanny/gitmoji/blob/gh-pages/index.md). In your commit message use the format `:gitmoji: commit message`. Avoid using multiple gitmojis. +Missing a gitmoji? Get [inspiration](https://gist.github.com/rxaviers/7360908). +Submit an (issue)[https://github.com/DannyDannyDanny/gitmoji/issues] or a PR. + ## `gitmoji` Lookup |emoji|code|description| @@ -20,6 +23,5 @@ In your commit message use the format `:gitmoji: commit message`. Avoid using mu |:recycle:|`:recycle:`| refactor code | |:construction:|`:construction:`| work in progress | |:white_check_mark:|`:white_check_mark:`| writing tests, running tests | -|:memo:|`:memo:`| logging / verbosity / code comments | +|:memo:|`:memo:`| doc / logging / verbosity / code comments | |:fire:|`:fire:`| remove code / file | - From da7496d66f03cb18ec7fe17ca76c494b116c5e94 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Thu, 10 Dec 2020 14:49:24 +0100 Subject: [PATCH 10/12] :bug: fix markdown syntax --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 8d46183..8f8fe59 100644 --- a/index.md +++ b/index.md @@ -9,7 +9,7 @@ To render emoji's view [index via GitHub version](https://github.com/DannyDannyD In your commit message use the format `:gitmoji: commit message`. Avoid using multiple gitmojis. Missing a gitmoji? Get [inspiration](https://gist.github.com/rxaviers/7360908). -Submit an (issue)[https://github.com/DannyDannyDanny/gitmoji/issues] or a PR. +Submit an [issue](https://github.com/DannyDannyDanny/gitmoji/issues) (or PR). ## `gitmoji` Lookup From 4690ae7af838f9c7022e0beefdf634ac4f7b30d6 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Mon, 14 Dec 2020 16:37:54 +0100 Subject: [PATCH 11/12] :sparkles: add :alien: --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 8f8fe59..c4e4e8c 100644 --- a/index.md +++ b/index.md @@ -25,3 +25,4 @@ Submit an [issue](https://github.com/DannyDannyDanny/gitmoji/issues) (or PR). |:white_check_mark:|`:white_check_mark:`| writing tests, running tests | |:memo:|`:memo:`| doc / logging / verbosity / code comments | |:fire:|`:fire:`| remove code / file | +|:alien:|`:alien:`| API and Database related work | From fb2877af66f031afbfdafb214a901206ac075d65 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Wed, 16 Dec 2020 09:54:14 +0100 Subject: [PATCH 12/12] :sparkles: add :bar_chart: --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index c4e4e8c..146021e 100644 --- a/index.md +++ b/index.md @@ -26,3 +26,4 @@ Submit an [issue](https://github.com/DannyDannyDanny/gitmoji/issues) (or PR). |:memo:|`:memo:`| doc / logging / verbosity / code comments | |:fire:|`:fire:`| remove code / file | |:alien:|`:alien:`| API and Database related work | +|:bar_chart:|`:bar_chart:`|Clean / transform / validate _data_|