Commit graph

141 commits

Author SHA1 Message Date
Sandra Parsick
823a1bf11b Add German i18n support (#112) 2017-01-28 16:53:01 +00:00
George Cushen
c94187570c Improve readability on large screens + minor style improvements
* Limit paragraph width to optimize readability on large screens (#97)
* Markdownify publication authors (#101)
* Improve padding of first homepage widget (#98)
2017-01-26 01:33:00 +00:00
George Cushen
6519dafb91 Improve formatting of custom widget title 2017-01-25 01:44:35 +00:00
George Cushen
641c699899 Improve responsive scrolling for URL hashes (#81) 2017-01-24 20:26:13 +00:00
George Cushen
af7e88aa5f Update docs 2017-01-20 18:01:52 +00:00
George Cushen
2220cd5d95 Require Hugo v0.18 and support section nodes as pages
* Post, Publication, and Talk nodes can now have a `_index.md` file with title and content.
* Example `_index.md` content files added to Example Site.
* Hugo v0.18+ required.
2017-01-20 00:57:16 +00:00
appleby
b3c73acdc8 Add config options for customizing highlight.js (#66)
This commit adds the following config options to allow the user to
enable / disable and otherwise customize source code highlighting with
highlight.js:

- hljs: enable / disable highlighting
- hljs_languages: include highlighting for additional languages
- hljs_style: choose CSS style for highlighting
- hljs_version: choose highlight.js version

* Change hljs_ prefix to highlight_ and update hljs version to 9.9.0

Per code review comments in #66. The github.min.css style hasn't
changed, hence no diff for highlight.min.css in this commit.
2017-01-17 01:31:39 +00:00
George Cushen
be0a98239d Fix sitemap.xml (#91)
- Remove invalid homepage widget links generated by Hugo
2017-01-15 20:20:48 +00:00
George Cushen
69f7bf3592 exampleSite: Move project images to better location 2017-01-12 17:48:16 +00:00
George Cushen
7901d14d75 Support categories parameter for posts (#73) 2017-01-12 09:51:57 +00:00
George Cushen
ae3a757777 Add publication filter #26 2017-01-12 06:41:13 +00:00
Kirill Kirilenko
3996b85e05 Fix a741bc6 - missing target for card_text link (#79) 2017-01-02 20:07:20 +00:00
George Cushen
f781945fd9 talks widget: Fix detailed list layout 2017-01-02 18:41:08 +00:00
Kirill Kirilenko
6e4a9fe88b Fix smooth scroll (#78) 2017-01-02 18:13:11 +00:00
George Cushen
0fafa0b98d Improve talks
- improves format of simple lists (`detailed_list = false`) for Talks widget
- fixes date to use user defined date format from `config.toml`
- hides 'Links' row if no `url_...` params are set in talk front matter
- introduces optional `location` param for event location
- adds `event_url` which if defined, turns event name into a link on talk detail page
2017-01-02 14:35:50 +00:00
George Cushen
794cbd5c4e project widget: Wait for images to load to prevent overlapping (#76) 2017-01-02 04:04:25 +00:00
George Cushen
e604f07850 Update CSS to fix #75 2017-01-01 22:46:04 +00:00
George Cushen
59116be74e Support sub-menu navigation (#72) 2016-12-31 14:05:29 +00:00
Yihui Xie
59e82f41c9 Fix layout of example site for Hugo 0.18 (#74) 2016-12-29 02:54:34 +00:00
George Cushen
79b0b45957 Update docs 2016-12-29 02:09:03 +00:00
George Cushen
a741bc6db8 projects: Open external link in new tab 2016-12-27 02:46:07 +00:00
Kirill Kirilenko
bdb68fdf7d contact widget: Support Telegram (#70) 2016-12-27 02:07:23 +00:00
pfasante
fbcc2ae87b talks: Fix archetype and add example to exampleSite (#68) 2016-12-26 23:15:14 +00:00
George Cushen
652302d5c0 Update Font Awesome (close #69) 2016-12-23 00:14:10 +00:00
George Cushen
d57fbe46f4 Update docs 2016-12-19 07:52:13 +00:00
George Cushen
31f9ce5f94 Add internationalization (i18n) support (#12) 2016-12-19 06:01:11 +00:00
George Cushen
991a343d48 contact widget: Add office hours and Skype options 2016-12-19 03:42:15 +00:00
George Cushen
c76c5d6270 Parse Markdown in project summaries 2016-12-18 02:17:05 +00:00
George Cushen
6616d46eb3 Open external links in new tabs by default 2016-12-18 01:45:36 +00:00
ymcrcat
bddf9c07bb Add Talks feature and widgets (#63) 2016-12-14 00:11:04 +00:00
Henrik Peters
d4fb286cfd about widget: Allow any URI scheme for social links (#64)
E.g. URLs beginning with `bitcoin:` or `tel:` can now be used.
2016-12-07 14:06:57 +00:00
George Cushen
8277658b81 Set widget identifiers to their respective filenames
Example: `content/home/about.md` widget is now linked from the
menu bar by setting the relevant URL as "#about" in `config.toml`.
2016-11-24 15:57:54 +00:00
George Cushen
f3e9dea37f projects widget: Fix animation 2016-11-24 15:09:03 +00:00
George Cushen
605902a884 Improve support for Markdown footnotes (fix #61) 2016-11-21 09:26:51 +00:00
George Cushen
f8bf5c1b88 Add comments 2016-11-14 04:11:36 +00:00
George Cushen
44b46f1d40 projects widget: Improve external link handling 2016-11-14 03:43:00 +00:00
George Cushen
88205025ff Add filtering for projects (addresses #51) + add fade animation 2016-11-14 03:30:04 +00:00
George Cushen
ee331055ef Highlight active navigation item + various improvements.
Highlight active navigation item using Scrollspy.
Prevent navbar hiding initial content when jumping to in-page anchor.
Use material style for navbar shadow.
Change color of links in alert boxes for better visibility.
2016-11-11 06:13:11 +00:00
George Cushen
93b66d3058 Update docs 2016-11-11 01:29:43 +00:00
George Cushen
5696cf411a Update to Hugo 0.17; Support emojis; Fix #54 2016-10-22 21:39:49 +01:00
George Cushen
a4bcb6cbf4 Update website icon using latest standards 2016-10-19 21:46:26 +01:00
George Cushen
b8b6c88f60 Add alert shortcode
Alerts can be used to add side content such as tips, notes, or warnings to articles.
2016-10-19 00:08:54 +01:00
George Cushen
74de372781 posts widget: Fix image link 2016-10-18 03:29:27 +01:00
George Cushen
c20a136e61 docs: Update 2016-10-18 03:15:55 +01:00
George Cushen
3b7a6747ea about widget: Make year optional 2016-10-12 02:10:34 +01:00
George Cushen
0d56549d90 posts widget: Fix paragraph spacing 2016-10-12 02:06:16 +01:00
George Cushen
b51cc00c56 posts widget: Add tags option
Allow to limit post list to posts containing specified tags.
2016-10-11 20:41:40 +01:00
George Cushen
be4fd472dd docs: Update 2016-10-06 18:44:31 +01:00
George Cushen
04048a5e73 posts: Add summary parameter for overriding auto-generated summary 2016-10-06 02:05:43 +01:00
George Cushen
a65279eb5d header: Add option for including custom HTML
Allows for integrating third party plugins.
2016-10-06 00:13:48 +01:00