tombreit
tombreit
----- ``` uname -a Linux ntb1129deb 4.17.0-1-amd64 #1 SMP Debian 4.17.3-1 (2018-07-02) x86_64 GNU/Linux git branch -v master 9fb1b5b prototype: update device filter handling ``` ----- ``` ./prototype Prototype version...
In order to generate a valid google sitemap file, I need to split the file in chunks of a certain size (containing not more than 50.000 items): > Break up...
When running Statik in `--watch` mode, it does not monitor modifications of the project configuration `config.yml` (e.g. does not restart HTTP server).
Dear all, given the following ``PrivateStorageDetailView`` ``` # views.py class AttachmentDownloadView(PrivateStorageDetailView): model = ImageAttachment model_file_field = 'file' def get_object(self): # see: https://github.com/edoburu/django-private-storage/issues/50 return get_object_or_404(self.model, file=self.kwargs['path']) def can_access_file(self, private_file): return private_file.request.user.is_authenticated...
When deploying to gitlab pages (and locally), basically deploying to a subdir, I did not manage to get eleventy-plugin-vite working together with the eleventy build argument `--pathprefix` and the [eleventy...
Hi, I'm generating some `*.bib`-files from global data `js` via `pagination`. When building via `npx eleventy --serve` everything works as expected: These `*.bib`-files end up in the output directory (here:...
I would like to build a language selector in a custom (non-mkdocs-material) theme, but I do not know how to access the alternate language versions of a given page: ```html...