-
I'm using the following md file.
```md
---
author: Author One
category: Category
keyword: [keyword1, keyword2]
---
# Test with YAML Front Matter
some text
```
I'm running into the f…
ritti updated
5 years ago
-
Hey there!
Which CMS are you using to host VSCode Docs and VSCode in general?
I'm aware of Jekyll and Hugo to host markdown like pages or you're using your own CMS?
Thanks in advance!
-
As per subject, after upgrading and working through each of the "breaking changes" sections, the category metadata links no longer go to the category sections. For example:
Under 3.3:
a post in …
ghost updated
5 years ago
-
we don't need to show last updated on anything except the playbooks, IMNSHO. If we do this we will also have to:
- [x] reconfigure the CMS to not require the date field,
- [x] and make sure hugo …
-
Jekyll should have another option for serving, where pages are generated and served to the user when the user's browser requests them, just like WordPress and other dynamic CMS. This should only be fo…
kaatt updated
5 years ago
-
Neat with another node.js project doing these kinds of things!
I've opted for a very modular approach in my endpoint to enable others who want to build similar approaches to not have to reinvent ev…
-
Actual code is [here](https://github.com/humanetech-community/community-hub).
Actual hosting ([what does it mean](https://www.website.com/beginnerguide/webhosting/6/1/what-is-web-hosting?.ws)): ??
…
-
Hey,
I came here from the discussion on the hugo board and SO.
This repo works for me if I clone it but when I try to recreate it, I always get:
executing "partials/list-resource-images.html" at …
-
I have deployed a clone of this repository to Netlify and it worked fine.
Then I decided I wanted to start a fresh Git repository, so I created a new one, placed all the code from the cloned repo i…
-
I am migrating my existing Hugo website from GitHub Pages to Netlify - the "killer" feature I am really interested into is the CMS add-on provided by Netlify.
After a bit of trial and error, followin…