Skip to content
Grav 2.0 is officially stable. Read the announcement →

Duc Regular

@duceduc · Joined 9 years ago · 110 posts · 30 topics · 10 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Hiding Actual download link path · 8 years ago

    Thank. That crossed my mind as well.

  • Theme inheritance Not Working Properly · 8 years ago

    For some reason I can't get the theme inheritance to work. I have created all the necessary files and folders; however, it isn't pulling data from 'mytheme', but the original theme folder. I have setu

  • Hiding Actual download link path · 8 years ago

    Is there a plugin to hide the actual download link path? If my actual path is '/user/folder1/folder2/file.txt' I wish to show it as '/download/file.txt'

  • Ceevee Skeleton Twitter Integration Working Solution · 8 years ago

    For anyone who are looking to fix the Twitter integration for the Ceevee Skeleton Site, you can follow the instructions over at Github. The .js file needed to be updated and the settings changed sinc

  • 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 · 9 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 · 9 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-