Skip to content

dado3212/anchor-folium

Repository files navigation

Folium

Folium is a theme for Anchor, a lightweight blog system that I use on my blog.

This is what it looks like:

Folium screenshot

Additions

There are a number of additions I've made to the base code. This is probably not exhaustive, but it's a lot of them.

There are also some that aren't documented.

Automatically making links open in a new tab
/anchor/libraries/markdown.php

function _doAnchors_inline_callback($matches) {
   ...
-   $result = "<a href=\"$url\"";
+   $result = "<a target=\"_blank\" href=\"$url\"";
   ...

About

A theme for Anchor, a lightweight blog CMS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published