📘 Guide – Managing PDFs & Article Publication

1️⃣ Upload a PDF to the Repository
  1. Go to your GitHub repository: rainsmore.github.io
  2. At the root, open or create the folder articles/
  3. Click on "Add file" → "Upload files"
  4. Drag and drop your PDF file, then click "Commit changes"
2️⃣ Create the Link to the PDF

After uploading, manually construct the link like this:

https://rainsmore.github.io/articles/Your_File_Name.pdf

Example:
If you uploaded: articles/AfrHySpace_Report.pdf, the link will be:
https://rainsmore.github.io/articles/AfrHySpace_Report.pdf

📌 Replace spaces with %20 if needed.

3️⃣ Publish an Article on the Site
  1. Go to the admin page: admin.html
  2. Log in with your administrator email and password
  3. Fill out the article form:
    • Title: the title of your article
    • Content: a short summary
    • Author, Date, Topic (optional)
    • Link: paste the PDF URL here
  4. Click ✅ Publish
🔒 Go to Admin Interface