aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix exampleSite menu urlTrack32019-01-051-2/+2
|
* Fix menu toggleTrack32019-01-043-3/+3
|
* Fix featured image toggleTrack32019-01-039-31/+24
|
* Add featured image to normal page templateTrack32019-01-022-1/+19
|
* Remove inline style and script of bg-imgTrack32019-01-016-33/+61
| | | | * 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-316-16/+41
| | | `featuredImg` and `bgImg` are preserved in case you want to use a different background image from metadata images
* Add more customizationsTrack32018-12-314-24/+27
|
* Modularize analytics and add extra headers (#26)Arnab Kumar Shil2018-12-313-1/+11
|
* Slightly improve accessibilityTrack32018-12-314-4/+20
| | | | * Add `title` attribute to some buttons or icons
* Minor style improvementsTrack32018-12-314-9/+9
| | | | | * Get rid of inline style for mobile menu (#22) * Improve background image & post meta link style
* Update README.mdTrack32018-12-301-2/+19
| | | | * Add some tips about how to customize the theme * See #23
* Add custom css support (#21)Arnab Kumar Shil2018-12-303-1/+12
|
* Improve javascriptTrack32018-12-3010-16/+5
|
* Put comments into a partialTrack32018-12-304-18/+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-2814-8/+99
|\ | | | | Add support for Table of Contents
| * Regenerate resources before mergeTrack32018-12-284-4/+5
| |
| * Add toggle toc buttonTrack32018-12-283-5/+29
| |
| * Add translation for toc titleTrack32018-12-243-1/+7
| |
| * Add basic toc supportTrack32018-12-246-0/+60
| |
* | Fix menu url in multilingual modeTrack32018-12-282-3/+3
| | | | | | | | * See #17
* | Merge pull request #16 from kevinm416/masterTrack32018-12-271-2/+2
|\ \ | | | | | | Fixed usage of RelPermalink in baseof.html
| * | 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 example for `figure` ShortcodeTrack32018-12-241-0/+41
|
* Adjust styleTrack32018-12-163-23/+86
| | | | <figure>, footnotes, <hr> etc.
* Add i18n support for translation of stringsTrack32018-12-145-7/+56
| | | | | * Also add Simplified Chinese translations * See #3
* Update README (#11)Samuel Guyah2018-12-141-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 timeTrack32018-12-132-2/+2
| | | For footer copyright message
* Remove screen-reader-text (#8)Track32018-12-122-2/+2
|
* Improve code quality & consistencyTrack32018-12-1216-59/+76
| | | | | | * Add EditorConfig * Rebuild animate.css: remove an unused animation * Slightly rewrite header part
* Fix DisqusTrack32018-12-116-22/+21
| | | | | * Use Hugo's built-in disqus template * Add some extra style * See #9
* Add shorthand emoji support by defaultTrack32018-12-012-1/+2
| | | | | * Add enableEmoji option in example config.toml * Update the demo content * Closes #7
* Merge pull request #5 from pin3da/masterTrack32018-11-292-1/+4
|\ | | | | Add gitlab to social icons
| * Update social iconsManuel Pineda2018-11-281-0/+1
| |
| * Add gitlab in sgv.htmlManuel Pineda2018-11-281-1/+3
|/
* Update example config.tomlTrack32018-11-281-3/+5
|
* Merge pull request #4 from ceriath/patch-1Track32018-11-281-0/+2
|\ | | | | Keep line-endings on checkout
| * Keep line-endings on checkoutCeriath2018-11-271-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 imageTrack32018-11-222-0/+4
| | | See #2
* Regenerate resources/Track32018-11-202-3/+3
|
* First commitTrack32018-10-2348-0/+3535