Commit graph

354 commits

Author SHA1 Message Date
MarcoIeni
f582250eec Portfolio: load project screenshot only if defined 2020-06-05 23:54:33 +02:00
htr3n
d0b58642c2 Fixed gohugoio/hugoThemes#858 2020-06-05 15:50:51 +10:00
Huy Tran
7570de8eb4
Merge pull request #117 from nekr0z/highlight-js
fix highlight-js partial
2020-06-05 15:47:30 +10:00
Huy Tran
336f1e5c54
Merge branch 'master' into highlight-js 2020-06-05 15:47:20 +10:00
htr3n
c03d5f48a7 Fix #122 due to the change of Go template since Hugo 0.71.1
More detail:
https://discourse.gohugo.io/t/0-71-1-error-cant-give-argument-to-non-function/25928
2020-06-05 10:51:19 +10:00
Evgeny Kuznetsov
1d99308281
fix #122 2020-06-04 09:15:54 +03:00
Evgeny Kuznetsov
073456b675
fix hightlight-js partial
Inline script should not be inserted on page if site-level
highlightjs setting is false.
2020-04-04 08:59:41 +03:00
Huy Tran
80fe1bf4a9
Merge pull request #112 from nekr0z/orcid
add ORCiD social link
2020-03-23 19:52:07 +11:00
Huy Tran
c02a791197
Merge pull request #110 from nekr0z/copyright-since
add .Site.Params.since
2020-03-23 19:49:10 +11:00
Huy Tran
0bceeefdf5
Merge pull request #113 from MarcoIeni/patch-2
README: explain how to always show posts in home
2020-03-23 19:48:22 +11:00
Marco Ieni
90c8351c17
README: explain how to always show posts in home
Solve #93
2020-03-22 12:59:30 +01:00
Evgeny Kuznetsov
f07b91d5a2
add ORCiD social link 2020-03-17 00:29:18 +03:00
Evgeny Kuznetsov
4a676a26d2
add .Site.Params.since
.Site.Params.since is an option to store the year site development
started:
(c) 2019 - 2020
2020-03-16 21:53:06 +03:00
Huy Tran
b7e068d587
fix broken links 2019-12-21 11:38:57 +11:00
Huy Tran
640ff27a42
Merge pull request #91 from MarcoIeni/patch-1
README: clarify UtternacesRepo syntax
2019-11-07 14:24:30 +11:00
Marco Ieni
ca1c26a8d1
README: clarify UtternacesRepo syntax 2019-11-07 00:12:21 +01:00
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