-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nest static assets in 'legacy' directory #230
* update paths correspondingly * remove some of the code related to tools as they were causing hexo render to fail
- Loading branch information
Showing
297 changed files
with
8,297 additions
and
1,512 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
cp node_modules/normalize.css/normalize.css source/css/ \ | ||
&& cp -r node_modules/font-awesome/fonts source/css/font-awesome/ \ | ||
&& cp -r node_modules/font-awesome/css source/css/font-awesome/ | ||
cp node_modules/normalize.css/normalize.css source/legacy/css/ \ | ||
&& cp -r node_modules/font-awesome/fonts source/legacy/css/font-awesome/ \ | ||
&& cp -r node_modules/font-awesome/css source/legacy/css/font-awesome/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
browserify -t uglifyify dynamic/client.js | uglifyjs -c > source/js/site.js | ||
browserify -t brfs -t uglifyify dynamic/g-realtime.js | uglifyjs -c > source/js/g-realtime.js | ||
browserify -t brfs -t uglifyify dynamic/myTagOverflowChecker.js | uglifyjs -c > source/js/myTagOverflowChecker.js | ||
browserify -t brfs -t uglifyify dynamic/pullReceipt.js | uglifyjs -c > source/js/pullReceipt.js | ||
browserify -t brfs -t uglifyify dynamic/myTagOverflow.js | uglifyjs -c > source/js/myTagOverflow.js | ||
cp node_modules/localforage/dist/localforage.nopromises.min.js source/js/localforage.nopromises.min.js | ||
browserify -t uglifyify dynamic/client.js | uglifyjs -c > source/legacy/js/site.js | ||
#~browserify -t brfs -t uglifyify dynamic/g-realtime.js | uglifyjs -c > source/js/g-realtime.js | ||
#~browserify -t brfs -t uglifyify dynamic/myTagOverflowChecker.js | uglifyjs -c > source/js/myTagOverflowChecker.js | ||
#~browserify -t brfs -t uglifyify dynamic/pullReceipt.js | uglifyjs -c > source/js/pullReceipt.js | ||
#~browserify -t brfs -t uglifyify dynamic/myTagOverflow.js | uglifyjs -c > source/js/myTagOverflow.js | ||
#~cp node_modules/localforage/dist/localforage.nopromises.min.js source/js/localforage.nopromises.min.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,7 +88,3 @@ deploy: | |
markdown: | ||
render: | ||
html: true | ||
|
||
feed: | ||
path: /blog/atom.xml | ||
limit: 20 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.