Commit graph

195 commits

Author SHA1 Message Date
George Cushen
ab24e5646c posts: Show related content
* Requires Hugo 0.27+
* Refer to https://gohugo.io/content-management/related/
2017-09-11 21:07:37 +01:00
George Cushen
779e5d830b Improve archetypes (#265)
* Support Hugo 0.24+ in default and home types
* Comment and tidy
2017-09-10 17:02:37 +01:00
Dongdong Tian
fd713f1192 i18n: Update Chinese translation (#263) 2017-09-05 00:03:13 +01:00
George Cushen
a2b482dc10 Add staticref shortcode for linking files + update docs (#236) 2017-09-03 17:06:06 +01:00
George Cushen
6fab4bc3bc docs: Add toc shortcode 2017-09-03 15:23:30 +01:00
George Cushen
06dc780e6c Add shortcode for generating table of contents (#258) 2017-09-03 15:07:38 +01:00
George Cushen
97590cb12e posts: Support lastmod param to show date last modified 2017-09-03 14:35:13 +01:00
Jason Song
3ebbf25425 Remove redundant disqus_thread div (#241) 2017-09-03 14:15:49 +01:00
John Sangwon Suh
c7eb184fe6 i18n: Add Korean translation (#257) 2017-09-03 12:13:25 +01:00
George Cushen
ef0568deb7 icons: Update Academicons to v1.8.1 2017-08-30 02:13:35 +01:00
Sandra Parsick
61af7f55fc talks: Add option for code link (#182) 2017-08-30 00:41:37 +01:00
George Cushen
cf5ca46f1f Fix article wrapping around share-box (#246)
Set `overflow: hidden` on `article-metadata` to contain `share-box`.
2017-08-30 00:12:33 +01:00
Andrea Borruso
993cd5e9a3 i18n: Add Italian translation (#249) 2017-08-29 23:56:52 +01:00
Kamil Piętak
d7416fa63e i18n: Add Polish translation (#251) 2017-08-29 23:54:13 +01:00
Dongdong Tian
7f67d274c7 Fix url_project link in multilingual mode (#243) 2017-08-23 22:32:17 +01:00
C. Wu
4859cbe36a Support Hugo v0.24+ (#240)
* Require Hugo v0.24+ to support new archetype system
* Explicitly set `title` and `date` in archetypes
2017-08-01 02:26:45 +01:00
Janis Klaise
1f69fa61f5 Parse Markdown in abstracts (#238) 2017-08-01 02:00:55 +01:00
Eduardo Junior
6a2fd0075a i18n: Add Portuguese translation (#242) 2017-08-01 01:53:10 +01:00
YAJIE
4a2a754f1d publications: Fix pub type link in multilingual mode (#232) 2017-07-22 17:28:23 +01:00
Dan Cardy
4a2d20a8f9 Fix menu bar collapse on mobile (#223) 2017-07-18 01:34:27 +01:00
Myles Johnson
cfc36c28d2 Improve Google Analytics (#209)
* Move Google Analytics to the head
* Use async JS loading
* Add autotrack.js to replace custom JS for tracking events
2017-06-13 09:10:35 +01:00
Myles Johnson
df8d4f987c Update JS libs and pull icon packs from cdnjs (#208)
* Update version of imagesLoaded, tweenMax, and mathJax
* Pull academicons and font-awesome from cdnjs
* Delete `fonts` folder
2017-06-12 22:33:30 +01:00
George Cushen
ba84760563 about: Support avatars from Gravatar.com (#194) 2017-06-12 02:07:44 +01:00
Ronny Chevalier
b53076e1f8 layouts: Add Subresource Integrity (SRI) (#162) 2017-06-12 01:04:20 +01:00
George Cushen
579b43150e Update Academicons to v1.8.0 (Fix #197) 2017-06-12 00:04:33 +01:00
Kirill Kirilenko
7b0560f749 i18n: Fix Russian language native name (#193) 2017-06-05 00:37:29 +01:00
Lijun Zhu
960c124fde Fix portrait image not displaying in About widget (#186) 2017-05-30 01:31:08 +01:00
George Cushen
a99cad2aed css: Make horizontal rules more visible (#178) 2017-05-30 01:11:22 +01:00
George Cushen
89e5445a46 Fix double slash in header image paths (#177) 2017-05-30 00:46:22 +01:00
George Cushen
e7461f9f26 exampleSite: Update widget comments (#188) 2017-05-30 00:15:09 +01:00
George Cushen
0768fee350 Fix portrait image not displaying when baseurl is not domain root 2017-04-28 15:28:18 +01:00
George Cushen
479c7a112b Update documentation URL 2017-04-28 12:47:48 +01:00
Ronny Chevalier
c55b7b15f6 static: Optimize size of PNG icons (#161)
apple-touch-icon.png: 1908 bytes decrease (48.69% decrease)
icon.png: 199 bytes decrease (30.02% decrease)
2017-04-26 14:02:56 +01:00
Ronny Chevalier
20dcd3d88d about: Fix schema tag for portrait image (#168)
The image property is not set properly. It expects text or url but it
will not look in the `background-image` CSS property, thus it is 
not found.

Fix this by adding a hidden meta element.
2017-04-22 12:59:47 +01:00
George Cushen
e72f643b50 Make pagination compatible with multilingual sites (Fix #167) 2017-04-21 15:52:01 +01:00
Ronny Chevalier
74041d65d1 Add more schema tags (#157)
* about,contact: add more schema tags for contact related information.
   It adds schema tags for the e-mail, telephone, and address, when they
   are available. They are linked to the Person type.

* about: add the schema Organization type.
   This way we also tag the organization url not just its name.

* about: add a hidden url schema property to the person.
   It makes sure that the URL of the website is linked to the person.

* about: add the sameAs property for each social link.
2017-04-20 20:18:33 +01:00
Ronny Chevalier
6da3f77816 footer: Update MathJax CDN (#160)
MathJax CDN will shutdown, hence update to Cloudflare CDN.

See https://www.mathjax.org/cdn-shutting-down/
2017-04-17 13:06:14 +01:00
Ronny Chevalier
d5c27afdea navbar: Add a language chooser (#151, #67) 2017-04-16 18:33:55 +01:00
Ronny Chevalier
81072922da sitemap: Add alternate hreflang links when a page is translated (#150, #67) 2017-04-15 17:56:56 +01:00
Ronny Chevalier
5f91263ed6 header: Encode pipe character in Google Fonts url (#158) 2017-04-15 17:45:09 +01:00
Marcel de Haas
075af96389 i18n: Add Dutch translation (#155) 2017-04-15 16:15:38 +01:00
Ronny Chevalier
2a3485dbc8 i18n,fr: Do not capitalize first letter of each word (#152) 2017-04-15 16:14:09 +01:00
Wei Wang
fa923fc46a Add simplified Chinese translation (#143) 2017-03-30 14:14:09 +01:00
Dang-Khoa Le Tan
6b7436b3d4 Add Vietnamese translation (#141) 2017-03-27 06:31:59 +01:00
Benasse
18ab2388f6 i18n: Update French (#138) 2017-03-16 00:43:25 +00:00
Jose OC
915efbd177 Add Spanish translation (#137) 2017-03-12 00:36:15 +00:00
Benasse
6ad937aea1 Add French translation (#134) 2017-03-11 23:41:01 +00:00
caglarkoksal
242ec1a1d9 Add Turkish translation (#129) 2017-03-07 23:16:37 +00:00
Kirill Kirilenko
3af123c4d5 Add Russian translation (#120) 2017-02-14 12:57:39 +00:00
George Cushen
b99e5a1e21 Add basic multilingual support
Multilingual support added for:
* homepage widget system
* navigation bar links
* 'more posts/publications/talks' links in widgets
2017-02-13 19:51:28 +00:00