Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.

šŸ“– myBlog

A simple password-protected static blog.

šŸ” Password Protection

This blog is protected using pomdtr's password_auth val. To set up the password:

  1. Go to your Val Town environment variables
  2. Set BLOG_PASSWORD to your desired password
  3. If no password is set, it defaults to "defaultpassword"

šŸš€ Getting Started

  • Click Remix on the top right to clone this project.
  • Set your BLOG_PASSWORD environment variable
  • Your blog will be accessible only after entering the correct password

šŸ“‚ Adding Posts

  1. Navigate to the /posts directory.
  2. Create a new Markdown (.md) or .mdx file.
  3. Write your post and save the file.

šŸ”“ Sign Out

Users can sign out using the "Sign out" link available on all pages.