PitchHut
Log in / Sign up
pagecord
8 views
Blogging made simple, one email at a time.
Pitch

Pagecord is a minimalist blogging app designed for effortless expression through email. Write and publish your thoughts instantly without distractions, allowing you to focus on what truly matters: your content. Embrace simplicity and share your voice with the world in a fresh, streamlined way.

Description

Pagecord is a minimalist blogging application designed to streamline your blogging experience using the power of email. This innovative platform allows you to craft and manage your blog posts directly via email, making it effortless and intuitive to share your thoughts and insights with the world.

Key Features:

  • Email-Powered Blogging: Seamlessly create blog posts through your email, removing barriers to modern blogging.

  • Minimalist Design: Focus on content without distractions. Pagecord provides a clean and simple interface that enhances your writing experience.

  • Efficient Development Setup: Quick setup process ensures that you can get your development environment running smoothly with just a few commands:

    git clone https://github.com/lylo/pagecord.git
    cd pagecord
    bundle install
    
  • Test Your Code: Ensure your application is functioning as intended with built-in testing using Rails' minitest framework. Run tests easily with:

    bin/rails test
    bin/rails test:system
    
  • Debugging Emails: Need to process emails locally? Simply store your .eml files in a designated folder and use a straightforward command to parse them into posts for your application.

    DIR=tmp/emails rake email:load
    

For more in-depth information, check out the Pagecord architecture or learn about contributing to the project. Stay updated and follow the Pagecord blog for the latest insights and developments!