docsy
docsy copied to clipboard
A set of Hugo doc templates for launching open source content.
Trying to build docsy locally with `hugo` and cannot get past this step: ``` bash Start building sites … hugo v0.98.0-165d299cde259c8b801abadc6d3405a229e449f6+extended windows/amd64 BuildDate=2022-04-28T10:23:30Z VendorInfo=gohugoio Error: Error building site: POSTCSS: failed...
**How to reproduce** * Create a new site from scratch as described [here](https://www.docsy.dev/docs/get-started/docsy-as-module/start-from-scratch/). * Create a new page inside the `docs` folder: `hugo new content/docs/_index.md` * Run `hugo` and you...
Hi, Is it possible to hide breadcrumb navigation for the root file of the doc (_index.md) ? Example : I want to display Breadcrumb navigation if the doc (content A)...
Document how to deploy a Docsy site using the free tier of GitLab DevOps and Heroku. I have already done it, it's just a matter of documenting it.
I just spent a day tearing my hair out trying to determine why some pages were being excluded from the section menu of our documentation. While looking into another issue...
Currently, the page meta links will always include "en" even if the site is not multi-lingual and has content directly in the "contents" directory (vs "contents/en").
Documentation starts on April/15/2022
On my Linux system, I can run `npm run build` without problems. On my Windows 10 box, the same command fails, however: ``` F:\DocsyFinal\docsy-ad>npm run build > [email protected] build >...
I'm very new to hugo. I'm running hugo 0.92.0 and installed docsy as a submodule in the themes directory. When running most hugo commands I get an error about _Font-Awesome_...
Hi, I am trying customize Docsy by following the standard "happy-path", i.e. just clone the example project and then modify it. I noticed that if you upload a bright (or...