From 7197838e4da305cf484f72dd292f7b666e3a4fe5 Mon Sep 17 00:00:00 2001 From: "Renato (Reva) Vasconcellos Gomes" Date: Fri, 4 Feb 2022 21:58:30 -0300 Subject: [PATCH 1/3] Set theme jekyll-theme-hacker --- _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..fc24e7a --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-hacker \ No newline at end of file diff --git a/index.md b/index.md new file mode 100644 index 0000000..18d12b5 --- /dev/null +++ b/index.md @@ -0,0 +1,37 @@ +## Welcome to GitHub Pages + +You can use the [editor on GitHub](https://github.com/revagomes/git/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 [Basic writing and formatting syntax](https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax). + +### 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/revagomes/git/settings/pages). 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://support.github.com/contact) and we’ll help you sort it out. From 84673d9a784edcb0aa0fc88e99287319eab357c8 Mon Sep 17 00:00:00 2001 From: "Renato (Reva) Vasconcellos Gomes" Date: Fri, 4 Feb 2022 22:54:46 -0300 Subject: [PATCH 2/3] Add project page. --- index.md | 65 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 32 insertions(+), 33 deletions(-) diff --git a/index.md b/index.md index 18d12b5..726e99f 100644 --- a/index.md +++ b/index.md @@ -1,37 +1,36 @@ -## Welcome to GitHub Pages +--- -You can use the [editor on GitHub](https://github.com/revagomes/git/edit/gh-pages/index.md) to maintain and preview the content for your website in Markdown files. +# Git -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. +## Introduction +According to [Git documentation](https://git-scm.com/docs/git-config) valid colors are limited to white, black, green, magenta, blue, cyan, yellow, red. +Due to the limitation on colors availablility, it appears the best option is to theme your terminal, then adjust the .gitconfig file -### 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) +## Install using Git +If you are a git user, you can install the theme and keep up to date by cloning the repo: +```shell +git clone https://github.com/revagomes/git.git ``` - -For more details see [Basic writing and formatting syntax](https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax). - -### 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/revagomes/git/settings/pages). 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://support.github.com/contact) and we’ll help you sort it out. +## Install manually +Download using the [GitHub .zip download](https://github.com/revagomes/git/archive/master.zip) option and unzip them. + +## Activating theme + +1. Install the [Dracula theme](https://draculatheme.com/) on your terminal. +- [Alacritty](https://draculatheme.com/alacritty) +- [Fluent Terminal](https://draculatheme.com/fluent-terminal) +- [Foot](https://draculatheme.com/foot-terminal) +- [Gnome Terminal](https://draculatheme.com/gnome-terminal) +- [Hyper](https://draculatheme.com/hyper) +- [iTerm](https://draculatheme.com/iterm) +- [Kitty](https://draculatheme.com/kitty) +- [Terminal](https://draculatheme.com/terminal) +- [Terminator](https://draculatheme.com/terminator) +- [Termite](https://draculatheme.com/termite) +- [Termux](https://draculatheme.com/termux) +- [Windows Terminal](https://draculatheme.com/windows-terminal) +- [Xfce4 Terminal](https://draculatheme.com/xfce4-terminal) + +2. Determine the directory for the Git config file. The default location is `~/.gitconfig`. In some environments, a user’s configuration will be stored in the alternate location `$XDG_CONFIG_HOME/.gitconfig`. + +3. Copy the content of this repositorie’s config file (`config/gitconfig`) into your Git config file. From 98cb8a2d0d494e05dcbafbf1142535c958957186 Mon Sep 17 00:00:00 2001 From: Reva Gomes Date: Sat, 19 Feb 2022 13:09:51 +0100 Subject: [PATCH 3/3] Update repo link on GH pages. --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 726e99f..b81da03 100644 --- a/index.md +++ b/index.md @@ -9,10 +9,10 @@ Due to the limitation on colors availablility, it appears the best option is to ## Install using Git If you are a git user, you can install the theme and keep up to date by cloning the repo: ```shell -git clone https://github.com/revagomes/git.git +git clone https://github.com/revagomes/git-cli.git ``` ## Install manually -Download using the [GitHub .zip download](https://github.com/revagomes/git/archive/master.zip) option and unzip them. +Download using the [GitHub .zip download](https://github.com/revagomes/git-cli/archive/master.zip) option and unzip them. ## Activating theme