Jack Taylor
655c2011fe
Add a language switcher to the navigation
...
This ignores whether the current page has a translation in a
given language, but it's a start.
2017-04-06 18:39:11 +09:00
Jack Taylor
0f74f45531
Move hard-coded strings to i18n files
...
Add translations in English and in Japanese
2017-04-06 18:39:11 +09:00
Michael Romero
1c26fe2526
Merge pull request #49 from rawkode/bugfix/support-all-taxonomies
...
Don't hardcode to a single taxonomy
2017-04-05 00:51:02 -07:00
David McKay
152f673f13
Don't hardcode to a single taxonomy
2017-04-04 17:37:39 +01:00
Michael Romero
0c1692e722
Generate galleries from image directories
...
Update to the latest version of hugo-easy-gallery. Use default functions
in shortcodes, surpress newlines, simplify background CSS, and generate
galleries from directories. 5c7171497ceca912cc9d61d7340f9b9cdf213f67
2017-04-03 00:50:26 -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
Michael Romero
e214c15e36
Merge pull request #48 from liwenyip/custom-head-and-footer
...
Add empty partials for custom html in head and footer
2017-04-02 18:45:45 -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
0cfbe987c4
Merge pull request #47 from liwenyip/clean-up-head.html
...
Clean up head.html
2017-03-31 23:05:43 -07:00
Li-Wen Yip
4f32165e3c
Clean up head.html
...
Create meta tags using `with` and `default` functions to eliminate
redundant code
2017-04-01 00:04:30 +01:00
Michael Romero
c2d51f82e1
Merge pull request #46 from liwenyip/conditionally-load-photoswipe
...
Load photoswipe js in footer.html instead of load-photoswipe.html
2017-03-28 09:01:33 -07:00
Li-Wen Yip
bc06d8f202
Load photoswipe js in footer.html instead of load-photoswipe.html
2017-03-28 09:36:27 +01:00
Li-Wen Yip
d8ad6de03c
Merge remote-tracking branch 'refs/remotes/halogenica/master' into conditionally-load-photoswipe
2017-03-28 09:24:00 +01:00
Michael Romero
f384060b95
Merge pull request #45 from rayjolt/footer-data-file-fix
...
Update the footer template with the new data file location
2017-03-28 00:02:31 -07:00
Jack Taylor
2366c020e7
Update the footer template with the new data file location
...
The social icons data was moved in cfad05b , but we need to update
the footer template with the new location as well to be able to
access the data.
2017-03-28 15:55:57 +09:00
Michael Romero
cfad05b6a0
Move social.toml data file to theme folder
...
Move social.toml data file to theme folder so an end user doesn't
accidentally override the theme's social icons with their own social
data. Effectively puts the social.toml data in the theme's namespace.
2017-03-27 23:41:41 -07:00
Michael Romero
fa359a6dd2
Merge pull request #43 from rayjolt/footer-icons
...
Split the social icon data out from the footer template
2017-03-27 23:25:23 -07: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
Michael Romero
de52bb63ed
Only load cse.js if google cse is configured
...
Previously if gcse wasn't configured, the footer would attempt and fail
to load cse.js with an invalid gcse ID
2017-03-27 20:27:18 -07:00
Jack Taylor
4379aa951f
Split the social icon data out from the footer template
...
Add a "social.toml" data file to hold the data for all the social
icons in the footer template. This reduces repetition in the
template code and makes it easier to reuse the data in other
parts of the theme, should that be desired in the future.
It also makes it easier for end users to add new icons by just
overriding the data file, instead of having to override the whole
footer template.
2017-03-28 12:06:17 +09:00
Michael Romero
21461b8257
Merge pull request #41 from liwenyip/fix-page-2
...
Fix issues with title, subtitle, and bigimg on page 2
2017-03-26 22:09:56 -07:00
Li-Wen Yip
5e287b6705
Fix issues with title, subtitle, and bigimg on page 2
2017-03-26 14:01:02 +01:00
Michael Romero
4d866ddfd7
Default date format if not defined in config.toml
...
Default date format if not defined in config.toml
2017-03-25 20:10:24 -07:00
Michael Romero
625176f1ce
Merge pull request #39 from liwenyip/google-custom-search
...
Added support for Google Custom Search Engine
2017-03-25 15:03:28 -07:00
Michael Romero
018a170672
Merge pull request #38 from liwenyip/fix-og-description
...
Use .Summary instead of .Content for og:description and twitter:description
2017-03-25 15:00:43 -07:00
Michael Romero
4946318f22
Remove comments and bigimg from archetype
...
Remove comments and bigimg from archetype. These were problematic when
users chose the default 'metaDataFormat = "toml"' in the config.toml
2017-03-25 14:57:18 -07:00
Li-Wen Yip
0465584c2b
Added support for Google Custom Search Engine
2017-03-25 16:17:01 +00:00
Li-Wen Yip
b7864a3f48
Use .Summary instead of .Content for og:description and twitter:description
2017-03-25 13:09:09 +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
1f8bc8fb24
Merge pull request #35 from halogenica/photoswipe
...
Photoswipe
2017-03-21 00:03:43 -07:00
Michael Romero
53f6ca8b72
Merge remote-tracking branch 'refs/remotes/origin/master' into photoswipe
2017-03-20 23:59:09 -07:00
Michael Romero
57d7f5f2ac
Fix hyperlink to photoswipe
2017-03-20 23:54:33 -07:00
Michael Romero
3e2b5c77dd
Handle optional variables in header
...
Handle optional variables such as "subtitle" and "bigimg" in header to
avoid errors when these variables are not set.
2017-03-20 23:52:48 -07:00
Michael Romero
aae34f128c
PhotoSwipe support
2017-03-20 21:45:55 -07:00
halogenica
ee6246379b
Consolidate header_wp.html and header.html
...
Consolidate header_wp.html and header.html to a single header.html
file.
2017-03-19 16:50:32 -07:00
Michael Romero
b44b51c9f1
Merge pull request #31 from liwenyip/use-header_wp-in-index
...
User header_wp.html partial in index.html
2017-03-19 16:44:49 -07:00
Michael Romero
16b0087daa
Merge pull request #34 from rayjolt/gitignore
...
Ignore vim swap files
2017-03-19 14:13:09 -07:00
Jack Taylor
212185a2a3
Ignore vim swap files
...
Add vim's .swp files to .gitignore. These files are created by vim
whenever you open a file, so if you have a file open while running
"git status", the .swp file will show up as untracked, which is
kind of annoying.
2017-03-18 18:12:32 +09:00
Michael Romero
bb64fb5b8e
Correct layout on tags list view
...
Make the layout when listing posts by tags consistent with the layout
when listing posts (default blog view)
2017-03-16 21:09:28 -07:00
Michael Romero
f786ba7785
Merge pull request #30 from liwenyip/new-features
...
Support static content on front page (above posts)
2017-03-16 20:39:48 -07:00
Li-Wen Yip
730ce3d9d3
User header_wp.html partial in index.html
...
- Changed header_wp.html and header.html so that they will also work on
the homepage (if the current page is the homepage then use the site
bigimg/title/subtitle, otherwise use the page bigimg/title/subtitle;
need to add them to the scratchpad so that they are accessible outside
the scope of the if/else statement).
- Change index.html to use the header_wp.html partial instead of
duplicating the same code
2017-03-11 20:49:44 +00:00
Li-Wen Yip
cfbe939864
Support static content on front page (above posts)
2017-03-11 18:36:32 +00:00
Michael Romero
4d40febe54
Merge pull request #29 from liwenyip/fix-bigimg-issues
...
Update Opengraph/Twitter tags to work with halogenica's implementation of multiple bigimg
2017-03-11 00:39:28 -08:00
Li-Wen Yip
c5736a53c2
Update Opengraph/Twitter tags to work with halogenica's implementation of bigimg
2017-03-10 20:22:24 +00:00
Li-Wen Yip
6b3b6b4b6b
Merge remote-tracking branch 'refs/remotes/origin/master' into fix-bigimg-issues
2017-03-10 20:19:52 +00:00
Li-Wen Yip
5296d24dec
Update indenting
2017-03-10 20:14:49 +00:00
Li-Wen Yip
90b1bacb21
Update Indenting
2017-03-10 20:13:01 +00:00
Michael Romero
f1c6df1122
Fix missing title when screen < 365px
...
Fixed issue where title and subtitle disappear when screen width is
less than 365px
2017-03-09 09:52:17 -08:00
Michael Romero
917f5fef57
Fix bigimg if only single bigimg is set
...
Fixing an off by 1 error which caused single bigimg's not to show up
2017-03-08 23:55:03 -08:00
Li-Wen Yip
31b882a6e6
Merge remote-tracking branch 'refs/remotes/origin/master' into fix-bigimg-issues
2017-03-08 22:39:38 +00:00