Commit Graph

141 Commits (ad3d8218449846ed23a2b3ccab3601938ccbf95a)
 

Author SHA1 Message Date
nodejh ad3d821844 style: update tags page styles 4 years ago
nodejh 706cd8f8e9 fix: fix navigation url 4 years ago
nodejh ed49811eda feat: update exampleSite 4 years ago
nodejh 2286e5a59b fix: remove _internal templates 4 years ago
Hang Jiang be09e6f9ab
Merge pull request #83 from nodejh/feature/refactor
Feature/refactor
4 years ago
nodejh c92e4ed28c feat: add exampleSite 4 years ago
nodejh 5a1a09962e feat: update example config.yaml 4 years ago
nodejh 650943047d feat: update theme.toml 4 years ago
nodejh 7854986bd0 feat: update 404 page 4 years ago
nodejh 87d289b52f feat: remove useless codes 4 years ago
nodejh ba0e0ac249 feat: remove useless codes 4 years ago
nodejh 7a9d0220bf feat: add tags page 4 years ago
nodejh 4815a9553e feat: update content styles 4 years ago
nodejh a179bc1fb3 feat: add footer 4 years ago
nodejh 52d788bd27 feat: update single page 4 years ago
nodejh 4389d68302 feat: add pagination 4 years ago
nodejh 180c9c61d6 feat: update index page styles 4 years ago
nodejh 2b1fc63ec0 feat: refactor header and navigation 4 years ago
nodejh 61bcd2848e refactor: add baseof.html page 4 years ago
Hang Jiang 8754fb7202
Merge pull request #50 from ChalkPE/patch-3
update .gitignore
7 years ago
Hang Jiang c0bd750390
Merge pull request #49 from ChalkPE/patch-1
fix broken archetypes link
7 years ago
Chalk 51a3afa460 update .gitignore
ref: https://github.com/gohugoio/hugo/blob/master/examples/blog/.gitignore
7 years ago
Chalk 399da8108d fix broken archetypes link 7 years ago
Hang Jiang 116947e83f
Merge pull request #48 from ChalkPE/patch-2
bump up library versions
7 years ago
Hang Jiang c85b0c9b8f
Merge pull request #47 from ChalkPE/master
Add option to customise avatar link
7 years ago
Chalk 31d2987cf0 bump up library versions: fix #44 7 years ago
Chalk 11688e80fa add option to customise avatar link 7 years ago
Hang Jiang c440b95f20
Merge pull request #46 from andykingking/patch-1
Unescape HTML in post summary
7 years ago
Andrew King 69ccff4e13
Unescape HTML in post summary 7 years ago
Hang Jiang 764da22ef4
Merge pull request #45 from KevinJiao/change_sup
remove <sup> tag from default css
7 years ago
Kevin Jiao 58abcc8231 remove sup tag from default 7 years ago
Axel Bock 80a86dc4f1 change h1 & h2 margins for posts 7 years ago
Hang Jiang 9b92727160
Merge pull request #37 from flypenguin/master
update UL list style
7 years ago
Axel Bock dd7d489641 change UL list style to 'disc' 7 years ago
Axel Bock e041ba769e update UL list style 7 years ago
Hang Jiang 5c83c15941
Merge pull request #33 from subnomo/patch-1
Correct grammar in reading time estimate
7 years ago
Alex Taylor d84fe2cc89
Fix incorrect grammar in reading time estimate 7 years ago
nodejh 98cd7f9f63 Use BaseURL in anchor tag 7 years ago
Hang Jiang 59857ef849
Merge pull request #31 from mfridman/patch-1
Use BaseURL in anchor tag
7 years ago
Michael Fridman f3b91ad5d9
Use BaseURL in anchor tag 7 years ago
nodejh 8b2647b4f3 Support twitter card 7 years ago
nodejh b9a199180f update config.tolm 7 years ago
Hang Jiang 21c821002e
Merge pull request #30 from nindalf/patch-1
Fix typo in the header URL
7 years ago
nodejh c8dbece611 Fix typo in the header URL change post to posts 7 years ago
nodejh dfcacb22d5 change exampleSite/content/post to exampleSite/content/posts 7 years ago
nodejh 5626b004a4 update readme 7 years ago
nodejh dd6fa54b78 update readme 7 years ago
nodejh ca3921d9bc Rewrite tags page, remove duoshuo comment, upate summary 7 years ago
Krishna Sundarram ac0a0d1686
Fix typo in the header URL
The hugo docs (https://gohugo.io/content-management/organization/) specify that the default location for a user's posts is in the `posts/` directory. This change fixes the archive link for users who stick to the default.
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