docsy-example icon indicating copy to clipboard operation
docsy-example copied to clipboard

An example documentation site using the Docsy Hugo theme

Results 48 docsy-example issues
Sort by recently updated
recently updated
newest added

Bumps [hugo-extended](https://github.com/jakejarvis/hugo-extended) from 0.132.2 to 0.133.0. Commits 4d47fb0 0.133.0 See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hugo-extended&package-manager=npm_and_yarn&previous-version=0.132.2&new-version=0.133.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you...

dependencies
javascript

changed some verbs for better meaning and better language use

If you check [this page](https://example.docsy.dev/blog/2018/01/04/another-great-release/), you'll see that images are not available. ![image](https://github.com/user-attachments/assets/58ddb964-02b7-4073-bf7f-f64d249ccaeb) This page is defined in the following [file](https://github.com/google/docsy-example/blob/main/content/en/blog/news/second-post.md).

- Drops unnecessary weights from the blog section index pages - Propagates from `en/blog` file changes to `fa/blog` - Adds a release post under `fa/blog` - Adds the `_commit:public` NPM...

- [x] #368 - [x] Rework layouts, and make other necessary upgrade checks - [ ] Create release 0.12.0

Hi, I followed the instructions from docsy site but it failed: ``` # git clone --depth 1 --branch v0.11.0 https://github.com/google/docsy-example.git docsy # cd docsy # hugo server Error: html/template:_markup/render-heading.html:1:12: no...

The site build using docker-compose fails since floryn90/hugo v0.134.3: ``` Error: error building site: failed to acquire a build lock: open /src/.hugo_build.lock: permission denied ``` Cause: The Alpine image has...