Tweaks here and there
This commit is contained in:
10
_config.yml
10
_config.yml
@ -19,7 +19,7 @@ description: >- # this means to ignore newlines until "baseurl:"
|
||||
The Media Enterprise Design Lab is a think tank for community-oriented media organizations, based at the University of Colorado Boulder's College of Media, Communication and Information.
|
||||
baseurl: /medlab # the subpath of your site, e.g. /blog
|
||||
url: https://cmci.colorado.edu # the base hostname & protocol for your site, e.g. http://example.com
|
||||
twitter_username: medlabboulder
|
||||
twitter_username: MEDLabBoulder
|
||||
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
@ -29,7 +29,13 @@ plugins:
|
||||
collections:
|
||||
projects:
|
||||
output: true
|
||||
|
||||
|
||||
# For jekyll-deploy plugin (https://github.com/vwochnik/jekyll-deploy)
|
||||
deploy:
|
||||
# - cd .. && jekyll build
|
||||
# - cd .. && read -p 'Commit message: ' message && git commit -a -m $message
|
||||
- rsync -crPze ssh --delete ~/Current/CU/medlab-web/_site/* nasc0399@cmci.colorado.edu:/data/web/htdocs/cmci/medlab
|
||||
|
||||
# Exclude from processing.
|
||||
# The following items will not be processed, by default. Create a custom list
|
||||
# to override the default setting.
|
||||
|
Reference in New Issue
Block a user