one-click-hugo-cms
one-click-hugo-cms copied to clipboard
Hugo template with Decap CMS
Howdy peeps, Prince from Netlify! We're going to be working on this project to bringing the latest changes of Hugo so you all have the best experience. For now, my...
## Summary To make sure that our project stays up to date we'd like to add some tools: - [ ] Cypress integration (for testing e2e, [ref doc here](https://www.notion.so/netlify/Setting-up-the-Cypress-integration-for-Templates-5a569af79c6b40e5b25a8bd94279071f)) -...
**- Do you want to request a *feature* or report a *bug*?** **- What is the current behavior?** **- If the current behavior is a bug, please provide the steps...
**- Summary** **- Test plan** **- Description for the changelog** **- A picture of a cute animal (not mandatory but encouraged)**
**- Do you want to request a *feature* or report a *bug*?** What I think is a bug or at least inaccuracy in the docs **- What is the current...
Hello I am trying to serve this site from a subdirectory on netlify. `siteurl.com/blog` I am having trouble achieving this on netlify so I decided to try to get it...
**- Summary** In this pull request I have added a responsive nav requested in issue #272 When using the site on mobile devices the nav menu would scroll horizontally instead...
In the admin panel you can add or edit posts, and you can edit pages, but not add new pages, how come?
You are using ``` .br--bottom-l { border-radius-top-left: 0; border-radius-top-right: 0; } ``` correct, however, would be ``` .br--bottom-l { border-top-left-radius: 0; border-top-right-radius: 0; } ``` I am going to fix...
**- Do you want to request a *feature* or report a *bug*?** Report a bug **- What is the current behavior?** There's a reference to app.js that is generating a...