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-11-11⬆️ Upgrade Hugo: v0.105.0 (#121)HEADmasterCurtis Timson
* ⬆️ Upgrade Hugo: v * ⬆️ Upgrade Hugo: v0.105.0 * ⬆️ Upgrade Hugo: v0.105.0
2022-10-26⬆️ Upgrade Hugo: v0.104.3 (#120)Curtis Timson
2022-09-22⬆️ Upgrade Hugo: v0.103.1 (#118)Curtis Timson
2022-09-06⬆️ Upgrade Hugo: v0.102.3 (#117)Curtis Timson
2022-06-25Added Dutch (nl) Translations (#114)v6.7.0Vincent van den Braken
* Adding Dutch (nl) translation * Update README.md Added Dutch as Language, kept English on top because it's the default. Co-authored-by: Vincent van den Braken <v.vandenbraken@skinconsult.com>
2022-06-23⬆️ Upgrade Hugo to 0.101.0 (#113)v6.6.0Curtis Timson
2022-06-23👷 Add hugo max version e2e to CI (#112)Curtis Timson
* 👷 Add hugo max version e2e to CI * update job names
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-28Make bg image configurable (#84)v6.4.0tfabritz
* Make bg image configurable * fix prod config * override bg on custom theme scss Co-authored-by: Curtis Timson <curt@live.co.uk>
2022-04-22🔥 Remove version from package.json (#109)v6.3.0Curtis Timson
2022-04-22✨ Generic Pages (#108)Curtis Timson
* ✨ Generic Pages * add e2e test
2022-04-11💬 Update git references (#107)Curtis Timson
2022-04-07v6.2.1v6.2.1curtiscde
2022-04-07🐛 Image on post not full when using mobile-view (#97)RuifMaxx
* Update _reset.scss * Update post.1.en.md * Update config.toml * Update config-prod.toml * Update config.toml * Update config-prod.toml * Update config.toml * move img style to new hugotheme/main.scss Co-authored-by: curtiscde <curt@live.co.uk>
2022-04-07🔧 Hugo config.toml (#106)Curtis Timson
* 🔧 Hugo config.toml * trim whitespace on output * fix e2e test
2022-04-04v6.2.0v6.2.0curtiscde
2022-04-04✨ Custom htmlhead (#105)Curtis Timson
* ✨ Custom htmlhead * update readme * update version
2022-03-31🐛 Fix e2e CI (#104)Curtis Timson
* 🐛 Fix e2e CI * add badge to readme * correct casing
2022-03-31✅ Cypress e2e tests (#103)Curtis Timson
* ✅ Cypress e2e tests * update posts * add post test * use base * revert publish change * add e2e workflow
2022-02-21💬 Update footer link (#102)Curtis Timson
2022-01-24📝 Hugo version on README (#101)Curtis Timson
2022-01-24Deprecation warning (#100)RogerSelwyn
DEPRECATION WARNING on line 7 of /Users/roger/Documents/Development/Hugo/bsp/themes/massively/assets/scss/libs/_breakpoints.scss: !global assignments won't be able to declare new variables in future versions. Consider adding `$breakpoints: null` at the top level.
2021-11-28Improving spanish translation, and adding missing keys. (#94)Erick Castellanos
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-29Hugo Build Version in Code (#60)5.0.0Curtis Timson
* Add .env file * Upgrade hugo version to 0.54.0 * Add netlify.toml to exampleSite * Update netlify.toml * Bump major version * Remove unused scripts section of package json * Add [context.branch-deploy.environment] * Move netlify.toml to root of repo * Add themesDir to configs * Remove theme property * Remove commented code * Readd theme property to config * Add build commands to code * Add themesDir to netlify command * Add hugo-theme-massively symlink * Update netlify command * Update netlify toml * Update min_version in theme toml
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
2019-01-24Remove disqus and Google Analytics from example configs (#55)4.2.2Curtis Timson
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-13Add french support for example site (#49)4.2.0Pierre
* add french support for example site * add french support on prod config * Bump version and comment out french in config
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-09Update README to include Disqus internal template useCurtis Timson
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-05add Simplified Chinese translation (#40)3.1.0jazzi
* add Simplified Chinese translation * Update README to include Simplified Chinese + bump package version
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-22Add archetypes folder to fix #34v2.2.2Curtis Timson
2018-06-04Merge pull request #33 from curttimson/bugfix/pagersize-config-default2.2.1Curtis Timson
Add default values for post settings
2018-06-04Add default values for post settingsCurtis Timson
2018-06-04Merge pull request #32 from curttimson/feature/i18n-docsCurtis Timson
Feature/i18n docs
2018-06-04Reorder readmeCurtis Timson
2018-06-04Remove gulp dependenciesCurtis Timson
Redundant now hosting is on netlify
2018-06-04Add support languages to docsCurtis Timson
2018-06-04Bump version for fr supportCurtis Timson
2018-06-04Merge pull request #30 from niicojs/frCurtis Timson
Add fr translation for contact