Commit Graph

210 Commits

Author SHA1 Message Date
Alex 58d10c23ed Upgrade highlightjs 2022-02-19 11:33:15 +11:00
Silvano Cerza 4faf3de554 Add canonical URL link in header.html
By default the page permalink is used, if necessary a custom
canonicalUrl parameter can be set in a page front matter.
2021-04-16 16:45:27 +02:00
Huy Tran 50558ed9bb
Merge pull request #92 from MarcoIeni/master
Portfolio: load project screenshot only if defined
2020-11-23 10:30:32 +11:00
Huy Tran 16f781c289
Fix missing {{ end }} blocks
During merging the PR https://github.com/htr3n/hyde-hyde/pull/111, there are mix up that cause two missing `{{ end }}` blocks.
2020-11-04 08:23:51 +11:00
Huy Tran e74a3fc003
Merge branch 'master' into pgpkey 2020-11-03 11:25:29 +11:00
Huy Tran a4ecbb1e8f
Merge pull request #90 from gntech/logoimage
Add logo image
2020-11-03 11:24:38 +11:00
Huy Tran b134f58584
Merge branch 'master' into reddit-icon 2020-11-03 11:24:10 +11:00
Huy Tran 7554b7e578
Merge pull request #105 from jacobkoenig/scholar
added google scholar icon to social
2020-11-03 11:23:07 +11:00
Huy Tran bc59ebe5ca
Merge pull request #123 from MarcoIeni/rss-icon
add rss to social icons
2020-11-03 11:22:49 +11:00
Huy Tran 2ff0e97748
Merge pull request #118 from nekr0z/cache-control
remove Cache-Control meta header
2020-11-03 11:21:45 +11:00
Huy Tran 977c128307
Merge pull request #114 from nekr0z/microblog
add micro.blog social option
2020-11-03 11:21:15 +11:00
zshzero 634b6eab40 Added Reddit Icon 2020-06-19 18:32:39 +05:30
MarcoIeni f582250eec Portfolio: load project screenshot only if defined 2020-06-05 23:54:33 +02:00
MarcoIeni fe93925304 add rss to social icons 2020-06-05 23:44:08 +02:00
htr3n d0b58642c2 Fixed gohugoio/hugoThemes#858 2020-06-05 15:50:51 +10:00
Evgeny Kuznetsov 1d99308281
fix #122 2020-06-04 09:15:54 +03:00
Evgeny Kuznetsov 2ed75c9f45
remove Cache-Control meta header
Per standard, "Cache-Control" is not a valid http-equiv keyword.
https://html.spec.whatwg.org/multipage/semantics.html#pragma-directives
2020-04-04 09:42:24 +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
Evgeny Kuznetsov ac7af403e4
add micro.blog social option 2020-03-23 12:34:58 +03:00
Huy Tran 80fe1bf4a9
Merge pull request #112 from nekr0z/orcid
add ORCiD social link
2020-03-23 19:52:07 +11:00
Evgeny Kuznetsov f07b91d5a2
add ORCiD social link 2020-03-17 00:29:18 +03:00
Evgeny Kuznetsov e703e0ecf8
allow to use PGP key for IndieAuth
https://indieauth.com/pgp
2020-03-16 23:37:50 +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
jacobkoenig f3d5b2d725
added google scholar icon to social 2020-02-04 16:56:26 +00:00
Gustav Näslund 8a094e628f Add logo image 2019-11-04 19:50:27 +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
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 dc01dcacee
Revert "Revert "Adjusted post list for Hugo v0.57.0"" 2019-08-19 11:36:13 +10:00
Huy Tran 1f66b6a830
Revert "Adjusted post list for Hugo v0.57.0" 2019-08-19 10:55:14 +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
Dan Caseley 6595ac9450 Fix sidebar menu HTML structure 2019-06-16 17:15:27 +01:00
NaNkeen 1e04705f7f Changed noscript message to the one from Commento's docs 2019-05-29 12:29:12 +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
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
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
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
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 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