mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-12-23 16:08:53 -05:00
Merge branch '2.1' into site
This commit is contained in:
commit
29d3c71366
5
.powrc
Normal file
5
.powrc
Normal file
@ -0,0 +1,5 @@
|
||||
if [ -f "$rvm_path/scripts/rvm" ] && [ -f ".rvmrc" ] ; then
|
||||
source "$rvm_path/scripts/rvm"
|
||||
source ".rvmrc"
|
||||
fi
|
||||
|
@ -28,7 +28,7 @@ email: brandon@imathis.com
|
||||
|
||||
# If publishing to a subdirectory as in http://site.com/project set 'root: /project'
|
||||
root: /
|
||||
permalink: /blog/:year/:month/:day/:title/
|
||||
permalink: /:year/:month/:day/:title/
|
||||
source: source
|
||||
destination: public
|
||||
plugins: plugins
|
||||
|
Loading…
Reference in New Issue
Block a user