https://github.com/statamic/starter-kit-stumblr
Starter Kit: Stumblr – your very own Tumblr
https://github.com/statamic/starter-kit-stumblr
starter-kit statamic statamic-starter-kit stumblr
Last synced: 2 months ago
JSON representation
Starter Kit: Stumblr – your very own Tumblr
- Host: GitHub
- URL: https://github.com/statamic/starter-kit-stumblr
- Owner: statamic
- Created: 2022-03-30T20:45:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-14T15:50:57.000Z (5 months ago)
- Last Synced: 2025-02-15T20:57:09.524Z (4 months ago)
- Topics: starter-kit, statamic, statamic-starter-kit, stumblr
- Language: Antlers
- Homepage: https://statamic.com/starter-kits/statamic/stumblr
- Size: 87.9 KB
- Stars: 6
- Watchers: 7
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
### Social Media Links
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
- Built with [TailwindCSS](https://tailwindcss.com)
- Configurable social media links
- Full [static site](https://github.com/statamic/ssg) support
- Mobile/Responsive friendly## 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](https://statamic.dev/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.