Blog manual
Table of Contents
The shared folder
Our service interface is a shared folder (also called “input folder”). You are the only one authorized to edit this folder. Our service will only read information inside. This folder is the one where you will write your files, the configuration of your website theme, etc.
We manage the installation of the shared folder on your computer with you. If ever it happened that you need to (re)install the shared folder by yourself, the steps are described here.
This manual explains how to use this folder to edit your blog from your computer.
How to edit your blog
To add an article in your blog, you just need to add a document (docx, odt, markdowmn, …) in the folder “Blog” of the shared folder. The name of the files will determine the URL of the corresponding webpage.
The shared folder contains folders and files outside the “Blog” folder. They allow you to control other elements of your website. You will find more explanations here
We suggest following the next steps when you edit your blog:
- Create and edit your files in the shared folder.
- Once editions are saved, our service automatically triggers an attempt to reconstruct your website. If you open a web browser at the URL of your website (e.g., https://yourwebsite.com), you should see the corresponding modifications.
Sample files
For each file format, the next table gives the correspondence between a file sample (left column) and the webpage computed from this file (right column). The webpages display supported features of the corresponding file format.
file example | corresponding webpage |
---|---|
markdown file | webpage computed from the markdown file |
docx file | webpage computed from the docx file |
odt file | webpage computed from the odt file |
You will find detailed instructions on how you should format your files in the files themselves.
Click on a link in the left column to download the source file. Click on the link in the right column to see the corresponding webpage
Some conventions
You can easily add medias in a page by creating a folder next to the corresponding document — and by naming it with the same name, except the extension. This folder will be considered as a way to provide supplementary content, which is very handy. But this feature can cause conflicts between folder names. To avoid these conflicts, here are some conventions :
- Name documents meant to become web pages with lower-case letters.
- A folder, that hosts medias of a page, must be located next to the corresponding document and is named with the same name; except the extension.
- Name folders that contain documents, by starting their name with a capital letter.
In addition to clarifying the role of each folder, these conventions will ensure that there will be no conflicts between the supplementary folders and the folders that host other documents.
When problems arise
When the modification is not visible, here is how to investigate
Your browser cache may hide the new webpage version. In this case, a total refresh bypassing your browser cache — Ctr+F5 — will request a full refresh of the webpage.
You can check that your last data have been uploaded properly on the server, by going at https://input.yourwebsite.com/ and by looking at the last modification times.
Right now displayed dates have an offset of 1 or 2 hours. (depending on the French time shift in summer/winter)
As soon as our service detects new data, it attempts a reconstruction. You can check that the reconstruction went well by looking at its log file, viewable at https://yourwebsite.com/reconstruction.log.
- If you cannot read the log, there must be a network issue or an error in our server.
- The reconstruction date should be right after your edition date. If it is not the case, it means that there was an error in our service.
- If the date corresponds, please follow the instructions at the top of the reconstruction log.
Read the FAQ for guidance on how to solve miscellaneous issues.
Feedback and assistance
After this investigation, if you haven’t found/solved the error, please contact us. Here is what we will do:
- If there is an error in our service, we will fix.
- If there is a modification to do in your input folder, we will make a copy of your folder, and we will edit the copy on our side. Once we have finished the edition, we will email you with a link to download the edited folder, for instance https://backup.edited.yourwebsite.com/pambda-input-edited.zip. We will also send a link to show how your website looks with our editions: https://edited.yourwebsite.com.
For your convenience, we suggest installing Meld. This program will help you to compare the edited folder with your folder.