markdownBlogStarter
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.
Viewing readonly version of main branch: v47View latest version
A simple password-protected static blog.
This blog is protected using pomdtr's password_auth val. To set up the password:
- Go to your Val Town environment variables
- Set
BLOG_PASSWORDto your desired password - If no password is set, it defaults to "defaultpassword"
- Click Remix on the top right to clone this project.
- Set your
BLOG_PASSWORDenvironment variable - Your blog will be accessible only after entering the correct password
- Navigate to the
/postsdirectory. - Create a new Markdown (
.md) or.mdxfile. - Write your post and save the file.
Users can sign out using the "Sign out" link available on all pages.