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
nodejh
5a93150002
remove default tags and categories: x, y
7 years ago
nodejh
093a51edcf
merge PR: enable ordered lists in styles.css ( https://github.com/nodejh/hugo-theme-cactus-plus/pull/14 )
7 years ago
nodejh
d02f27aa1d
Merge branch 'ryanstreur-patch-1' of https://github.com/ryanstreur/hugo-theme-cactus-plus into ryanstreur-patch-1
7 years ago
nodejh
eb6a7d66e2
update LICENSE
7 years ago
nodejh
960e71e899
fix issue: From Hugo 0.24 this must be provided in the archetype file
...
itself, https://github.com/nodejh/hugo-theme-cactus-plus/issues/13
7 years ago
Ryan Streur
602ea46c0f
enable ordered lists in styles.css
7 years ago
nodejh
11e48cba33
update min version to 0.18
8 years ago
nodejh
2ad2e71916
remove useDescriptionAsTitle
8 years ago
nodejh
7bf1ce511a
change magin between #wrapper #header and #wrapper #page*
8 years ago
nodejh
313c418788
change margin-top from 100px to 60px of home page
8 years ago
nodejh
9a80f43c0a
fix tags and about pages
8 years ago
nodejh
ff2a1e2433
change .Now to now template function in layouts/partials/footer.html
8 years ago
nodejh
29f5dc9458
fix bug:Tags and About page broken with Hugo v0.18+
8 years ago
nodejh
a91879fa57
update footer: add themes link
8 years ago
nodejh
3d5e11987c
update README: add table of toc
8 years ago
nodejh
ce9d211477
update highlite styles
8 years ago
nodejh
14334d913a
update: responsive toc
8 years ago
nodejh
9aa4a5efaa
update: responsive toc
8 years ago
nodejh
3828d1273a
update: nav responsive
8 years ago
nodejh
c7730197f8
Merge branch 'master' of https://github.com/nodejh/hugo-theme-cactus-plus
8 years ago
nodejh
ae03d3bc7d
updare higlight css
8 years ago
nodejh
16f43a8a33
Merge branch 'master' of https://github.com/nodejh/hugo-theme-cactus-plus
8 years ago
nodejh
8987e630f0
updare higlight css
8 years ago
nodejh
ebe54747fe
use local static resources instaded of cdn
8 years ago
nodejh
fe7cf1d508
use local static resources instaded of cdn
8 years ago
nodejh
01ded5bca7
update highlight systax
8 years ago
nodejh
bdb83a4629
fix bug: table of content: if no content, not show toc
8 years ago
nodejh
affd4ee0a2
modify url
8 years ago
nodejh
292ce9b450
modify table of content styles
8 years ago
nodejh
a6db310b97
fix readme.md
8 years ago
nodejh
18f2378915
Merge remote-tracking branch 'remotes/josephearl/fix-about-tags'
8 years ago
Joseph Earl
432f7a985a
Add explanation for hidden = true
8 years ago
Joseph Earl
241f624aa8
Fixes #1 with Hugo v0.18+
8 years ago
nodejh
2b47f03605
add table of content
8 years ago