mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-16 01:00:17 -04:00
Merge branch 'master' of github.com:willzhang05/sgawebsite
This commit is contained in:
commit
9ad41d9599
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@ _site
|
|||
.sass-cache
|
||||
.jekyll-metadata
|
||||
Gemfile.lock
|
||||
gems/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# SGA Website #
|
||||
|
||||
## Installing ##
|
||||
* `bundle install` - This may required elevated privileges, depending on the machine.
|
||||
* `bundle install --path gems/`
|
||||
|
||||
## Running ##
|
||||
* `bundle exec jekyll serve --port $PORT` where `$PORT` is desired port.
|
||||
|
|
|
@ -20,13 +20,14 @@ description: > # this means to ignore newlines until "baseurl:"
|
|||
baseurl: "" # the subpath of your site, e.g. /blog
|
||||
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
||||
twitter_username: tjSGA
|
||||
github_username: willzhang05
|
||||
#github_username: willzhang05
|
||||
permalink: pretty
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
#theme: minima
|
||||
plugins:
|
||||
- jekyll-feed
|
||||
exclude: [gems]
|
||||
|
||||
jekyll_get:
|
||||
- data: about
|
||||
|
|
2
run.sh
2
run.sh
|
@ -6,6 +6,6 @@
|
|||
#/web/activities/ghs/public/env/bin/python run.py $PORT
|
||||
#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
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user