Blog-Doc's logo
Docs GitHub logo
> Admin

Documentation

Getting started
Creating content
Go Static!
Admin
Front-end
Development

Admin

Admin interface

Presenting the administration interface of Blog-Doc.

Content

In the global spirit of Blog-Doc, its administration interface is straightforward and easy to use. You can manage every aspect of the application from this GUI.
To access the administration interface, click on the Admin ⚡ link.

Admin home

The homepage of the the administration interface presents links to various pages of the administration where you'll be able to:

  1. Create, update and delete pages and posts
  2. Add or remove images
  3. Modify the site settings
  4. Modify the menu settings
  5. Generate a static site
Homepage of Blog-Doc administration interface

Pages table

The "Pages" table displays existing pages.
The "Pages" table allows to:

  1. Filter/Search pages
  2. Sort pages by title, description or published state
  3. Delete pages
  4. Edit a page by clicking on its title
  5. Paginate the pages
Table of pages in Blog-Doc administration interface

Posts table

The "Posts" table displays existing posts.
The "Posts" table allows to:

  1. Filter/Search posts
  2. Sort posts by title, description, tags, date and published state
  3. Delete posts
  4. Edit a post by clicking on its title
  5. Paginate the posts
Table of posts in Blog-Doc administration interface

Site settings

Site settings page in Blog-Doc administration interface

The site settings page of the administration interface allows to modify multiple aspects of the site:

  1. In the "Site Settings" block:
    • Change the "Site Title"
    • Change the "Site Description"
    • Change the "Site URL" → MUST end with a slash /
    • Change the "Site Favicon"
  2. In the "Posts Settings" block:
    • Define the number of "Posts Per Page" in the blog
    • Modify the "Post Preview Fallback Image"
  3. In the "Search Feature" block:
    • Enable or disable the "Search Feature". Only in Node.js app for now!
  4. In the "Footer Copyright" block:
    • Change the "Footer Copyright" of the site
  5. In the "RSS Settings" block:
Information SVG IF YOU USE HTML IN THE FOOTER COPYRIGHT, ATTRIBUTES MUST BE SINGLE QUOTED! OTHERWISE BLOG-DOC WILL STOP WORKING!

One of my favorite features in Blog-Doc!
Create menu items, delete menu items, reorder them as you want, it just works!

Menu settings page in Blog-Doc administration interface