No description
Find a file
bewlian 6bdd7e11e3
All checks were successful
Build Statamic static site / build (push) Successful in 58s
wip
2025-11-14 23:53:08 +00:00
.forgejo/workflows wip 2025-11-13 12:22:48 +00:00
app wip 2025-11-14 23:53:08 +00:00
bootstrap Set up a fresh Statamic site 2025-11-12 15:46:21 +00:00
config wip 2025-11-14 23:53:08 +00:00
content wip 2025-11-14 23:53:08 +00:00
database Set up a fresh Statamic site 2025-11-12 15:46:21 +00:00
lang/en Set up a fresh Statamic site 2025-11-12 15:46:21 +00:00
public wip 2025-11-14 23:53:08 +00:00
resources wip 2025-11-14 23:53:08 +00:00
routes Set up a fresh Statamic site 2025-11-12 15:46:21 +00:00
storage Set up a fresh Statamic site 2025-11-12 15:46:21 +00:00
tests Set up a fresh Statamic site 2025-11-12 15:46:21 +00:00
users wip 2025-11-14 23:53:08 +00:00
.editorconfig Set up a fresh Statamic site 2025-11-12 15:46:21 +00:00
.env.example Set up a fresh Statamic site 2025-11-12 15:46:21 +00:00
.env.static-local wip 2025-11-14 23:53:08 +00:00
.gitattributes Set up a fresh Statamic site 2025-11-12 15:46:21 +00:00
.gitignore Set up a fresh Statamic site 2025-11-12 15:46:21 +00:00
.nvmrc Set up builds 2025-11-13 10:58:45 +00:00
artisan Set up a fresh Statamic site 2025-11-12 15:46:21 +00:00
composer.json Set up a fresh Statamic site 2025-11-12 15:46:21 +00:00
composer.lock Set up a fresh Statamic site 2025-11-12 15:46:21 +00:00
package-lock.json wip 2025-11-14 23:53:08 +00:00
package.json wip 2025-11-14 23:53:08 +00:00
phpunit.xml Set up a fresh Statamic site 2025-11-12 15:46:21 +00:00
please Set up a fresh Statamic site 2025-11-12 15:46:21 +00:00
postcss.config.js wip 2025-11-14 23:53:08 +00:00
README.md Set up a fresh Statamic site 2025-11-12 15:46:21 +00:00
vite.config.js Set up a fresh Statamic site 2025-11-12 15:46:21 +00:00

Stumblr

Share photos, videos, quotes, links, and more easily with the world. It's like your very own personal Tumblr.

Features

Stumblr is your very own personal, customizable Tumblr. Create beautifully simple posts using one of 6 blueprints: Audio, Link, Photo, Quote, Text, and Video. Organize them by tags and just keep creating.

Add links to your most important social networks in your Global variables area and let the kit take care of adding the icons to your nav for you.

RSS Feed and Sitemap

Your RSS Feed is available at /feed.xml and sitemap at /sitemap.xml.

Frontend Build Details

Customizing

Frontend

Modify the templates and views however you'd like. Just run npm install to install Vite and then one of the following commands to compile your CSS:

  • npm run dev to run the Vite development server
  • npm run build to build and version the assets for production

Adding new "Post Types"

You can create new types of posts by adding new Blueprints to the Posts collection.

These blueprints need a matching template partial of the same name in resources/views/post_types/ to render their output.