Commit Graph

75 Commits

Author SHA1 Message Date
72840fc527 Update list styling 2020-05-28 20:06:21 +02:00
565186853e Merge pull request #27 from funayman/add-toc
Add conditional table of contents
2020-05-28 18:32:33 +02:00
ca56210123 Merge pull request #141 from billyogat/single-pages
remove pagination form sigle pages
2020-04-27 18:45:34 +02:00
c5ee41ddae remove pagnitaiton form sigle pages 2020-04-27 09:14:14 -04:00
1a181e05ae Made changes which were causing builds to fail
I updated ne to not and now it builds perfectly on zeit and netlify
2020-04-19 17:47:49 +05:30
e70a99243e Merge pull request #128 from willstocks/master
Only populate og:image with cover if is set
2020-04-04 17:21:37 +02:00
cd5a89ba3a Implement multi-layer fallback
Cover image for anything that's not home (with fallback to favicon where cover is not set), and for anything that is home we use the favicon with fallback to the default color block

Co-Authored-By: Radek Kozieł <radoslaw.koziel@gmail.com>
2020-04-03 10:59:22 +01:00
9143918f5a Use description for og:description 2020-03-29 16:07:41 +01:00
18af67974a Only populate og:image with cover if is set 2020-03-23 08:47:31 +00:00
9d64a69092 Update twitter:creator with cleaner/multiple fallbacks 2020-03-20 09:21:20 +00:00
5ede34df2c Only use isset check for twitter:site param
See https://gohugo.io/functions/isset/ - consistent with all other param checks in file
2020-03-18 11:24:24 +00:00
b39a2e93b7 Tweak twitter card tags to cater for new params 2020-03-18 11:20:14 +00:00
22098b16d9 Remove erroneous |
Co-Authored-By: Radek Kozieł <radoslaw.koziel@gmail.com>
2020-03-18 11:12:36 +00:00
a6ae1efab1 Twitter card + OG markup fixes
Remove Twitter card title, description and image (twitter cards fall back to OG markup for these elements).
Fix og:image url for non-home content
Conditionally show twitter:site tag
2020-03-16 11:05:35 +00:00
7f0bda3358 Fix twitter image url for non-home
Co-Authored-By: Radek Kozieł <radoslaw.koziel@gmail.com>
2020-03-16 10:52:14 +00:00
b226e1dc8c Fix OpenGraph and Twitter meta tags
Title tags could be a little bloated as the subtitle was being appended. This should fall in to the description instead.
Also, if not looking at an individual post, there was no author being defined or site image.
2020-03-10 12:08:33 +00:00
6ef1bb1686 Update head.html 2020-03-10 12:03:11 +00:00
0dc364f3e2 Merge pull request #113 from knightjoel/issue/26
Import shortcode to activate PrismJS plugins
2020-02-01 13:23:16 +01:00
a1c203cb17 Apply suggestions from code review
Co-Authored-By: Radek Kozie. <radoslaw.koziel@gmail.com>
2020-01-26 14:53:18 -07:00
92cc5bcd23 Apply suggestions from code review
Co-Authored-By: Radek Kozieł <radoslaw.koziel@gmail.com>
2020-01-25 21:18:08 -07:00
7c5c62e630 A little fix for anchor appearance 2020-01-24 08:21:30 +01:00
ff3aa2316b improve: add fixes/suggestions from panr 2020-01-23 21:04:09 +01:00
e8fdb4e084 Update layouts/_default/single.html
Co-Authored-By: Radek Kozieł <radoslaw.koziel@gmail.com>
2020-01-23 20:56:58 +01:00
2ab90a708e merge latest upstream 2020-01-23 20:50:13 +01:00
3aeb73a422 add anchor icon to heading anchors 2020-01-17 13:11:41 +01:00
fa95894458 Add Google Analytics template 2020-01-15 22:41:43 +09:00
ce97879d6c Import shortcode to activate PrismJS plugins
The shortcode takes named parameters that are relevant to the PrismJS
plugins that Terminal bundles.

- lang: the language contained in the code block
- line: the line number(s) to highlight
- line-numbers: displays line numbers in the margin
- command-line: activates the command-line plugin which modifies the
output to show a command line
- user: the username to display in the prompt (used with the command-line
parameter)
- host: the hostname to display in the prompt (used with the
command-line parameter)
- prompt: override the default prompt (used with the command-line
parameter)
- output: specifies which line(s) contain CLI output (used with the
command-line parameter)

Example:

{{< prismjs lang="bash" line="1,10-13" line-numbers="true"
command-line="true" host="jump1" user="joel" output="2-9" >}}
2020-01-08 21:43:39 -07:00
7ac0deff87 Add param to set default size for headings 2020-01-05 10:44:58 +01:00
060587ba38 Fix list.html 2019-08-25 09:38:23 +02:00
8d8e93fa8d Merge pull request #72 from MoritzFago/fix-atribution
Fix attribution if copyright is set by user.
2019-08-24 08:06:18 +02:00
3d20322e3a fixes broken page list 2019-08-14 22:08:50 +02:00
2307f19909 Merge pull request #33 from Rinma/add-language-selector
Added option for language selector
2019-08-13 16:40:04 +02:00
63b2c69f85 Remove unused css classes 2019-08-13 13:16:18 +02:00
28dd0fadf9 Use ul instead of div and BEM naming 2019-08-13 08:44:40 +02:00
2bb48d5952 Fix attribution if copyright is set by user. 2019-08-09 01:44:24 +02:00
24e901f460 Add keywords support to single page 2019-08-08 21:56:25 +02:00
79b040a3ec Only insert custom CSS link if the file exists 2019-06-15 15:55:40 +02:00
786243dc1d [*] fix: 0001-01-01 when doesn't provide a date 2019-06-09 17:59:20 +08:00
5091a93ea2 Merge pull request #35 from Rinma/lang-sensitiv-tags
made tag link language-sensitiv
2019-05-24 09:51:47 +02:00
64b59a4e59 Fix RSS links #41 2019-05-24 09:36:06 +02:00
bc9b801e5f made tag link language-sensitiv 2019-04-05 08:18:21 +02:00
10b545bb86 Added option for language selector
Implemented a language selector submenu that can be turned on or off by a config value.

Resolves: panr/hugo-theme-terminal#31
2019-04-01 21:44:39 +02:00
dbeb0f7c98 Merge branch 'master' into add-toc 2019-03-31 19:42:05 +02:00
bacfb1a95a Remove unnecessary code 2019-03-31 19:38:11 +02:00
e938e972b6 Fix format 2019-03-31 19:28:38 +02:00
50e36736c6 Allow to show full content on list 2019-03-31 19:18:43 +02:00
034efcb463 remove unnecessary if statement 2019-03-25 13:12:59 +09:00
5efec67714 remove site.params.toctile from if condition 2019-03-25 12:00:41 +09:00
5987519fd6 add global, local, default TOC 2019-03-25 11:56:59 +09:00
3cf9638af1 add conditional table of contents 2019-03-21 08:40:07 +09:00