| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix exampleSite menu url | Track3 | 2019-01-05 | 1 | -2/+2 | |
| | | ||||||
| * | Fix menu toggle | Track3 | 2019-01-04 | 3 | -3/+3 | |
| | | ||||||
| * | Fix featured image toggle | Track3 | 2019-01-03 | 9 | -31/+24 | |
| | | ||||||
| * | Add featured image to normal page template | Track3 | 2019-01-02 | 2 | -1/+19 | |
| | | ||||||
| * | Remove inline style and script of bg-img | Track3 | 2019-01-01 | 6 | -33/+61 | |
| | | | | | * See #22 | |||||
| * | Add home footer copyright | Track3 | 2019-01-01 | 2 | -2/+8 | |
| | | | | | * See #25 | |||||
| * | Fix header toggle bg-image button | Track3 | 2018-12-31 | 1 | -1/+1 | |
| | | ||||||
| * | Use `images` instead of `featuredImg` | Track3 | 2018-12-31 | 6 | -16/+41 | |
| | | | | `featuredImg` and `bgImg` are preserved in case you want to use a different background image from metadata images | |||||
| * | Add more customizations | Track3 | 2018-12-31 | 4 | -24/+27 | |
| | | ||||||
| * | Modularize analytics and add extra headers (#26) | Arnab Kumar Shil | 2018-12-31 | 3 | -1/+11 | |
| | | ||||||
| * | Slightly improve accessibility | Track3 | 2018-12-31 | 4 | -4/+20 | |
| | | | | | * Add `title` attribute to some buttons or icons | |||||
| * | Minor style improvements | Track3 | 2018-12-31 | 4 | -9/+9 | |
| | | | | | | * Get rid of inline style for mobile menu (#22) * Improve background image & post meta link style | |||||
| * | Update README.md | Track3 | 2018-12-30 | 1 | -2/+19 | |
| | | | | | * Add some tips about how to customize the theme * See #23 | |||||
| * | Add custom css support (#21) | Arnab Kumar Shil | 2018-12-30 | 3 | -1/+12 | |
| | | ||||||
| * | Improve javascript | Track3 | 2018-12-30 | 10 | -16/+5 | |
| | | ||||||
| * | Put comments into a partial | Track3 | 2018-12-30 | 4 | -18/+8 | |
| | | | | | * Also removed unnecessary Disqus style (didn't regenerate resources) | |||||
| * | Add meta descriptions to document head (#19) | Arnab Kumar Shil | 2018-12-29 | 1 | -0/+3 | |
| | | | | Use Hugo‘s built in `schema.html` `opengraph.html` `twitter_cards.html` templates | |||||
| * | Merge pull request #18 from Track3/feature-toc | Track3 | 2018-12-28 | 14 | -8/+99 | |
| |\ | | | | | Add support for Table of Contents | |||||
| | * | Regenerate resources before merge | Track3 | 2018-12-28 | 4 | -4/+5 | |
| | | | ||||||
| | * | Add toggle toc button | Track3 | 2018-12-28 | 3 | -5/+29 | |
| | | | ||||||
| | * | Add translation for toc title | Track3 | 2018-12-24 | 3 | -1/+7 | |
| | | | ||||||
| | * | Add basic toc support | Track3 | 2018-12-24 | 6 | -0/+60 | |
| | | | ||||||
| * | | Fix menu url in multilingual mode | Track3 | 2018-12-28 | 2 | -3/+3 | |
| | | | | | | | | | * See #17 | |||||
| * | | Merge pull request #16 from kevinm416/master | Track3 | 2018-12-27 | 1 | -2/+2 | |
| |\ \ | | | | | | | Fixed usage of RelPermalink in baseof.html | |||||
| | * | | Fixed usage of RelPermalink in baseof.html | Kevin Morgan | 2018-12-26 | 1 | -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 Cirik | 2018-12-26 | 2 | -2/+2 | |
| |/ | | | * If RSS is disabled in the configuration using `disableKinds`, the "rss" link in the footer won't show up | |||||
| * | Add example for `figure` Shortcode | Track3 | 2018-12-24 | 1 | -0/+41 | |
| | | ||||||
| * | Adjust style | Track3 | 2018-12-16 | 3 | -23/+86 | |
| | | | | | <figure>, footnotes, <hr> etc. | |||||
| * | Add i18n support for translation of strings | Track3 | 2018-12-14 | 5 | -7/+56 | |
| | | | | | | * Also add Simplified Chinese translations * See #3 | |||||
| * | Update README (#11) | Samuel Guyah | 2018-12-14 | 1 | -0/+6 | |
| | | | | | | | * Update README.md Following the proposed set-up on https://gohugo.io/getting-started/quick-start/ , I added the instructions for downloading the theme as a submodule. | |||||
| * | Output year based on the current local time | Track3 | 2018-12-13 | 2 | -2/+2 | |
| | | | | For footer copyright message | |||||
| * | Remove screen-reader-text (#8) | Track3 | 2018-12-12 | 2 | -2/+2 | |
| | | ||||||
| * | Improve code quality & consistency | Track3 | 2018-12-12 | 16 | -59/+76 | |
| | | | | | | | * Add EditorConfig * Rebuild animate.css: remove an unused animation * Slightly rewrite header part | |||||
| * | Fix Disqus | Track3 | 2018-12-11 | 6 | -22/+21 | |
| | | | | | | * Use Hugo's built-in disqus template * Add some extra style * See #9 | |||||
| * | Add shorthand emoji support by default | Track3 | 2018-12-01 | 2 | -1/+2 | |
| | | | | | | * Add enableEmoji option in example config.toml * Update the demo content * Closes #7 | |||||
| * | Merge pull request #5 from pin3da/master | Track3 | 2018-11-29 | 2 | -1/+4 | |
| |\ | | | | | Add gitlab to social icons | |||||
| | * | Update social icons | Manuel Pineda | 2018-11-28 | 1 | -0/+1 | |
| | | | ||||||
| | * | Add gitlab in sgv.html | Manuel Pineda | 2018-11-28 | 1 | -1/+3 | |
| |/ | ||||||
| * | Update example config.toml | Track3 | 2018-11-28 | 1 | -3/+5 | |
| | | ||||||
| * | Merge pull request #4 from ceriath/patch-1 | Track3 | 2018-11-28 | 1 | -0/+2 | |
| |\ | | | | | Keep line-endings on checkout | |||||
| | * | Keep line-endings on checkout | Ceriath | 2018-11-27 | 1 | -0/+2 | |
| |/ | | | Had the same issue as #1 - by telling git to always keep the LF line-endings people will not run into this issue anymore | |||||
| * | Add homepage background image | Track3 | 2018-11-22 | 2 | -0/+4 | |
| | | | | See #2 | |||||
| * | Regenerate resources/ | Track3 | 2018-11-20 | 2 | -3/+3 | |
| | | ||||||
| * | First commit | Track3 | 2018-10-23 | 48 | -0/+3535 | |
