Commit graph

1211 commits

Author SHA1 Message Date
George Cushen
0ba00ee0c8 chore: add support link to Github Issues 2020-07-09 23:16:54 +01:00
George Cushen
47c58faf81 fix(gallery): don't lazy load media library or remote images
`class="lazyload"` was earlier removed but the `data-src` was not reverted to `src`.

Fixes gallery images not loading from `static/img/` or from remote URL.

Fix #1771
2020-07-06 22:00:59 +01:00
Jacques Supcik
cd023168da
feat: add support for Google Fonts API v2
See #1767
Close #1714
2020-07-01 23:30:04 +01:00
George Cushen
486c70c216 feat: add Netlify form options to Contact widget
Help reduce spam
2020-06-30 19:53:06 +01:00
George Cushen
8d75e9e27a feat: add options to highlight active links and show current language
`highlight_active_link` and `show_language` added to `main_menu` in `params.toml`:

`main_menu = {align = "l", show_logo = true, highlight_active_link = true, show_language = false}`

For example, enables disabling highlighting active main menu links on scroll if it's found to be inaccurate in a certain case, such as towards the end of a homepage with lots of very short widgets that are linked in the menu.
2020-06-17 20:29:03 +01:00
George Cushen
4efb4d3ab0 refactor: link page summary block rather than text
Enables the visitor to easily click anywhere on the summary (even between lines) rather than having to click exactly on the text.

Close #1751
2020-06-17 19:14:02 +01:00
George Cushen
033e1bd32c feat: link page summary to page
Provides an experience similar to popular blogging platforms.

Make it easier for the visitor to click through and more obvious that it's just a excerpt of the page.

Close #1751
2020-06-17 18:47:01 +01:00
ascholerChemeketa
ed29a71afa
fix: isDarkTheme from int to boolean in academic.js
Fixes data type inconsistency between `isDarkTheme` (int) in `academic.js` and 
 `isSiteThemeDark` (bool) in `site_js.html` that might prevent proper initialization of Mermaid diagrams.

See #1745
Fixes #1742
2020-06-15 20:41:21 +01:00
George Cushen
16b0e67da9 feat(cms): add support for projects and make subtitle/summary optional 2020-06-15 00:33:02 +01:00
Alison Presmanes Hill
7abfbcdb05
style: use consistent pre and code bg colors
See #1740
2020-06-14 23:19:33 +01:00
George Cushen
1af6a8d46e refactor: rename icons.scss to _icons.scss 2020-06-14 23:02:58 +01:00
George Cushen
0f6f9b9d70 refactor: rename _footer to _footer.scss 2020-06-14 22:59:23 +01:00
George Cushen
0db000a841 feat: add options to add author notes + highlight superuser
To highlight the site author (superuser) in author lists, set the following in `params.toml`:

highlight_superuser = true

Author notes can be added to a page's front matter in the form:

author_notes:
- "Equal contribution"
- "Equal contribution"
2020-06-07 20:02:12 +01:00
George Cushen
ff252a6a74 fix: copyright license logic for derivatives
Attempts to align logic with that used at https://chooser-beta.creativecommons.org/

Fix b4901e3
Fix 1729
Close #1730
2020-06-03 12:20:30 +01:00
Dan Kortschak
cae1088586
fix: parsing copyright license attributes
Fix b4901e3fd2
Fix #1726
See #1727
2020-06-02 15:41:16 +01:00
George Cushen
a5f4b872c5 fix: prevent errors if show_related hasn't been added to params.toml
Fix 9e562fc076
2020-05-30 11:12:51 +01:00
George Cushen
3830aed960 fix: prevent all spoilers opening when have same button text
Fix #1723
2020-05-30 11:03:37 +01:00
George Cushen
5dbcff6167 fix: jQuery bugs
Improves Lighthouse Best Practices score.
2020-05-28 22:20:32 +01:00
George Cushen
dbeb7fd871 feat: enable rich text in figure lightbox captions
By adding `safeHTMLAttr`, similarly to the gallery shortcode.

Enables links to show within the figure lightbox, for example.

Close #1706
2020-05-28 21:52:04 +01:00
George Cushen
dfae6dca85 feat: add slides translation for search result content type label
Fallback to `btn_slides` translation for language packs which don't yet have a `slides` translation.

Close #1716
2020-05-28 21:45:32 +01:00
George Cushen
8af8d15d82 feat: add spoiler shortcode
To use:
{{< spoiler text="Click to view the spoiler" >}} You found me! {{< /spoiler >}}

Close #1712
2020-05-28 21:09:54 +01:00
George Cushen
9e562fc076 feat: add show_related option to control related content
The following option has been added to `params.toml` to control related content on pages:

`show_related = {docs = true, page = false, post = true, project = true, publication = true, talk = true}`
2020-05-27 01:23:10 +01:00
George Cushen
67028328d0 feat: open WhatsApp sharing links in app rather than web
Close #1707
2020-05-27 01:10:16 +01:00
Nicholas Nadeau, Ph.D., P.Eng
ca0b898cbf
feat: increase accessibility with alts and labels
Can increase accessibility score in Google Lighthouse from 97% to 100% (exact score may vary depending on the site).

