Commit graph

1860 commits

Author SHA1 Message Date
George Cushen
0c635d1a82 Update style of next/prev section pager nav (#393) 2018-01-13 02:52:20 +00:00
Elton Chen-Yu Ho
a42037eadd Fix error when menu URL shorter than 4 characters is set
Fix the error when calling slicestr to slice out-of-range bounds

See #439
2018-01-08 19:07:40 +00:00
George Cushen
0514bbd48d Add featurette/blurb widget
Example use: https://raw.githubusercontent.com/sourcethemes/academic-www/master/content/home/features.md

Close #424
2018-01-05 19:42:16 +00:00
Dongdong Tian
4167651b58 project widget: Enable content from any folder to be displayed
The widget is no longer limited to only displaying content from `content/project/` folder.

See #429
2018-01-04 22:34:04 +00:00
beling
bf0b777172 i18n: Add missing phrases to Polish translation (#431) 2018-01-04 22:02:29 +00:00
George Cushen
9bf2689b24 docs: Update Readme 2018-01-04 01:54:24 +00:00
George Cushen
ad19aa52d3 header: Improve metadata for page description
See discussion in #428
2018-01-02 16:31:14 +00:00
George Cushen
09daca6b7d Add support for Chrome theme color
See https://developers.google.com/web/fundamentals/design-and-ux/browser-customization/#meta_theme_color_for_chrome_and_opera

Close #402
2017-12-31 12:05:28 +00:00
zaazi
f72cced47c post: Improve Microdata metadata (#407) 2017-12-30 15:14:31 +00:00
George Cushen
4856bfedef Add PR template 2017-12-30 13:40:58 +00:00
George Cushen
588142274b publication: Make publication name optional
Close #423
2017-12-29 19:13:30 +00:00
George Cushen
cf6d923c90 multilingual: Fix styles.css link when defaultContentLanguageInSubdir = true
Fix #412
2017-12-17 20:08:33 +00:00
George Cushen
ed61956cfa talk: Sort and group talks by time_start instead of date published
* Affects the two types of talk widgets and talk archive
* Requires `time_start` to be present in front matter of all talks

Fix #409
2017-12-17 19:36:11 +00:00
Israel Blancas
18080b1137 i18n: Fix Spanish typos (#403) 2017-12-12 00:35:49 +00:00
George Cushen
9d7f32f7ff readme: Improve installation methods and show 1950s theme 2017-12-03 18:47:31 +00:00
George Cushen
69fa815757 themes: Add 1950s theme 2017-12-03 18:44:59 +00:00
George Cushen
5f8e04b83b themes: Support background option 2017-12-03 18:43:47 +00:00
George Cushen
2b77316077 readme: Improve installation method 2017-11-30 09:16:25 +00:00
George Cushen
9c68f32c96 readme: Update 2017-11-29 00:04:15 +00:00
George Cushen
230de763ad Update theme metadata to workaround bug in Hugo
See https://github.com/gohugoio/hugo/issues/4127
2017-11-27 20:33:29 +00:00
George Cushen
64eae9571e readme: Improve installation method 2017-11-24 02:25:31 +00:00
George Cushen
8800882700 navbar: Fix scrollspy not highlighting active menu item
Fix commit 524b562.
2017-11-24 01:27:38 +00:00
George Cushen
9e14c8a74e publication archive: Fix error when no publications exist 2017-11-23 01:05:10 +00:00
George Cushen
71feb4ed7e head: Enable scrollspy support for fixed table of contents 2017-11-19 16:36:03 +00:00
George Cushen
524b562ea6 navbar: Open external links in new tab 2017-11-17 20:10:32 +00:00
George Cushen
87d24014c8 Support postfix HTML in addition to prefix HTML for navbar items
See https://gohugo.io/variables/menus/
2017-11-17 09:06:13 +00:00
George Cushen
f850046dc6 Support postfix HTML in addition to prefix HTML for navbar items
See https://gohugo.io/variables/menus/
2017-11-17 00:38:25 +00:00
George Cushen
eaccab614e publication widget: Add option to exclude selected publications
Add `exclude_selected = false` option to frontmatter of publication
widget.

See #385
2017-11-16 22:30:52 +00:00
George Cushen
b6e1dd2710 Enable main menu to be left aligned 2017-11-16 21:53:45 +00:00
Igor Gilitschenski
84eb4a6e30 publication: Make abstract optional (#382) 2017-11-14 20:28:34 +00:00
George Cushen
086441ff3e Fix web manifest
See #312
2017-11-11 19:27:14 +00:00
George Cushen
baad8468cc Fix web manifest for sub-dirs
See #312
2017-11-11 19:09:37 +00:00
George Cushen
b9ee3b4a6f Add web manifest
Close #312
2017-11-11 19:04:26 +00:00
George Cushen
09b91845a0 themes: Add dark theme
To use, set `color_theme = "dark"` in `config.toml`.

See #299 and #139
2017-11-11 17:55:42 +00:00
George Cushen
ee63fde14e post: Document image preview and caption options 2017-11-11 15:13:10 +00:00
Alexander
5db7a8f5c4 Add hreflang metadata to page header (#374) 2017-11-09 21:36:26 +00:00
Alexander Minges
d48bcdf30a Add OpenStreetMap-based alternative to Google Maps (#360)
* add leaflet JS as alternative to gmap JS
* changes to `config.toml`:
  * add `zoom = 15`
  * add `map = 0` (`map` sets the map provider - refer to comments)
  * change `google_maps_api_key` to `map_api_key`
2017-11-02 21:14:26 +00:00
George Cushen
05fa83afa7 docs: Add FAQ 2017-11-02 20:52:16 +00:00
George Cushen
6b7202c7bc Display tags (if set) for all content types
Close #363
2017-10-31 20:25:05 +00:00
George Cushen
ec4fe2eb29 about widget: Add support for linking to forum/chat/mailing-list
* Example: `discussion = { name = "Discuss", url = "https://discourse.gohugo.io" }`
  can be added to `[params]` section of `config.toml`
* Add noopener to links that open in new tab

See #351
2017-10-29 21:23:47 +00:00
George Cushen
0e57c732fe config: Re-enable RSS output by default
Close #346
2017-10-29 01:06:23 +00:00
Thomas Mieling
18979019f9 widgets: Fix project filter buttons (#362) 2017-10-28 15:52:20 +01:00
George Cushen
70ea150aeb docs: Update 📚 2017-10-26 22:56:06 +01:00
Sandra Parsick
acbeb3da92 Add option to hide talk time (#350)
* Add `[params.talks]` section to config
2017-10-26 22:15:54 +01:00
Adrien nayrat
73f8fac2b5 Add Twitter card and Open Graph metadata (#358) 2017-10-26 22:06:32 +01:00
Serge Bibauw
45b2e054e7 Add time_format variable for customizing talk time (#353)
* Add `time_format` variable to `config.toml`
   * Enables customizing talk time between am/pm or 24h format
* Correct Go date format URL in documentation
2017-10-26 19:33:02 +01:00
George Cushen
f3384d45ad publication: Fix bold font not being applied to metadata (Fix #345)
* Fix `pub` CSS scope
2017-10-22 20:48:34 +01:00
George Cushen
d55dea2df7 docs: Update 📚 2017-10-22 16:46:52 +01:00
George Cushen
29ba4f7ada widgets: Add active option to activate/deactivate widgets 2017-10-22 16:05:19 +01:00
George Cushen
7b4bdd22bd archetypes: Make hugo new home/<TITLE>.md use the custom widget 2017-10-22 16:02:25 +01:00