update bring back old flickr image and update jpgs to be 48x48

This commit is contained in:
William Zhang 2018-02-21 15:35:54 -05:00 committed by willzhang05
parent a54a912c5d
commit 2d7995c04e
10 changed files with 6 additions and 4 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ _site
.sass-cache .sass-cache
.jekyll-metadata .jekyll-metadata
Gemfile.lock Gemfile.lock
gems/

View File

@ -1,7 +1,7 @@
# SGA Website # # SGA Website #
## Installing ## ## Installing ##
* `bundle install` - This may required elevated privileges, depending on the machine. * `bundle install --path gems/`
## Running ## ## Running ##
* `bundle exec jekyll serve --port $PORT` where `$PORT` is desired port. * `bundle exec jekyll serve --port $PORT` where `$PORT` is desired port.

View File

@ -20,13 +20,14 @@ description: > # this means to ignore newlines until "baseurl:"
baseurl: "" # the subpath of your site, e.g. /blog baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: tjSGA twitter_username: tjSGA
github_username: willzhang05 #github_username: willzhang05
permalink: pretty permalink: pretty
# Build settings # Build settings
markdown: kramdown markdown: kramdown
#theme: minima #theme: minima
plugins: plugins:
- jekyll-feed - jekyll-feed
exclude: [gems]
# Exclude from processing. # Exclude from processing.
# The following items will not be processed, by default. Create a custom list # The following items will not be processed, by default. Create a custom list

View File

@ -32,7 +32,7 @@ button.social#tw {
} }
button.social#flickr { button.social#flickr {
background: url('../icons/flickr.jpg'); background: url('../icons/flickr.png');
background-size: cover; background-size: cover;
background-color: #fff; background-color: #fff;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 795 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

BIN
icons/flickr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 944 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 849 B

2
run.sh
View File

@ -6,6 +6,6 @@
#/web/activities/ghs/public/env/bin/python run.py $PORT #/web/activities/ghs/public/env/bin/python run.py $PORT
#export PATH=$PATH:/home/2018wzhang/.gem/ruby/2.3.0/bin; #export PATH=$PATH:/home/2018wzhang/.gem/ruby/2.3.0/bin;
#/home/2018wzhang/.gem/ruby/2.3.0/bin/bundler exec jekyll serve --port $PORT #/home/2018wzhang/.gem/ruby/2.3.0/bin/bundler exec jekyll serve --port $PORT
jekyll serve --port $PORT bundle exec jekyll serve --port $PORT
#/web/activities/ghs/public/env/bin/python /web/activities/ghs/public/ghswebsite/app.py $PORT #/web/activities/ghs/public/env/bin/python /web/activities/ghs/public/ghswebsite/app.py $PORT