See #1694
2020-05-27 01:04:11 +01:00
Thom Wiggers
88d83a615c
fix: if statement in publications/single.html (#1715)
Fixes Hugo v0.71.1 unable to build site.
2020-05-27 00:53:24 +01:00
rakelgamito
d0552aefc0
i18n: update eu translation (#1686) 2020-05-16 12:26:05 +01:00
George Cushen
3f94927149 demo: edit comments 2020-05-15 00:12:12 +01:00
George Cushen
3cb96be5c6 feat: rename custom icon pack from svg to custom
# To use custom SVG icons.
# Place custom SVG icon in `assets/images/icon-pack/`, creating folders if necessary.
[[feature]]
  icon = "beach-sunset"
  icon_pack = "custom"
  name = "Surfing"
  description = "90%"

See #1692
2020-05-14 23:46:31 +01:00
George Cushen
a357b09682 feat: enable emoji and custom SVG icons in Featurette widget
# To use emoji icons.
[[feature]]
  icon = "😄"
  icon_pack = "emoji"
  name = "Emojiness"
  description = "100%"

# To use custom SVG icons.
# Place custom SVG icon in `assets/images/icon-pack/`, creating folders if necessary.
[[feature]]
  icon = "beach-sunset"
  icon_pack = "svg"
  name = "Surfing"
  description = "90%"

Close #1149
Close #1692
2020-05-14 23:42:44 +01:00
George Cushen
b4901e3fd2 feat: add copyright license option
Enables adding Creative Commons copyright licenses on both site wide and per page basis with the new option:

`copyright_license = {enable = false, allow_derivatives = false, share_alike = true, allow_commercial = false, notice = "This work is licensed under {license}"}`

Close #1670
2020-05-14 22:45:23 +01:00
George Cushen
7eb8d35ddf chore: revise image for Hugo Themes Site
Show screenshot without device mockups as requested.

Close #1684
2020-05-14 22:37:18 +01:00
George Cushen
fc94d95016 feat: complete user management in Netlify CMS 2020-05-06 19:46:30 +01:00
George Cushen
cfa5460dd9 feat: enable user management in Netlify CMS
Adds initial support for managing users/authors.
2020-05-06 18:44:25 +01:00
George Cushen
bd8062f5cb feat: add initial style for RTL languages
See #1639
2020-05-05 20:08:45 +01:00
Mohammadreza Khoshbin
cd841d619d
i18n: add Farsi (fa) language pack (#1683) 2020-05-04 09:15:47 +01:00
George Cushen
a05bc974c7 demo: update math example from Mmark to Goldmark 2020-05-01 22:07:09 +01:00
George Cushen
48b39f8550 fix: workaround Hugo Page.GetTerms bug
Hugo bug causes authors not to be listed in the order in which they were defined in the front matter.

See Hugo bug report at https://github.com/gohugoio/hugo/issues/7213

This commit partially reverts f78feefee9 where the code was refactored to use Page.GetTerms for authors.
2020-05-01 00:03:57 +01:00
George Cushen
f78feefee9 feat: add support for non-ASCII tags, authors, and categories
For example, now Chinese can be used in the names of tags, authors, and categories.

Previously, this was blocked due to bugs in Hugo.

As of Hugo v0.65, new functionality for taxonomies was introduced. The Hugo taxonomy feature powers authors, categories, and tags in Academic.

BREAKING CHANGE:
Requires Hugo v0.65+
2020-04-24 20:32:58 +01:00
George
88fe1f013f
chore: update FUNDING.yml 2020-04-20 20:13:53 +01:00
Abdulaziz
353fab199d
i18n: complete Arabic (ar) translation (#1654) 2020-04-19 19:19:29 +01:00
Abdulaziz
dc0d310af1
i18n: add Arabic (ar) translation (#1642) 2020-04-15 01:30:41 +01:00
George Cushen
3e74580053 feat: update author archetype
To reflect changes to author data model in 601620c .
2020-04-15 01:26:28 +01:00
George Cushen
601620c7a6 feat: make taxonomy URLs singular
- make taxonomy URLs singular, consistent with other Academic pages (workaround Hugo attempting to publish taxonomy URLs with plural names). This requires the breaking change below.
- Fix extra space/lines appearing in the author cards underneath page content as reported at https://spectrum.chat/academic/help/publication-widget-adds-additional-lines-at-bottom-of-the-page~315f77d8-7cc8-44a9-a431-5b64b7556c53

BREAKING CHANGE:
Rename `name` to `title` in author profiles within `author/` folder.
2020-04-15 01:17:56 +01:00
George Cushen
f075bc2d74 feat: add native font theme 2020-04-13 01:40:29 +01:00
George Cushen
2d63a0090a feat: add initial RTL language support 2020-04-11 22:25:03 +01:00
George Cushen
14839190f6 chore: build demo with latest Hugo v0.68.3 2020-04-08 22:37:33 +01:00
George Cushen
42d0e5f8cd fix: 5738cdd41e 2020-04-08 22:31:35 +01:00
George Cushen
5738cdd41e feat: integrate Netlify CMS support
Adds a `[cms]` section in `params.toml` to configure CMS integration.

Supports editing posts, talks, and pages (terms & privacy pages) in Netlify CMS.
2020-04-08 22:29:07 +01:00
George Cushen
9d842f584f fix: social sharing image for author pages
The social sharing logic was attempting to use the legacy system of defining the avatar image name in `site.Params.avatar`, however since the author system was added to Academic, `site.Params.avatar` is now a group of params and the avatar itself is stored in the author's page bundle.

Hence, use the avatar in the author's page bundle (if it exists) to represent an author page.

This bug could affect the image used to represent a page in social sharing and RSS.
2020-04-05 12:27:00 +01:00
Thom Wiggers
ce5196f099
i18n: update NL translation (#1622) 2020-03-29 12:05:16 +01:00