From: Matthew Carter Date: Tue, 27 Jan 2015 04:49:32 +0000 (-0500) Subject: Host images on website not in repo X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/66e474135758474dbd2e2b2954aaeda3b5de174d Host images on website not in repo --- diff --git a/README.md b/README.md index 9790dff81..ef903ca60 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ To install, clone the repository via: ``` cd ~/.emacs.d -git clone https://github.com/ahungry/color-theme-ahungry.git +git clone http://ahungry.com/images/color-theme-ahungry.git ``` Then, make sure to add the following to your ~/.emacs: @@ -35,25 +35,25 @@ taken while using emacs in rxvt-unicode with a transparent background set under the ~/.Xresources config. ### Emacs Config (~/.emacs) -![~/.emacs](https://github.com/ahungry/color-theme-ahungry/raw/master/require.png) +![~/.emacs](http://ahungry.com/images/color-theme-ahungry/require.png) ### Common Lisp -![Common Lisp](https://github.com/ahungry/color-theme-ahungry/raw/master/common-lisp.png) +![Common Lisp](http://ahungry.com/images/color-theme-ahungry/common-lisp.png) ### PHP -![PHP](https://github.com/ahungry/color-theme-ahungry/raw/master/php.png) +![PHP](http://ahungry.com/images/color-theme-ahungry/php.png) ### Perl -![Perl](https://github.com/ahungry/color-theme-ahungry/raw/master/perl.png) +![Perl](http://ahungry.com/images/color-theme-ahungry/perl.png) ### C -![C](https://github.com/ahungry/color-theme-ahungry/raw/master/c.png) +![C](http://ahungry.com/images/color-theme-ahungry/c.png) ### Javascript -![Javascript](https://github.com/ahungry/color-theme-ahungry/raw/master/javascript.png) +![Javascript](http://ahungry.com/images/color-theme-ahungry/javascript.png) ### Assembly -![Assembly](https://github.com/ahungry/color-theme-ahungry/raw/master/assembly.png) +![Assembly](http://ahungry.com/images/color-theme-ahungry/assembly.png) ## License GPLv3 diff --git a/assembly.png b/assembly.png deleted file mode 100644 index 1478402d5..000000000 Binary files a/assembly.png and /dev/null differ diff --git a/c.png b/c.png deleted file mode 100644 index 7ddea9439..000000000 Binary files a/c.png and /dev/null differ diff --git a/common-lisp.png b/common-lisp.png deleted file mode 100644 index c5b1bbc75..000000000 Binary files a/common-lisp.png and /dev/null differ diff --git a/javascript.png b/javascript.png deleted file mode 100644 index f50a7a1f9..000000000 Binary files a/javascript.png and /dev/null differ diff --git a/perl.png b/perl.png deleted file mode 100644 index fd8c41b87..000000000 Binary files a/perl.png and /dev/null differ diff --git a/php.png b/php.png deleted file mode 100644 index 99097d331..000000000 Binary files a/php.png and /dev/null differ diff --git a/require.png b/require.png deleted file mode 100644 index 89468c3e8..000000000 Binary files a/require.png and /dev/null differ