Pebble
Blogging tools written in Java
Static Pages

Although most of the content on a blog consists of blog entries, there may be times where you'd like to include some static content as a part of your website. For example, you might want to have an "About me" page, or a page containing links to other sites that you find useful. Although you could have a separate web application serving up this content, Pebble provides a simple way to manage small amounts of content with the following benefits.

  • Pages can be categorized.
  • Pages are included in the search feature.
  • Pages are included in your referrers/visited pages statistics.
  • Pages and blog entries have a consistent look and feel.
Effectively, a static page is just a blog entry that doesn't have comments/TrackBacks and has a memorable permalink such as http://.../blog/pages/AboutMe.html.

Adding a Static Page
To add a static page, click the New static page link after logging in. This will display a page similar to the blog entry page. The only real difference between this and the blog entry page is the Name field at the top. This makes up the memorable permalink to the page and the name you give a page must only contain alphanumeric characters, numbers, '-', '_' or /'. Examples include AboutMe, articles/SomeArticleName, and so on.

To manage your static pages, click the Static pages link after logging in. This will open a page showing a list of all static pages that currently exist, with links to edit and delete them.