With your blog up and running, the next thing to do is configure and customize its properties, categories and so on. This is performed through your web browser, but before doing this you will need to login. To do this, click the Login link at the bottom of the page and you will be presented with a login form.
Enter the username and password you defined earlier in your server security realm. If successful, new Blog administration links will appear towards the top of the page.
There are various properties and characteristics that can be customized for your blog. These include the name of your blog, setting your time zone, etc. To edit these properties, click the Blog properties link. This will open a new page in which the blog properties can be edited.
To edit the properties, just change the values and click the Save Properties button when done. The following table describes each of the properties.
General blog properties
Name | Description | Default Value |
Name | The name of your blog. | My blog |
Description | The description of your blog. | My blog description |
Image | A URL pointing to an image for your blog, typically used by news readers and aggregators. | http://pebble.sourceforge.net/common/images/powered-by-pebble.gif |
Author | Your name. | Blog Owner |
Theme | The name of the theme to be used. | default |
Recent blog entries | The number of recent blog entries to show on the home page. | 3 |
Recent comments/TrackBacks | The number of recent comments/TrackBacks to show on all pages. | 0 |
Internationalization and localization
Name | Description | Default Value |
Country | The country in which you reside, as a two letter ISO code. | GB |
Language | The language of your blog, as a two letter ISO code. | en |
Time zone | The time zone in which you reside. After changing this value, please click on the Reload blog link in the main window. | Europe/London |
Character encoding | The character encoding that your pages are displayed in. | UTF-8 |
Lucene Analyzer | The name of the class used for indexing and searching your blog. If your blog content is written with non-latin character sets, you may get better search results by editing this property. See the Lucene website for more information about analyzers. | org.apache.lucene.analysis.standard.StandardAnalyzer |
Security
Name | Description | Default Value |
Blog owners | A comma separated list of usernames for those users that are blog owners for this blog. This is used when Pebble runs in multi-user mode. | |
Blog contributors | A comma separated list of usernames for those users that are blog contributors for this blog. This is used when Pebble runs in multi-user mode. | |
E-mail notifications
Name | Description | Default Value |
E-mail address | A comma separated list of e-mail addresses that will receive notifications when new blog entries/comments/TrackBacks are posted. | blog@yourdomain.com |
SMTP host | The name/IP address of the server through which e-mail is sent, or a JNDI name starting java:/comp/env pointing to a preconfigured javax.mail.Session instance. | |
XML-RPC update notification pings
See XML-RPC Update Pings for more details.
Name | Description | Default Value |
Update notification pings | Enables or disables the pinging of websites via XML-RPC upon new posts. | Disabled |
Websites to ping | A whitespace (i.e. space or carriage return) separated list of those websites that should be pinged if notifications are enabled. | |
Blogger and MetaWeblog APIs
See Blogger API and MetaWeblog API for more details.
Name | Description | Default Value |
Posting to blog via XML-RPC API | Enables or disables posting of blog entries via the Blogger API. | Disabled |
Username | The username that should be used for authentication of XML-RPC requests. | |
Password | The password that should be used for authentication of XML-RPC requests. | |
Multi-user properties (available in multi-user mode only)
Name | Description | Default Value |
Public/Private blog | Enables or disables aggregation of this blog in both the multi-user home page and feeds. | Public |
|