This is the repository of the website accessible-pdf.info. The site is built with the static site generator 11ty, hosted and deployed with Github and Netlify.
- Clone this repository to your local machine
- Navigate to the folder and run
yarn install
- Run the command
yarn start
- If you’re finished, stop your development server (with
Ctrl + C
on your command line)
It’s content is written in Markdown, a lightweight markup language. If Markdown is new to you, I recommend Markdown Guide, a good reference guide.
Besides the usual formatting options with markdown, the following HTML markup is used for formatting infoboxes:
<p class="note"></p>
<p class="warning"></p>
Any markdown file needs a bit of essential metadata at the beginning of the document:
---
title: name of the article
author: names of all authors
date: date in ISO 8601
description: A short description. It is usually the same as the lead of the post. This description will be used for SEO.
---
I appreciate your help and suggestions how to improve the site. Please have a look at the CONTRIBUTING.md
If you have no experience with Git and contributing on Github – no problem. There is a useful repository you can learn that: first-contributions
The content of this site is licensed under the Creative Commons Attribution 4.0 International License.