47 Followers
7 Following
10 Posts
Static site generator for PHP
Websitehttps://sculpin.io/
Githubhttps://github.com/sculpin/sculpin

Sculpin 4.x will include an experimental "live editor mode", so you can edit your content inside your web browser when running "generate --watch --server --editor".

But that command line invocation is getting extremely silly. It should be condensed into a single command.

How do folks feel about a "run" command? Or what about making it the default behaviour, so running "vendor/bin/sculpin" is enough to go into generate+watch+serve+edit mode?

#sculpin #php #StaticSiteGenerator #StaticSite

"sculpin run"
25%
"sculpin start"
12.5%
"sculpin"
12.5%
Other (details in reply)
50%
Poll ended at .
Just published my newest open source project: https://source.tube/rpm/comments
It’s an open source, single-file, SQLite-powered, PHP app that can replace Disqus comments on static blogs. It's basic and simple, and patches will be welcome. I wanted a non-painful option for really simple self-hosting of comments that could run anywhere. #php #opensource
comments

A single-file, well-apportioned, embedded comment toolkit written in PHP for use with static sites using SQLite.

SourceTube: Version control for the omg.lol community

A new Sculpin `4.0.x-dev` branch has been created to work toward a PHP 8.5-compatible version of Sculpin.

The branch contains many quick "cleanups" to take advantage of some newer PHP features, and more such cleanups are coming. This means that the code is a bit unstable at the moment, as those cleanups may have introduced unexpected changes to interfaces and so forth.

`composer require sculpin/sculpin:dev-4.0.x-dev` should get you up and running with the new branch.

#php #sculpin

I'm going to create another email course, this time about building static websites with Sculpin.

https://www.oliverdavies.uk/daily/2024/12/04/sculpin-from-scratch

#dev #SoftwareDevelopment #php #sculpin

Sculpin from Scratch | Oliver Davies

I'm going to create another email course, this time about building static websites with Sculpin.

Oliver Davies
The Sculpin project needs help to upgrade its internals to a newer version of Symfony, as well as to replace some unmaintained dependencies. Interested in lending a hand? Please reach out to @kboyd for more info. #php #symfony #symfonyFramework #sculpin #sculpinPHP

This Wednesday evening, I'm in Reading for PHP Berkshire to speak about @sculpin - the PHP static site generator.

https://www.meetup.com/php-berkshire/events/301850284

#php #phpc #PublicSpeaking #sculpinphp

August Meetup & Talks, Wed, Aug 28, 2024, 6:30 PM | Meetup

Hey Berkshire PHP'ers👋 For our August meet up, we will be having speaker sessions, drinks and PHP chats at Thirsty Bear in Reading🥳 Free to attend and open to anyone in

Meetup

Released sculpin 3.3.0 alpha-2 this evening. This update boosts the minimum symfony version to 5.4.

Some bundles/extensions may need to be updated as a result. There was a change to the default symfony dependency injection Configuration.php file in 5.x: the tree builder now takes a name as the first argument, and the root node is fetched using a new getRootNode method.

Thanks again to @sergey for his work on this release :)

Sculpin version 3.3.0-alpha is now available for testing.

https://github.com/sculpin/sculpin/releases/tag/3.3.0-alpha

Adds support for PHP 8.2 and Twig 3. Drops support for PHP 7.2, 7.3. (Next alpha may drop support for PHP 7.4, currently undecided.)

Removes the "Canal" dependency in favour of League\MimeTypeDetection.

Special thanks to @pronskiy and @sergey for their contributions!

Release 3.3.0-alpha · sculpin/sculpin

Reindent HEREDOCs and standardize on EOT as the label

GitHub