Commit Graph

81 Commits

Author SHA1 Message Date
Michael Romero 7e66822ba0
Merge branch 'master' into master 2019-09-20 22:56:50 -07:00
Michael Romero 899728b587
Merge branch 'master' into master 2019-09-20 22:55:24 -07:00
Michael Romero 9a7716ef43 Merge remote-tracking branch 'origin/master' 2019-09-20 22:53:38 -07:00
Michael Romero cbd5195d5d Add Mastodon to config example 2019-09-20 22:41:59 -07:00
Martin Funk 137b64f7ce add slack to exampleSite 2019-09-13 08:36:55 +02:00
Michael Romero fdd332f7e1 Adding mainSection = ["post","posts"] - required to show pages with "post" type in sections outside of "post" 2019-09-05 00:27:18 -07:00
Michael Romero 20609b681b Change "showAuthor" to "hideAuthor", since show is the default behavior 2019-09-05 00:10:10 -07:00
Michael Romero d7d28f8aa2
Merge pull request #238 from zhiweiyin318/add-weibo
add weibo to social
2019-09-04 21:37:57 -07:00
Michael Romero 195f4dc538
Merge pull request #229 from echtwerner/master
Fixed reference from Jekyll to Hugo and add link
2019-09-04 21:34:21 -07:00
Vincent Tam b9aa300bac Remove Google+ 2019-06-25 11:24:50 +02:00
Chris Antes b85a4633f4 Add CodePen social icon 2019-04-02 01:25:55 -07:00
Rishi Subramanian 69b9d9a622 Added Kaggle to example site 2019-03-06 13:17:50 -08:00
Zhiwei Yin 13bd0ba5e5 add weibo to exampleSite 2018-12-24 09:21:35 +08:00
echtwerner 100029b4d5
Change reference from Jekyll to Hugo and add link 2018-12-09 13:06:26 +01:00
Michael Romero 6cf90512e9 Document that logo should be square dimensions 2018-11-13 23:58:46 -08:00
Michael Romero 1dcccecb26 Add option to display word count 2018-11-01 01:39:04 -07:00
Michael Romero 934131263b
Merge branch 'master' into delayed-disqus 2018-10-26 00:53:23 -07:00
Michael Romero f5db9161c0
Merge pull request #202 from igorkulman/related-posts
Showing related posts
2018-10-26 00:44:34 -07:00
Michael Romero 4dbf695496 Add 500px to example config 2018-10-18 00:03:44 -07:00
Igor Kulman 1cc706a796
Showing the parameter for related posts in the sample site 2018-09-30 12:53:59 +02:00
Igor Kulman 9cad5e961f
Ability to use delayed Disqus comments 2018-09-30 12:39:25 +02:00
Michael Romero d9abe992c9
Merge pull request #148 from oschoudhury/master
Added Bitbucket social button to social.toml and the exampleSite.
2018-04-12 22:08:35 -07:00
Michael Romero 489b868ca0 Allow defining a custom header text for the home page
Allow defining a custom header text for the home page
2018-04-12 22:05:45 -07:00
O. S. Choudhury d01a8ddb9d Added Bitbucket social button to social.toml and the exampleSite. 2018-03-13 12:03:21 +01:00
Jeronimo F. Martinez Sanchez 9fc9b05c68 added social share links 2018-02-11 23:44:52 -06:00
Michael Romero 5ab83c3282 Update syntax highlighting
Update the syntax highlighting documentation, config file, and HLJS
theme.
2018-02-08 20:16:23 -08:00
Michael Romero b2ea7d9708 Update syntax highlighting in example site config.toml 2018-01-08 20:26:15 -08:00
halogenica e0a5a06ce1 Add modified time, fix translations, make reading time optional 2017-12-28 00:11:07 -08:00
Bernhard Fürst 6af0708975 Add background-position to bigimg's configurable per image.
You may add a "background-position" value to a [[Params.bigimg]] entry if a big image needs positioning different from the default.
2017-11-12 18:49:42 +01:00
Alexander Becker fa50dd6d0f added authors website to site parameters. link to authors website can be included in the footer now. 2017-07-19 19:56:00 +02:00
Michael Romero b9a7147fc4 Merge branch 'master' into social_vk_and_paypal 2017-07-12 23:48:34 -07:00
Alexander Ivanov 22000ee37b Add social icons VK and PayPal 2017-07-12 14:20:32 +03:00
Alexander Becker db391dc876 added Telegram to social media icons 2017-07-08 10:15:34 +00:00
Achilleas Pipinellis dc3ea35f93 Add GitLab to social icons 2017-07-04 09:40:23 +02:00
Michael Romero bbeb127b30 Load photoswipe by default and fix double-load bug
Photoswipe is now loaded by default for all pages in this theme. No need
to call load-photoswipe shortcode anymore. Fixes bug where
load-photoswipe.js was invoked multiple times, which caused the
photoswipe to prevent viewing the lightbox more than once.
2017-06-06 22:51:02 -07:00
Jack Taylor 54959770bf Fix URLs for sites where baseURL is not the domain root
It turns out that the fix for static links in 6528985ed breaks
sites where baseURL is not at the domain root, (i.e. the Hugo site
is at http://www.example.com/foo/, not http://www.example.com/).
This is because the link strings passed to absURL and absLangURL
have a leading slash, which Hugo resolves to the domain root. This
commit fixes the problem by removing removing the leading slash
from these strings.

Fixes #57
2017-05-04 20:21:14 +09:00
Michael Romero a63ae22301 Add Japanese language select to example config 2017-04-09 22:58:02 -07:00
Michael Romero d54ed7f1c9 Revert "Add Japanese language select to example config"
This reverts commit 30d2dd7196.
2017-04-09 22:57:19 -07:00
Michael Romero 30d2dd7196 Add Japanese language select to example config 2017-04-09 22:55:55 -07:00
Michael Romero 2a110c80e5 Photoswipe now allows alternate text for caption
Adding changes from hugo-easy-gallery
f0e6d5d62f58284beadf98db71861af90f2cff8e
2017-04-02 22:15:03 -07:00
Li-Wen Yip 2223163a4f Add empty partials for custom html in head and footer
As per https://gohugo.io/templates/partials/ "Theme developers may want
to include a few partials with empty HTML files in the theme just so end
users have an easy place to inject their customized content."

Resolves #42
2017-04-02 23:50:42 +01:00
Michael Romero 19b620f632 Update photoswipe gallery to hugo-easy-gallery
Using https://github.com/liwenyip/hugo-easy-gallery/ from @liwenyip
2017-03-27 21:00:24 -07:00
Li-Wen Yip 0465584c2b Added support for Google Custom Search Engine 2017-03-25 16:17:01 +00:00
Michael Romero 43ad9b7755 Fix example of photoswipe gallery
Fix the example of the photoswipe gallery, and fix the typo in the
photoswipe hyperlink.
2017-03-21 00:08:08 -07:00
Michael Romero 57d7f5f2ac Fix hyperlink to photoswipe 2017-03-20 23:54:33 -07:00
Michael Romero aae34f128c PhotoSwipe support 2017-03-20 21:45:55 -07:00
Li-Wen Yip cfbe939864 Support static content on front page (above posts) 2017-03-11 18:36:32 +00:00
Li-Wen Yip 4c36eced22 Update to match halogenica:master 2017-03-08 22:30:58 +00:00
Li-Wen Yip b9d04230d9 Merge remote-tracking branch 'refs/remotes/halogenica/master'
# Conflicts:
#	layouts/index.html
2017-03-08 20:31:31 +00:00
Li-Wen Yip 027faa06a2 Resolve conflicts with remote-tracking branch 'refs/remotes/halogenica/master'
# Conflicts:
#	exampleSite/config.toml
#	exampleSite/content/page/about.md
#	layouts/_default/list.html
#	layouts/partials/disqus.html
#	layouts/partials/head.html
#	layouts/partials/header.html
#	layouts/partials/page.html
#	layouts/partials/post.html
2017-03-08 19:03:10 +00:00