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

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • How to use a skeleton? · 11 years ago

    OK, so rhukster was incorrect in stating "Just extract it directly into your webroot" as my webroot for the site is /var/www/html/www.example.com. That gives me /var/www/html/www.example.com/grav-skel

  • How to use a skeleton? · 11 years ago

    Maybe go back to square one here. I don't know nginx, so I'll have to talk Apache. Start with an empty folder that Apache expects to find the website files in. Empty. Set up Apache to use that for wha

  • How to use a skeleton? · 11 years ago

    noooooo :) I never mentioned symlinking. Your making this way more complex than it actually is. Just like WordPress, or Joomla, or whatever, extract the skeleton into your webroot, or wherever you

  • How to use a skeleton? · 11 years ago

    Uggg. So do you recommend I symlink the contents of grav-skeleton-striped-site into my doc root? You expect me to use a url of www.example.com/grav-skeleton-striped-site as the site, with www.example.

  • How to use a skeleton? · 11 years ago

    It's not a hack, it's a package of Grav with all the bits you need. Just extract it directly into your webroot: $ unzip grav-skeleton-striped-site-v1.0.0.zip -d /var/www/html That's all there is to it

  • How to use a skeleton? · 11 years ago

    Can I just install the theme and the plugins the skeleton uses without using the skeleton? It seems like skeletons are just bad shortcut hacks. Using "www.example.com/grav" as a home page with "www.ex

  • How to use a skeleton? · 11 years ago

    Ugg.. When I change the doc root the css breaks...

  • How to use a skeleton? · 11 years ago

    Thank you for your response. :) That's really strange behavior. Can someone update the docs so people know the nginx (or apache) config needs to change the doc root to point into a skeleton directory

  • How to use a skeleton? · 11 years ago

    you might want to rename the resulting folder if it's called grav-skeleton-striped-site to maybe just grav, then point your browser at the location (hopefully you extracted in your web root). http://w

  • How to use a skeleton? · 11 years ago

    cd into docroot wget https://github.com/getgrav/grav-skeleton-striped-site/releases/download/1.0.0/grav-skeleton-striped-site-v1.0.0.zip unzip grav-skeleton-striped-site-v1.0.0.zip ???? Wonder how