All Projects → josephernest → Void

josephernest / Void

Licence: mit
Void is a blogging platform.

Void

Void is a website creation tool. Just static pages or blog articles? Both are possible with Void.

The core is done in a single PHP file of less than 100 lines of code. Huh, this is bad? See the discussion here. What about performance? See here.

Screenshot

screenshot

About

Author: Joseph Ernest (@JosephErnest)

Credit

Void uses the Parsedown library, licensed under MIT license.

License

MIT license

FAQ

Question: How to add automatic code highlighting in articles / pages?

Use the library highlight.js by adding these three lines in the <header> part of index.php:

<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.5/styles/default.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.5/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>

Question: How to count the number of unique visitors per day (analytics)?

See this blog article.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].