Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-10Highlight active page (#110)v6.5.0Maximilian Appel
* + display nav link as active based on page url * r remove unnecessary print instruction Co-authored-by: muxmuse <mail@maxappel.de>
2022-04-22✨ Generic Pages (#108)Curtis Timson
* ✨ Generic Pages * add e2e test
2022-04-07🔧 Hugo config.toml (#106)Curtis Timson
* 🔧 Hugo config.toml * trim whitespace on output * fix e2e test
2022-04-04✨ Custom htmlhead (#105)Curtis Timson
* ✨ Custom htmlhead * update readme * update version
2020-04-21Make menu label multilingual and add label for English. (#87)Märt Põder
2020-02-18If post has no description, use the summary instead (#83)v6.1.0Kaligule
* If post has no description, use the summary instead The summary is generated automatically from hugo. This could make transitioning to massively from a theme that doesn't require descriptions of posts much easier. * If featured post has no description, use the summary instead The summary is generated automatically from hugo. This could make transitioning to massively from a theme that doesn't require descriptions of posts much easier.
2019-11-25Add asset handling using Hugo Pipes (#80)6.0.0Seshal Jain
* HUGO PIPES: move css/scss to assets * HUGO PIPES: move js to assets * Update partial htmlhead to reflect hugo pipes usage * Check in `resources` folder as temporary fix for Pipes to work on Netlify * Add exampleSite/resources * Update version and change log * Remove commented code
2019-09-12Release 5.3.1 (#79)5.3.1Curtis Timson
2019-08-16Release 5.3.0 (#74)5.3.0Curtis Timson
* Gitflow semantic versioning (#63) * Update version number to include wip * Add change log file * Add WIP example to change log * Add japanese (#64) * add japanese * Update package version and change log * Update README to include Japanese translation set * install ja folder * Update assets to latest from HTML5UP. (#65) * Update assets to latest from HTML5UP. Fix minor issue with contact form formatting. * Update version and change log * Update version and change log (#67) * Update version and change log * Add dev tag to version * Add npm script (#69) * Featuredpost config boolean (#70) * Update featured post logic to use boolean With fallback for existing strings * Update change log and package version * Fix homepage issues for Hugo 0.57.0 (#72) * Add fix to use RegularPages * Add disableKinds configuration * Update content (#73) * Update post content * Update package version and change log * Update package version and change log
2019-06-26Release 5.2.0 (#68)5.2.0Curtis Timson
* Gitflow semantic versioning (#63) * Update version number to include wip * Add change log file * Add WIP example to change log * Add japanese (#64) * add japanese * Update package version and change log * Update README to include Japanese translation set * install ja folder * Update assets to latest from HTML5UP. (#65) * Update assets to latest from HTML5UP. Fix minor issue with contact form formatting. * Update version and change log * Update version and change log * Add dev tag to version * Remove dev tag and change log template
2019-04-01Fix featured bug (#62)5.1.1Urm3l
* Fix featured bug * Minor version bump * Update package version to 5.1.1
2019-03-29Fix Pagination Limit curtistimson/hugo-theme-massively#23 (#58)5.1.0Urm3l
* Fix Pagination Limit curtistimson/hugo-theme-massively#23 * Provide a default value for pages * Better indentation * Make first and last optional * Resolving review issues * Consistent param names, theme name and dir provided * Bump min version * Bump package version * Full min version * Bump version to 5.1.0
2019-03-25Add dateFormat param (#56)4.3.0Urm3l
* Add dateFormat param * Add DateForm to config-prod * Rename DateForm to DateFormat * Bump minor version to 4.3.0
2018-08-15Fix post templates to not show date if it is unset #50 (#51)4.2.1Alex Williams
* Fix post templates to not show date if it is unset #50 * Updating example site to have a post without date * Remove date rather than setting to false * Bump version and update content post description
2018-07-10Disable comments on specific posts (#47)Curtis Timson
* Disable comments on post if disableComments = true * Disable comments on all but the comments example post * Update README to include disableComments front matter
2018-07-09Use Hugo disqus template (#39)4.0.0Mike Bergeron
* Use Hugo disqus template This commit makes the following changes: * Remove the disqus partial present in the project * Use the Hugo provided disqus template to lessen maintenance, and provide a cohesive experience with the Hugo documentation * Update config files to not use the previous local disqus partial * Update the front-matter for the example posts For more info about the disqus internal template please see this URL: https://gohugo.io/templates/internal/#configure-disqus Signed-off-by: Michael Bergeron <mikeb.code@gmail.com> * Bump version due to disqus breaking change
2018-07-04Use Hugo's internal templates for Google Analytics (GA) (#36)3.0.0Mike Bergeron
* Use Hugo's internal templates for Google Analytics (GA) This commit does the following: * Removes a hardcoded Google Analytics ID * Converts the layout to use Hugo's internal GA teamplate * Removes the configuration items from the example site * Adds a section to the README about what internal templates are supported. For more info about the GA internal template, see this URL: https://gohugo.io/templates/internal/#configure-google-analytics Signed-off-by: Michael Bergeron <mikeb.code@gmail.com> * Add Google Analytics config into exampleSite * Add google analytics template to single.html * Bump version to 3.0.0 Breaking change based on google analytics configuration
2018-06-04Add default values for post settingsCurtis Timson
2018-05-01faviconniicojs
2018-04-08Multilingual support, fixed issues with URLs that didn't need absLangURL / ↵Pablo Martin Viva
relLangURL
2018-04-07Multilingual support, refactor indexing of .Site.Data by language inside ↵Pablo Martin Viva
templates
2018-04-07Multilingual support, lang attribute on body and html tagsPablo Martin Viva
2018-04-07Multilingual supportPablo Martin Viva
2018-04-01Merge remote-tracking branch 'origin/fix-title-in-head-tag' into ↵Pablo Martin Viva
use-absurl-and-relurl-functions
2018-04-01Use absURL and relURL functions instead of BaseURLPablo Martin Viva
2018-03-30Use absURL and relURL functions instead of BaseURLPablo Martin Viva
2018-03-29Fix title in head tagPablo Martin Viva
2018-02-26:sparkles: Add flickr link supportCurtis Timson
2018-02-26:sparkles: Add lastfm link supportCurtis Timson
2018-02-25:sparkles: Add google plus social linkCurtis Timson
2018-02-25:sparkles: Add youtube social link supportCurtis Timson
2018-02-25:sparkles: Add linkedin social link supportCurtis Timson
2018-02-25Add post custom partial0.5.0Curtis Timson
2018-02-25:sparkles: :wrench: Make featured post conditionalCurtis Timson
2018-02-25:recycle: Refactor pagination to partialCurtis Timson
2018-02-25Merge branch 'master' into featured-postCurtis Timson
2018-02-25:sparkles: Add featured postCurtis Timson
2018-02-25:recycle: Refactor post listsCurtis Timson
2018-02-25:sparkles: Set Page TitlesCurtis Timson
2018-02-25:wrench: :sparkles: Configure post page sizeCurtis Timson
2018-02-25:sparkles: Hide paging if only 1 pageCurtis Timson
2018-02-25:sparkles: Add disqus supportCurtis Timson
2018-02-25:sparkles: Add Google Analytics supportCurtis Timson
2018-02-25:sparkles: Add dynamic content to single pageCurtis Timson
2018-02-25:bug: Fix title issues on singleCurtis Timson
2018-02-25:sparkles: Add initial single htmlCurtis Timson
2018-02-25:sparkles: Update pagination to show page numbersCurtis Timson
2018-02-25:sparkles: Hide intro on additional pagesCurtis Timson
2018-02-25:bug: Fix css/js file paths on sub-foldersCurtis Timson
2018-02-25:sparkles: Add pagination logicCurtis Timson