Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Dithn
/
hugo
Public
forked from
gohugoio/hugo
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Pull requests
7
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Dec 23, 2021
releaser: Prepare repository for 0.92.0-DEV
Show description for 1dbfc0f
bep
committed
1dbfc0f
Copy full SHA for 1dbfc0f
releaser: Bump versions for release of 0.91.2
Show description for 1798bd3
bep
committed
1798bd3
Copy full SHA for 1798bd3
releaser: Add release notes for 0.91.2
Show description for f0b55a6
bep
committed
f0b55a6
Copy full SHA for f0b55a6
Revert "config/security: Add HOME to default exec env var whitelist"
Show description for 623dda7
bep
committed
623dda7
Copy full SHA for 623dda7
Make sure we always create the /public folder
Show description for aee9e11
bep
committed
aee9e11
Copy full SHA for aee9e11
Fix "stuck on build" in error situations in content processing
Show description for bd63c1a
bep
committed
bd63c1a
Copy full SHA for bd63c1a
deps: Run "go mod tidy"
bep
committed
9eb0580
Copy full SHA for 9eb0580
deps: Upgrade github.com/evanw/esbuild v0.14.7 => v0.14.8
bep
committed
654f513
Copy full SHA for 654f513
Commits on Dec 22, 2021
releaser: Prepare repository for 0.92.0-DEV
Show description for 759cdf3
bep
committed
759cdf3
Copy full SHA for 759cdf3
releaser: Bump versions for release of 0.91.1
Show description for f423505
bep
committed
f423505
Copy full SHA for f423505
releaser: Add release notes for 0.91.1
Show description for af165d5
bep
committed
af165d5
Copy full SHA for af165d5
media: Also consider extension in FromContent
Show description for 6779117
bep
committed
6779117
Copy full SHA for 6779117
media: Add missing BMP and GIF to the default MediaTypes list
bep
committed
ce04011
Copy full SHA for ce04011
media: Add PDF MIME type
bep
committed
cdc7352
Copy full SHA for cdc7352
deps: Update github.com/evanw/esbuild v0.14.5 => v0.14.7
bep
committed
425c7d9
Copy full SHA for 425c7d9
config/security: Add HOME to default exec env var whitelist
Show description for fca266e
bep
committed
fca266e
Copy full SHA for fca266e
modules: Set GOCACHE env var
Show description for 0016e21
bep
committed
0016e21
Copy full SHA for 0016e21
Commits on Dec 17, 2021
releaser: Prepare repository for 0.92.0-DEV
Show description for 728feae
bep
committed
728feae
Copy full SHA for 728feae
releaser: Bump versions for release of 0.91.0
Show description for d1dc0e9
bep
committed
d1dc0e9
Copy full SHA for d1dc0e9
releaser: Add release notes for 0.91.0
Show description for 072bca6
bep
committed
072bca6
Copy full SHA for 072bca6
releaser: Drop running tests as part of the release
bep
committed
e26e13f
Copy full SHA for e26e13f
docs: Regen docs helper
bep
committed
6df2f08
Copy full SHA for 6df2f08
tpl/resources: Add empty method mapping for GetRemote
Show description for b84745d
bep
committed
b84745d
Copy full SHA for b84745d
Always use content to resolve content type in resources.GetRemote
Show description for 4495449
bep
committed
4495449
Copy full SHA for 4495449
Add resources.GetRemote
Show description for 22ef5da
bep
committed
22ef5da
Copy full SHA for 22ef5da
Allow for return partials with falsy arguments (#9298)
Show description for 5758c37
ptgott
authored
5758c37
Copy full SHA for 5758c37
deps: Upgrade github.com/evanw/esbuild v0.14.2 => v0.14.5
bep
committed
8ee6de6
Copy full SHA for 8ee6de6
Commits on Dec 16, 2021
don't use path.Join, because it cleans the final path
jansorg
authored and
bep
committed
a4b9f1a
Copy full SHA for a4b9f1a
Add some basic security policies with sensible defaults
Show description for f4389e4
bep
committed
f4389e4
Copy full SHA for f4389e4
Commits on Dec 14, 2021
Simplify Babel test assertions
Show description for 803f572
bep
committed
803f572
Copy full SHA for 803f572
Commits on Dec 13, 2021
Merge commit '45e6fdb315d113ba13e20a633ed0c67e3f25170d'
bep
committed
6183184
Copy full SHA for 6183184
Squashed 'docs/' changes from 316cec249..4eb10c1a9
Show description for 45e6fdb
bep
committed
45e6fdb
Copy full SHA for 45e6fdb
Improve handling of remote image/jpeg resources (#9278)
Show description for a037be7
jmooring
authored
a037be7
Copy full SHA for a037be7
Commits on Dec 12, 2021
Fix Dockerfile
Show description for 8a00553
hitzhangjie
authored
8a00553
Copy full SHA for 8a00553
Commits on Dec 11, 2021
Remove debug statement
jmooring
authored and
bep
committed
657d027
Copy full SHA for 657d027
Pagination
Previous
Next
You can’t perform that action at this time.