Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josephernest/void
Void is a blogging platform.
https://github.com/josephernest/void
Last synced: 6 days ago
JSON representation
Void is a blogging platform.
- Host: GitHub
- URL: https://github.com/josephernest/void
- Owner: josephernest
- License: mit
- Created: 2015-04-06T09:17:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-18T22:28:39.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T17:23:50.148Z (4 months ago)
- Language: PHP
- Size: 45.9 KB
- Stars: 193
- Watchers: 12
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Void
====**Void** is a website creation tool. Just static pages or blog articles? Both are possible with [Void](https://gget.it/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](https://gget.it/void/article/03).
What about performance? See [here](https://gget.it/void/article/05-perf).Screenshot
----[![screenshot](https://gget.it/9p7avesy/1.jpg)](https://gget.it/void/demo/)
About
----Author: Joseph Ernest ([@JosephErnest](https:/twitter.com/JosephErnest))
Sponsors and consulting
----I am available for Python, Data science, ML, Automation consulting. Please contact me on https://afewthingz.com for freelancing requests.
Do you want to support the development of my open-source projects? Please contact me!
I am currently sponsored by [CodeSigningStore.com](https://codesigningstore.com/). Thank you to them for providing a DigiCert Code Signing Certificate and supporting open source software.
Credit
----**Void** uses the [Parsedown](https://github.com/erusev/parsedown) library, licensed under MIT license.
License
----
MIT licenseFAQ
----**Question: How to add automatic code highlighting in articles / pages?**
Use the library `highlight.js` by adding these three lines in the `` part of `index.php`:
hljs.initHighlightingOnLoad();**Question: How to count the number of unique visitors per day (analytics)?**
[See this blog article](https://gget.it/void/article/simpleanalytics).