Hello, World!
A "Hello, World!" program generally is a computer program that outputs or displays the message "Hello, World!". Such a program is very simple in most programming languages, and is often used to illustrate the basic syntax of a programming language. It is often the first program written by people learning to code.1 It can also be used as a sanity test to make sure that a computer language is correctly installed, and that the operator understands how to use it.
-
James A Langbridge (3 December 2013). Professional Embedded ARM Development. ISBN 9781118887820. ↩
How to generate this blog
Get PHPetite to convert Markdown files into a single HTML file with inline, compressed CSS.
- Write posts in
/content - (Optional) include any images under the
/content/img/directory - From the command-line run:
make
This will generate both the single file HTML page, along with an atom.xml file for the use of an optional RSS feed.
These two files are output into the _site directory.
Advanced options
Looking for more advanced configurations, such as creating custom pages, editing homepage content and styling? Take a look at the Github repo or the official website phpetite.org.
Thank you, have a nice day.
Markdown examples
On top of plain Markdown, Markdown Extra adds support for footnotes, abbreviations, definition lists, tables, class and id attributes, fenced code blocks, and Markdown inside HTML blocks.
Additionally, images are properly enclosed in figure elements (with optional figcaption), and the loading="lazy" attribute is added.
This is bold, italic, this is an internal link, this is not code, press alt.
This text is in a blockquote.
This is a level 2 heading
This is a level 3 heading
- This
- is
- a list
- This
- is
- an
- ordered list
This is
preformatted
text.
| this is a table | header | this column is right-aligned |
|---|---|---|
| these | content | 1234 |
| are | cells | 56789 |
This sentence has a footnote.1
-
This is a footnote ↩
About
This blog is a single file, statically rendered HTML page. The HTML & CSS were generated with PHPetite. Please raise any issues you come across in the official Github repo or help by contributing!
Cheers!
A Single File Blog
PHPetite (/p/h/pəˈtēt/) is a single file, static blog generated from PHP. Based off the very minimal and awesome portable-php
You can edit this homepage content in content/_pages/home-content.md (or remove it entirely). The choice is yours.