Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FAQ entry for previewing baseurl sites #21

Merged
merged 1 commit into from
May 1, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions doc/faq/baseurl-preview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: How to preview sites that use the baseurl option?
layout: page
date: 2015-04-30
---

The `urubu serve` server does not include the `baseurl` prefix when serving
pages so sites that use `baseurl` can't be previewed locally using
`urubu serve`.
An alternative option is to use
[tservice](https://github.com/jiffyclub/tservice), which includes
an option to serve a local static site with a URL prefix.
To use tservice with an Urubu site instead of using `urubu serve`
call `tserve` with the prefix option, e.g.

```
tserve --prefix baseurl _build
```

Where "baseurl" is your site's particular prefix.