Skip to content

capachow/arcane-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arcane Blog

A simple flat-file blog that uses Markdown. Perfect for personal sites or those getting started with Arcane.

Basics

  • Create slug.md files inside /pages/posts/ to make new posts.
  • Use optional YYYY-MM-DD-slug.md format for forced create dates.

It's that simple.

Support

  • Requires PHP >= 8.2.
  • Apache users: Works automatically provided the AllowOverride All directive is enabled (Arcane will generate the required .htaccess file for you).
  • NGINX users: Requires routing traffic to the front controller. Add this to your server block alongside your existing PHP execution directive:
location / {
  rewrite ^/(.*)/$ /$1 permanent;
  try_files $uri $uri/ /index.php?$query_string;
}

License

Copyright 2017-2026 Joshua Britt under the MIT.

About

A simple Markdown blog that is perfect for personal sites or those getting started with Arcane.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors