aboutsummaryrefslogtreecommitdiff
path: root/layouts
Commit message (Collapse)AuthorAgeFilesLines
* Minor improvementsTrack32020-06-081-1/+1
| | | | | | * fix footnote style * speed up header animations * update animate.css, remove `-webkit-` vendor prefix
* Add social icon of QQ (#118)Tnze2020-03-081-1/+3
|
* Merge pull request #106 from Nico264/patch-1Track32019-10-271-1/+1
|\ | | | | Add safeURL to social icons links
| * Add safeURL on social icons linksNicolas Guichard2019-10-271-1/+1
| | | | | | | | | | The social icon links are generated from developer-controlled config.toml file. They can be considered safe. This enables using various URI schemes such as `tel:`, `sip:`, `geo:` or `whatever:`.
* | Fix redundant .MediaType.Suffix (#100)Tong Wu2019-10-271-1/+1
|/ | | | | Fix alternative output formats list: * Fix redundant .MediaType.Suffix * Correct `title` attribute value to page title
* Fix URLs in Multilingual Mode (#93)Thai Ngo2019-09-154-4/+4
| | | | | | Make below links correct in Multilingual Mode: * tag links in single post page * footer RSS link * 404 page "archive" link
* Add Twitch social icon (#95)Adam Gausmann2019-09-151-0/+2
|
* Add post author display (#91)Dan Ho2019-09-081-0/+3
| | | | Add the ability to display post author set with `author` param in the content's front matter.
* Add code copy button to all code fields in the blog (#81)Alexander Dunkel2019-08-181-2/+11
|
* Fix Integrity and CORS issue on Chrome (#89)Zorawar Moolenaar2019-08-181-2/+2
| | | Adding `crossorigin="anonymous"` to avoid CORS issues.
* Add new icons for designers (#85)Hervy Qurrotul Ainur2019-07-281-12/+28
| | | | * Add several icons for designers & microstocker: shutterstock, freepik, adobestock, 123rf, dreamstime, dribbble, and behance. * Update telegram & stackoverflow icon.
* Add basic support for nested menuTrack32019-06-223-6/+14
| | | * Related issue: #53
* Add related content section to single page (#77)Track32019-06-212-0/+14
| | | | Set `relatedPosts` to `true` in the config to enable this.
* Add stackoverflow iconTrack32019-05-261-0/+2
| | | | * See #68
* Add rel="me" to social icons (#61)Tom Morris2019-04-231-1/+1
|
* Add anchor points to post list pageTrack32019-03-241-1/+1
| | | | * post-year now has anchor point, you can click on it or input url with hash tag to jump to a specific year. * See #39
* Tweak the 404 pageTrack32019-02-261-1/+1
| | | | | | * New svg image with animation * Remove button word-break property (#51) * Adjust margin
* Add Telegram icon (#45)Dmitry Yakimenko2019-02-031-0/+2
| | | This icon is originally designed by @dmitrytrusov for Hugo Minimo theme.
* Put metadata tags into partialTrack32019-02-012-3/+7
| | | And update example config.toml (relate to #40)
* Add anchor links to heading (#38)Track32019-01-272-2/+2
| | | | * Closes #36
* Show "commit detail" link only when `gitUrl` is setTrack32019-01-191-1/+1
| | | | * See #34
* Fix analytics partial (#31)Ge "David" Feng2019-01-101-1/+1
| | | Add the dot to pass along the current context
* Remove absURL for featuredImg & bgImgTrack32019-01-073-3/+3
| | | | See #29
* Fix featured image toggleTrack32019-01-033-21/+9
|
* Add featured image to normal page templateTrack32019-01-021-1/+18
|
* Remove inline style and script of bg-imgTrack32019-01-013-14/+34
| | | | * See #22
* Add home footer copyrightTrack32019-01-012-2/+8
| | | | * See #25
* Fix header toggle bg-image buttonTrack32018-12-311-1/+1
|
* Use `images` instead of `featuredImg`Track32018-12-312-4/+12
| | | `featuredImg` and `bgImg` are preserved in case you want to use a different background image from metadata images
* Add more customizationsTrack32018-12-313-16/+20
|
* Modularize analytics and add extra headers (#26)Arnab Kumar Shil2018-12-312-1/+5
|
* Slightly improve accessibilityTrack32018-12-312-4/+4
| | | | * Add `title` attribute to some buttons or icons
* Minor style improvementsTrack32018-12-311-1/+1
| | | | | * Get rid of inline style for mobile menu (#22) * Improve background image & post meta link style
* Add custom css support (#21)Arnab Kumar Shil2018-12-301-0/+3
|
* Improve javascriptTrack32018-12-305-11/+0
|
* Put comments into a partialTrack32018-12-303-7/+8
| | | | * Also removed unnecessary Disqus style (didn't regenerate resources)
* Add meta descriptions to document head (#19)Arnab Kumar Shil2018-12-291-0/+3
| | | Use Hugo‘s built in `schema.html` `opengraph.html` `twitter_cards.html` templates
* Merge pull request #18 from Track3/feature-tocTrack32018-12-282-0/+9
|\ | | | | Add support for Table of Contents
| * Add toggle toc buttonTrack32018-12-281-0/+3
| |
| * Add translation for toc titleTrack32018-12-241-1/+1
| |
| * Add basic toc supportTrack32018-12-241-0/+6
| |
* | Fix menu url in multilingual modeTrack32018-12-282-3/+3
| | | | | | | | * See #17
* | Fixed usage of RelPermalink in baseof.htmlKevin Morgan2018-12-261-2/+2
| | | | | | | | | | When the static site is built, js and css import fails with RelPermalink.
* | Show rss links if `RSS` is not in `disableKinds` (#15)Ali Cirik2018-12-262-2/+2
|/ | | * If RSS is disabled in the configuration using `disableKinds`, the "rss" link in the footer won't show up
* Add i18n support for translation of stringsTrack32018-12-142-7/+7
| | | | | * Also add Simplified Chinese translations * See #3
* Output year based on the current local timeTrack32018-12-132-2/+2
| | | For footer copyright message
* Remove screen-reader-text (#8)Track32018-12-122-2/+2
|
* Improve code quality & consistencyTrack32018-12-1210-47/+43
| | | | | | * Add EditorConfig * Rebuild animate.css: remove an unused animation * Slightly rewrite header part
* Fix DisqusTrack32018-12-113-20/+8
| | | | | * Use Hugo's built-in disqus template * Add some extra style * See #9
* Add gitlab in sgv.htmlManuel Pineda2018-11-281-1/+3
|