Commit Graph

12 Commits (master)

Author SHA1 Message Date
nodejh ffea239839 feat: update layouts 4 years ago
nodejh ba0e0ac249 feat: remove useless codes 4 years ago
nodejh 7a9d0220bf feat: add tags page 4 years ago
nodejh 61bcd2848e refactor: add baseof.html page 4 years ago
nodejh 8b2647b4f3 Support twitter card 7 years ago
nodejh 22aa435ab3 fix bug: default show comments. And allow a post or about page to disable comments, just edit front-matter in markdown file:
- disable disabledisqus: Add a line ` disabledisqus = "true" ` in front-matter

    For example:

    ```
    title = "How To Vertically Middle Align Floated Elements With Flexbox"
    description = "How To Vertically Middle Align Floated Elements With Flexbox"
    date = 2017-07-28T20:53:14+08:00
    tags = ["CSS"]
    categories = ["CSS"]
    draft = false
    disabledisqus = "true"
    ```

    The code of this feature will update in future, because the implementation is not so good.
7 years ago
Sean Smith 0248810912 Allow a post or about page to disable comments 7 years ago
nodejh 29f5dc9458 fix bug:Tags and About page broken with Hugo v0.18+ 8 years ago
nodejh a6db310b97 fix readme.md 8 years ago
Joseph Earl 241f624aa8 Fixes #1 with Hugo v0.18+ 8 years ago
nodejh 2383a727a2 revert to d037314e64 8 years ago
David Teller cb930e62fd Resolves #1 - Moving about/single.html and tags/single.html around.
OrderResolutorder has recentlychanged with Hugo 0.18, breaking tags/ and about/. This should fix it.
8 years ago