Commit Graph

127 Commits (52d788bd27721e927eaffba78f5ef35aff86ed59)
 

Author SHA1 Message Date
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
Hang Jiang 8c47cc15b1 Merge pull request #27 from wwsean08/feature/disable-chat
Fixes #26 Allow a post or about page to disable comments
7 years ago
Sean Smith 0248810912 Allow a post or about page to disable comments 7 years ago
Hang Jiang 73bf689ba2 Merge pull request #23 from sornars/patch-1
Update README.md
7 years ago
Shivan Sornarajah d2023a9621 Update README.md 7 years ago
Hang Jiang dcbb6de636 Merge pull request #22 from suhjohn/patch-1
Update config.toml
7 years ago
suhjohn 2d45447fc8 Update config.toml
Fixed a typo on line 16:
	twitter = "your_twotter"
to 
	twitter = "your_twitter"
7 years ago
Hang Jiang bc298a72b8 Merge pull request #20 from eddturtle/master
remove stray character in css
7 years ago
Edd Turtle 2f712bbd80 remove stray character in css 7 years ago
Hang Jiang 2f006c6690 Merge pull request #19 from joshleeb/master
Fix duplicate about nav link naming for tags
7 years ago
Josh Leeb-du Toit 8def58e17d Fix duplicate about nav link naming for tags 7 years ago
Hang Jiang b427464a04 Merge pull request #17 from yihui/patch-1
Conditionally generate the bio
7 years ago
Yihui Xie c054a84fda Conditionally generate the bio
Fixes rstudio/blogdown#156
7 years ago
Cody Hiar 6d881da414 Update style.css
Fixing some spacings
7 years ago
nodejh 6dc0f3ee34 modify some styles: remove redundancy css, remove hover styles on date tags, remove animation when post item hover in arcigves page 7 years ago