Build a motherfucking static blog in (milli)seconds.
Inspired by motherfucking website and better motherfucking website
This generator is released under WTF Public License: I don't give a shit what you do with it.
- One motherfucking PHP file
- One dependency (Parsedown)
- No content? Empty site.
- Zero-conf. No front matter.
- No options, no flags, no CLI arguments.
Just run the damn script to build your shit in milliseconds.
and
- translations
- customizable templates
- more to come
You need a recent version of PHP: it's a motherfucking static generator, but it's modern.
git clone https://github.com/Arcesilas/motherfucking-static-generator.git
cd motherfucking-static-generator
php fucking-build.phpFirst time run:
- it downloads Parsedown.php so you don't have to give a shit about it
- it creates a
content/directory with a motherfucking first blog post - it downloads default
templates/if directory is not present - it builds your motherfucking blog
You're probably lazy. And you're right. it's motherfucking efficient.
php <(wget -qO- https://raw.githubusercontent.com/Arcesilas/motherfucking-static-generator/main/fucking-build.php)
You're done.
You don't need this shit to build a motherfucking website.
What?
See configuration documentation.
See content documentation.
By default, output is placed in output/ directory. Yeah, I had to think hard for this one.
You can also configure it.
Ever heard about PHP built-in webserver? Just motherfucking use it:
php -S localhost:8000 -t output
Remember that PHP built-in webserver cannot handle motherfucking HTTP 404 by itself. Il you try a non existant URL, root
index.htmlwill be displayed
No warranty. No tests. No regrets.
If it breaks, it's probably your fault.