Commit graph

338 commits

Author SHA1 Message Date
Huy Tran
f7a755e7e0
Fixes #89
This fixes the bug #89 due to PR #84 that adds a line to allow custom header but forget to add an empty placeholder `custom.html`.
2019-11-01 11:21:21 +11:00
Huy Tran
684779a863
Merge pull request #84 from milosgarunovic/patch-1
update header to have custom css style
2019-10-25 08:58:47 +11:00
Huy Tran
0fc1d4a20d
Merge pull request #85 from pmotch/master
Fix duplicate gray variable in scss
2019-10-03 17:25:30 +10:00
Dan Cundiff
7d51cabbef Fix duplicate gray variable in scss 2019-09-14 12:51:28 -05:00
Miloš Garunović
03a524a11f
update header to have custom css style
The issue I had was that I wanted to have image caption in center and couldn't find any way to make it work without modifying the theme. This way users can automatically create custom headers, link stylesheets and similar.

P.S. I'm no front end developer, if there's a better way to do something like this, it would be awesome to let people know.
2019-09-01 09:21:06 +02:00
Huy Tran
ad9701ba35
Revert "Revert "Adjusted post list for Hugo v0.57.0"" (#83)
Revert "Revert "Adjusted post list for Hugo v0.57.0""
2019-08-19 11:36:52 +10:00
Huy Tran
dc01dcacee
Revert "Revert "Adjusted post list for Hugo v0.57.0"" 2019-08-19 11:36:13 +10:00
Huy Tran
441dd1eabb
Revert "Adjusted post list for Hugo v0.57.0" (#82)
Revert "Adjusted post list for Hugo v0.57.0"
2019-08-19 10:55:53 +10:00
Huy Tran
1f66b6a830
Revert "Adjusted post list for Hugo v0.57.0" 2019-08-19 10:55:14 +10:00
Huy Tran
19b2178a41
Merge pull request #81 from jvalecillos/patch/post-list-hugo-v0.57.0
This should fix the issue with Hugo's breaking changes since v0.57 as mentioned in https://github.com/gohugoio/hugoThemes/issues/678.
- adjusted post list for Hugo v0.57.0
Credits: @jvalecillos.
2019-08-19 10:46:46 +10:00
Jose Valecillos
350fe18188 Using site.Params.mainSections for listing posts 2019-08-18 13:18:36 +02:00
Jose Valecillos
1c50bcc7ec Adjusted post list for Hugo v0.57.0 2019-08-16 20:35:36 +02:00
Huy Tran
4e155a4bf1 revise shortcodes 2019-06-24 13:28:09 +10:00
Huy Tran
bc30ead07f
Merge pull request #76 from Fishbowler/sidebar_html_fix
Fix sidebar menu HTML structure
2019-06-21 11:06:59 +10:00
Dan Caseley
6595ac9450 Fix sidebar menu HTML structure 2019-06-16 17:15:27 +01:00
Huy Tran
2fed57d3c5
Add support for Commento (#74)
Add support for Commento
2019-06-03 10:03:43 +10:00
NaNkeen
1e04705f7f Changed noscript message to the one from Commento's docs 2019-05-29 12:29:12 +08:00
NaNkeen
3a75e58af0 Added documentation about Commento in README.md 2019-05-29 12:26:00 +08:00
NaNkeen
b7be3ba672 Implemented Commento embedding 2019-05-29 12:11:59 +08:00
Huy Tran
3551425f3f
Merge pull request #70 from JCapul/patch-1
Unquoting true value for Params.featured
2019-04-30 07:03:43 +07:00
Huy Tran
6c6fb83641
Merge pull request #71 from harmstyler/feature/adjust-hugo-function-deprecation
Convert deprecated .Hugo to hugo function
2019-04-30 07:02:59 +07:00
Tyler Harms
875417c05e convert deprecated .Hugo to hugo function 2019-04-27 10:44:36 -05:00
Julien Capul
b1ed0f1c0f
Unquoting true value for Params.featured
I had to unquote the true value in the where expression on Params.featured to make it work.
My Hugo version is:
Hugo Static Site Generator v0.54.0/extended darwin/amd64 BuildDate: unknown
2019-04-21 15:52:28 +02:00
Huy Tran
cbc21e8492
Merge pull request #68 from tkstorm/master
add include_toc options
2019-04-17 19:22:56 +07:00
Huy Tran
5e5549399b
Merge pull request #69 from harmstyler/feature/change-feeds-tpl
Stop using deprecated .RSSLink.
2019-04-17 19:22:25 +07:00
Tyler Harms
62a30ec21b Stop using deprecated .RSSLink 2019-04-13 22:43:37 -05:00
Terry Rod
f37e0a4ab3 add include_toc options and update readme.md 2019-04-02 14:40:52 +08:00
Terry Rod
5427aefb1f add include_toc options in FrontMatter 2019-04-02 14:22:00 +08:00
Huy Tran
160b3d9400
Merge pull request #67 from Kerl13/custom_gitlab_domain
Custom gitlab domains
2019-03-26 09:25:26 +07:00
Martin Pépin
308e03eac1 allow to specify a custom gitlab domain 2019-02-26 01:38:40 +01:00
Huy Tran
6d6508433d
Merge pull request #59 from apreshill/reverse-authorimage-slash
reverse PR that added additional slash to `authorimage` file path
2019-02-19 06:26:32 +07:00
Huy Tran
867b28ccb0
Merge pull request #66 from catay/fix_typos
Fix various broken links and typos.
2019-02-19 06:25:34 +07:00
Steven Mertens
2bb0b836b9 Fix various broken links and typos. 2019-02-17 21:22:22 +01:00
Huy Tran
754c3149dc
Merge pull request #64 from EpicEric/feature/dateformat-posts-list
Use dateformat parameter in posts list
2019-02-12 07:47:57 +07:00
Eric Rodrigues Pires
2a8d9d4097 Use dateformat parameter in posts list 2019-02-08 11:11:26 -02:00
Alison Hill
e8baa4a3ac reverse PR that added additional slash 2018-12-14 09:05:23 -08:00
Huy Tran
8edca610b2 fix duplicate post title as per #54 2018-12-06 10:48:12 +11:00
Huy Tran
78cffe372b upgrade tocbot to 4.1.1 2018-12-02 21:15:50 +11:00
Huy Tran
bb60c58e4c revise styles for pre and code 2018-11-30 08:29:59 +11:00
Huy Tran
739f92285b revise styles for <blockquote> and note, warning 2018-11-30 08:16:49 +11:00
Huy Tran
1ea35f4430 parameterise copyright and license 2018-11-30 08:15:40 +11:00
Huy Tran
f4aca1f9f5 upgrade font-awesome to 5.5 2018-11-28 17:38:07 +11:00
Huy Tran
9cd5abf95b revise styles for displaying draft posts 2018-11-27 21:17:45 +11:00
Huy Tran
77613eb5ce upgrade highlight.js to the newest 9.13.1 2018-11-27 21:15:46 +11:00
Huy Tran
502f773074 make sidebar a bit narrower 2018-11-27 08:10:47 +11:00
Huy Tran
895bf8d44a add Gravatar part in README, CHANGELOG, and exampleSite #56 2018-11-24 10:07:07 +11:00
Huy Tran
5ed13e1740
Merge pull request #56 from tarasmatsyk/add_gravatar_support
Add gravatar support
2018-11-24 10:00:31 +11:00
Taras Matsyk
a02e3640c9
Add gravatar as a separate social param
Make gravatar and authorimage mutually exclusive
2018-11-23 22:22:36 +02:00
Taras Matsyk
6b1f227642
Add gravatar support 2018-11-22 22:37:00 +02:00
Huy Tran
d3780e0a47 add rule for colorizing <code> inside <a> 2018-11-21 07:56:03 +11:00