-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
72e5f16
commit fecffbc
Showing
26 changed files
with
267 additions
and
417 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#! /bin/bash | ||
|
||
begin='<script type="text\/javascript" src="http:\/\/cdn.mathjax.org\/mathjax\/latest\/MathJax.js?config=TeX-AMS-MML_HTMLorMML">' | ||
end='<\/script>' | ||
pos='<script src="\/js\/script.js" type="text\/javascript"><\/script>' | ||
|
||
find ./public -name 'index.html' | xargs -I '{}' \ | ||
sed -i -e /"$begin"/,/"$end"/d -e "/^$pos/a$begin$end" '{}' | ||
|
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 |
---|---|---|
|
@@ -7,12 +7,12 @@ title: Lijian's Site | |
subtitle: Everything is possible if you have the real passion to what you do | ||
description: My Blog for share and record some interesting things. | ||
author: Lijian | ||
email: [email protected] | ||
email: [email protected] | ||
language: zh-Hans | ||
|
||
# URL | ||
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/' | ||
url: http://lingdian618.github.io/ | ||
url: http://lijian.ml | ||
root: / | ||
permalink: :year/:month/:day/:title/ | ||
tag_dir: tags | ||
|
@@ -94,7 +94,7 @@ deploy: | |
- type: git | ||
repo: | ||
gitcafe: [email protected]:lingdian618/lingdian618.git,gitcafe-pages | ||
github: [email protected]:lingdian618/lingdian618.github.io.git | ||
# github: [email protected]:lingdian618/lingdian618.github.io.git | ||
feed: | ||
type: atom | ||
path: atom.xml | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.