Nicolás Hernán Silva
Nicolás Hernán Silva
@jelveh Its done let me know If I did something wrong or if I can help you with anything
I though the feature had to have more things 😅 . I feel like its missing a watcher when the files are added or deleted from the folder `templates` and...
I addressed all the reviews that were pending, let me know if I miss something or you need more changes
Hi, I would like to work on this issue.
Hey @neSpecc, what are these 3 imports about? Objects, Strings, at the moment I made them "any" which is not optimal. `import { IconAddBorder, IconStretch, IconAddBackground } from '@codexteam/icons';`
Hi, I want to take this issue.
@Ayushmore1214 I'll let you know shortly, let me setup everything
@Ayushmore1214 I'll start working on it, assign the issue to me when you can 🚀
@Ayushmore1214 I have a issue where the site is not automatically re-loaded after a change and a save. Running `make site` or `"dev": "hugo server -e dev -DFE"` in the...
Found the solution, not using WSL for this (recommended in the doc btw), using `"dev": "hugo server -e dev -DFE"` as a reloader (manually added in to the package.json). I'll...