Commit Graph

376 Commits

Author SHA1 Message Date
Alex 58d10c23ed Upgrade highlightjs 2022-02-19 11:33:15 +11:00
Huy Tran 14b387e666
Merge pull request #134 from silvanocerza/canonical-url
Add canonical URL link in header.html
2021-04-19 16:10:05 +10: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 303c3744e5
Merge pull request #111 from nekr0z/pgpkey
allow to use PGP key for IndieAuth
2020-11-03 11:25:37 +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 c70c3fe564
Merge pull request #125 from zshzero/reddit-icon
Added Reddit Icon to social icons
2020-11-03 11:24:19 +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
Huy Tran 3f7524a43f
Update README with seeking for maintainers 2020-11-03 11:19:55 +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
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 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
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 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
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
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
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