Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Mass creation of pages from a csv file
· 10 years ago
Can you provide a link to a GIST or something with an example page that you are having trouble with??? BTW no examples folder in that repo.
-
Mass creation of pages from a csv file
· 10 years ago
Hi I need to create a lot of markdown pages for a website of quotes. I created a php file which successfully create a lot of markdown files, but the header section of them is not recognized by grav.
-
Multiples files can't be transferred to remote site in Filezilla
· 10 years ago
The Grav package is just the bare bones. Without plugins or theme it's ~7Mb, but you'll need a theme and some plugins. Plus, consider images and other assets you'll want to load. You need to find a ho
-
Multiples files can't be transferred to remote site in Filezilla
· 10 years ago
I may have an explanation: The website I want to set up is limited to 10Mb and the whole grav package is slightly heavier than 10Mb. Does anybody know if there are files I can go without and still hav
-
Multiples files can't be transferred to remote site in Filezilla
· 10 years ago
Hi everybody! I have downloaded and installed grav on my computer then wanted to transfer all these files in the www folder of my remote site on Filezilla. But some files (like the webserver-configs a
-
Accessing account information from within twig
· 10 years ago
Seems not to work with the recent version of grav. So I made myself an plugin to publish all account data put into an 'public' section. Big question is: How to cache that?
-
Accessing account information from within twig
· 11 years ago
You can refer to the current authenticated user with {{dump(grav.user.authenticated)}} {{dump(grav.user.email)}} Accounts information regarding other users is not available by default, you'll need
-
Accessing account information from within twig
· 11 years ago
Anyone there who knows how to access account information from within twig ? something like ... {{ accounts.admin.bio }} ---
-
Show PDFs in Site
· 10 years ago
Hi flaviocopes3d, thanks a lot
-
Show PDFs in Site
· 10 years ago
Thanks for sharing that @flaviocopes, super handy to know!