-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #7. Changes: ------- - directed blog feed to `/blog` - changed permalinks to `/year/month/day/title` - disabled blog-wide TOC, enabled page- & post-specific TOC - enabled Disqus & disabled comments on `page` template - L/R flipped prev/next links (now `< prevTitle` & `nextTitle >`) - added `meta` tags to scaffolds - re-added categories to summary - adjusted content width - changed blockquote style - removed minos logo - updated README to workaround hexo "module mismatch" error If we keep Hexo: --------------- - need cleaner solution for excluding `article-meta` from homepage (see line 9 of `article.ejs`). - PT Serif is nice. Decide whether we want to keep it. - optimize loading by removing unused CSS & fonts Comments: -------- Add the disqus shortname in *global* `_config.yml`: disqus_shortname: $shortname Troubleshooting: 1. Check tracker blocking. 2. Seems like it takes a bit for new accounts to propagate through the Disqus system, so go work on something else for a while. :) 3. If comments still aren't working on localhost, try [enabling developer mode](http://stackoverflow.com/questions/9475821/disqus-comments-fails-to-load-on-localhost).
- Loading branch information
Showing
62 changed files
with
2,528 additions
and
4,806 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 |
---|---|---|
|
@@ -3,5 +3,6 @@ Thumbs.db | |
db.json | ||
*.log | ||
node_modules/ | ||
public/ | ||
.deploy*/ | ||
notes.md |
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
Oops, something went wrong.