nim_websitecreator
nim_websitecreator copied to clipboard
Nim fullstack website framework - deploy a website within minutes
Suggestion: The file `utils.tmpl` should undergo a cleanup. The proc `genPageOptions` should not mix both page and blog to just avoid DRY. In the future there might be more different...
https://moigagoo.svbtle.com/loco-localization-package-for-nim https://github.com/moigagoo/loco#loco-localization-package-for-nim https://moigagoo.github.io/loco/loco.html Research and try the solution for potential inclusion on the future. Just 1 macro so should be easy to add. I can do Spanish. The idea is...
Within the blog settings, let the user define the number of blogpost per page.
Hi, I was trying out your package and ran into some compilations issues. I had some looking around and found a related error call ([here](https://www.google.com/search?client=firefox-b-d&q=+readBytesX60gensym0_+%3D+syscall%28SYS_getrandom%2C+%28%28void*%29+%28%28%26dest%5Bresult%5D%29%29%29%2C+%28%28int%29+%28%28NI%29%28TM__sT0fWggTrXhnxQ79bl9a8nHg_2%29%29%29%2C+%28%28unsigned+int%29+0%29%29%3B)), but I am not running...
With nim version 2.0 After fixing: (datetime2human [MR](https://github.com/juancarlospaco/nim-datetime2human/pull/1)) + (nim_websitecreator [MR](https://github.com/ThomasTJdev/nim_websitecreator/pull/145)) ./nimwc gives the following error ``` std/asyncmacro(250, 31) Error: 'matchMatcher (Async)' is not GC-safe as it accesses 'storageEFS' which...
Clicking on Start to enable any installed plugin fails with Jester route exception in the browser: ```An error has occured in one of your routes. Detail: oserr.nim(95) raiseOSError asyncfutures.nim(389) read...