summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-07-20releaser: Bump versions for release of 0.115.4v0.115.4hugoreleaser
[ci skip]
2023-07-19Fix broken handling of legacy taxonomyTerm in disableKindsBjørn Erik Pedersen
Fixes #11257
2023-07-19commands: Move testscript into its correct placeBjørn Erik Pedersen
2023-07-19publisher: Improve class collector for dynamic classesBjørn Erik Pedersen
E.g. * AlpinesJS' :class="isTrue 'class1' : 'class2'" * And dynamic classes with colon in them, e.g. `hover:bg-white`
2023-07-19Fix cache busting setupBjørn Erik Pedersen
By correctly capturing the target variable when compiling the cache buster. Fixes #11268
2023-07-19commands: Delay server builds after the watcher is set upBjørn Erik Pedersen
See #11264
2023-07-19Create hugo_stats.json if it's mounted but does not existsBjørn Erik Pedersen
A common pattern for Tailwind 3 is to mount that file to get it on the server watch list. A common pattern is also to add hugo_stats.json to .gitignore. This has meant that the first time you start the server (no hugo_stats.json), it just doesn't work as expected. Fixes #11264
2023-07-19Re-instate disableLiveReload as a config option (and not just a flag)Bjørn Erik Pedersen
Closes #11259
2023-07-19common/htime: Fix localization of abbreviated month namesJoe Mooring
Fixes #11267
2023-07-17Improve error messages for PostCSS etc.Bjørn Erik Pedersen
Fixes #9730
2023-07-16Fix setting config from env with complex (e.g. YAML) stringsBjørn Erik Pedersen
So you can do ``` HUGO_OUTPUTS="home: [rss]" hugo ``` And similar. Fixes #11249
2023-07-15Fix for data mounts in sub foldersDavid Karlsson
Before this change, data files from Hugo modules were always mounted at the root of the `data` directory. The File and FileMetaInfo structs for modules are different from 'native' data directories. This changes how the keyParts for data files are generated so that data from modules or native directories are treated the same.
2023-07-13releaser: Prepare repository for 0.116.0-DEVrelease-0.115.3hugoreleaser
[ci skip]
2023-07-13releaser: Bump versions for release of 0.115.3v0.115.3hugoreleaser
[ci skip]
2023-07-13Improve behavior of defaultContentLanguageInSubdir when only the default ↵Bjørn Erik Pedersen
language is enabled 1 .Create sitemapindex in root of publishDir (will contain link to sitemap.xml in defaultContentLanguage site) 2. Create index.html in root of publishDir (will redirect to defaultContentLanguage site) Fixes #11229
2023-07-13Return error when .Render is invoked without argBjørn Erik Pedersen
Fixes #11243
2023-07-13js: Pass tsconfig.json to esBuildJoe Mooring
Note that esBuild only inspects/honors certain fields. See https://esbuild.github.io/content-types/#tsconfig-json. Fixes #11232
2023-07-11tpl/collections: Fix WordCount (etc.) regression in Where, Sort, DelimitBjørn Erik Pedersen
Fixes #11234
2023-07-08config/allconfig: Update timeout descriptionJoe Mooring
2023-07-08docs: Refresh docs.jsonJoe Mooring
2023-07-08releaser: Prepare repository for 0.116.0-DEVrelease-0.115.2hugoreleaser
[ci skip]
2023-07-08releaser: Bump versions for release of 0.115.2v0.115.2hugoreleaser
[ci skip]
2023-07-08snap: Allow access to AWS, Azure, and GCS config/credentialsJoe Mooring
Fixes #11122
2023-07-08snap: Update metadata and security.exec.osEnvJoe Mooring
See #11217
2023-07-08Make imageConfig work with modulesBjørn Erik Pedersen
Fixes #11205
2023-07-08Restore language.disabled configBjørn Erik Pedersen
Fixes #11219
2023-07-08Fix hugo mod vendor for modules with hugo.tomlBjørn Erik Pedersen
Fixes #11221
2023-07-08Fix static content files multilingual root regressionBjørn Erik Pedersen
Fixes #11223
2023-07-08Fix defaultContentLanguageInSubdir with only 1 languageBjørn Erik Pedersen
Fixes #10064
2023-07-07config: Expand default security.exec.osEnv policyDavid Karlsson
To better support private Hugo modules and automatically launching a text editor on content creation, this change adds the following environment variables to the default security policy: - HOME - XDG_CONFIG_HOME - USERPROFILE - SSH_AUTH_SOCK - DISPLAY - LANG Fixes #9333
2023-07-05Add titleCaseStyle none and firstupperBjørn Erik Pedersen
Fixes #11204
2023-07-04Bump github.com/bep/clock v0.3.0 to renamed github.com/bep/clocks v0.5.0Anthony Fok
2023-07-03releaser: Prepare repository for 0.116.0-DEVrelease-0.115.1hugoreleaser
[ci skip]
2023-07-03releaser: Bump versions for release of 0.115.1v0.115.1hugoreleaser
[ci skip]
2023-07-03docs: Regen docs helperBjørn Erik Pedersen
2023-07-03Fix buildStats when tags and classes are disabledBjørn Erik Pedersen
Fixes #11202
2023-07-02Rework the build.writeStats structBjørn Erik Pedersen
Mostly to make it easier to toggle on/off this feature from the env. See #11191
2023-07-01snap: Explicitly set security.exec.osenv during buildJoe Mooring
Fixes #11199
2023-07-01snap: Restore security.exec.osenv whitelistJoe Mooring
Fixes #11195
2023-07-01github: Build for Dragonfly in CI buildBjørn Erik Pedersen
To discover upstream issues before we release.
2023-07-01Make build.writeStats a structBjørn Erik Pedersen
So you can do ```toml [build.writeStats] tags = true classes = true ids = false ``` Fixes #11191
2023-07-01build(deps): bump github.com/evanw/esbuild from 0.18.10 to 0.18.11dependabot[bot]
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.18.10 to 0.18.11. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.18.10...v0.18.11) --- updated-dependencies: - dependency-name: github.com/evanw/esbuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-07-01build(deps): bump github.com/alecthomas/chroma/v2 from 2.7.0 to 2.8.0dependabot[bot]
Bumps [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/alecthomas/chroma/releases) - [Changelog](https://github.com/alecthomas/chroma/blob/master/.goreleaser.yml) - [Commits](https://github.com/alecthomas/chroma/compare/v2.7.0...v2.8.0) --- updated-dependencies: - dependency-name: github.com/alecthomas/chroma/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-06-30commands: Fix index out of range in hugo mod getBjørn Erik Pedersen
Fixes #11190
2023-06-30Only print the path warnings onceBjørn Erik Pedersen
We could reset and rerun it on server rebuilds, but that report needs a full build to make sense. Also clean up the config vs flags in this area: Make all config settings match the flags e.g. `printPathWarnings`, but set up aliases for the old. Fixes #11187
2023-06-30Update README.mdBjørn Erik Pedersen
2023-06-29releaser: Prepare repository for 0.116.0-DEVrelease-0.115.0hugoreleaser
[ci skip]
2023-06-29releaser: Bump versions for release of 0.115.0v0.115.0hugoreleaser
[ci skip]
2023-06-29Misc permalinks adjustmentsBjørn Erik Pedersen
* Move config loading to the page package * Fix a lower bound panic for the `:sections` slice syntax. * Always return the `:title` * Add some permalinks integration tests * Also see issues below Fixes #9448 Fixes #11184 See #8523
2023-06-29commands: Handle hugo mod get --helpBjørn Erik Pedersen
Fixes #11141