Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Duc Regular
@duceduc · Joined 9 years ago · 106 posts · 28 topics · 9 reputation
Badges
Recent posts
-
Sample Grav Sites - Part II
· 8 years ago
Here is my completed Far From Home site. It is nowhere near at a customized level, but will change the color scheme in the future when time permits. Skeleton used: Photographer Site as main. Blog Site
-
Comments are welcome for my last website
· 8 years ago
OP. Very nice site. I have much to learn.
-
Call to site.yaml from an .md file
· 8 years ago
Wonderful. This works. Would you know how I can add hyper email address within .md as well? [{{ config.site.email }}](mailto: [email protected] ) <-- this works [{{ config.site.email }}](mailto:
-
Call to site.yaml from an .md file
· 8 years ago
I have a .md file that has a repeated 'word' spread throughout the page. Is it possible to call it from site.yaml as this word may change from time to time.
-
Social-Feed Plugin: Running a Cronjob
· 9 years ago
Here is what worked for me. /15 * cd /path/to/grav/site/; php bin/plugin social-feed fetch:posts > /dev/null 2>&1
-
Social-Feed Plugin: Running a Cronjob
· 9 years ago
I am using this social-feed plugin and it ask to run a line as a cronjob to get the posts locally. https://github.com/moduleon/grav-plugin-social-feed '/15 * php /path/to/my/site/bin/plugin social-
-
Sample Grav Sites - Part II
· 9 years ago
Oh yea. This won't work. I am using the woo site theme and the menu navigation tex is in the site.yaml
-
Sample Grav Sites - Part II
· 9 years ago
I would have looked in the admin plugin for changing the menu to different language. I think cookbook needs some updating. I was reading the multi-language park and no where it says about this or I ha
-
Sample Grav Sites - Part II
· 9 years ago
One more question @csabagyorsok How do you change the language in the navigation menu and the footer section?
-
Sample Grav Sites - Part II
· 9 years ago
@csabagyorsok: upper Sweet!! Working. Thanks.