aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Initial Gemini supportFeuerfuchs2019-11-169-64/+402
|
* Only enable max with if wrapping is enabledFeuerfuchs2019-11-154-13/+17
|
* Limit content with to 100chFeuerfuchs2019-11-152-1/+4
|
* Keep overline in fontsFeuerfuchs2019-11-135-1/+1
|
* Keep some more glyphs in fontsFeuerfuchs2019-11-135-1/+1
|
* Keep ´ in fontsFeuerfuchs2019-11-125-1/+1
|
* Handle links starting with /URL: correctlyFeuerfuchs2019-11-121-0/+2
|
* Include comma in URL regexFeuerfuchs2019-11-122-2/+2
|
* Enable compression with brotliFeuerfuchs2019-11-123-5/+10
|
* Add setting to use proportional fontFeuerfuchs2019-11-1210-9/+77
|
* Use brighter text in location bar for gopher://Feuerfuchs2019-11-122-5/+4
|
* Updated IosevkaFeuerfuchs2019-11-113-0/+0
|
* Fix: Correctly handle URIs where the type is not separated by a slashFeuerfuchs2019-11-112-1/+17
|
* Prefix instead of equality to determine page typeFeuerfuchs2019-11-111-2/+2
|
* Don't show .xml and .asc files in template, update demo URLFeuerfuchs2019-11-112-32/+32
|
* Fix readmeFeuerfuchs2019-11-111-2/+2
|
* Replaced UglifyJS with Terser, include whole asset path in struct, display ↵Feuerfuchs2019-11-116-28/+53
| | | | errors in template instead of basic HTML
* Protocol handlers for gopher are not supported by browsersFeuerfuchs2019-07-012-5/+1
|
* Remove web+ from protocol registrationFeuerfuchs2019-07-012-2/+2
|
* Register proxy as protocol handlerFeuerfuchs2019-07-012-1/+5
|
* Fix len check while checking the URI for responseFeuerfuchs2019-06-301-1/+3
|
* Add CLI flag for the concurrency level of libvipsFeuerfuchs2019-06-303-7/+9
|
* Upgrade to packr v2Feuerfuchs2019-06-303-4/+17
|
* Serve assets as own files, use caching strategiesFeuerfuchs2019-06-274-38/+64
|
* Small fixes in the readmeFeuerfuchs2019-06-271-5/+7
|
* That pre-commit hook still needs some work I guessFeuerfuchs2019-06-261-1/+1
|
* A bit more cleanupFeuerfuchs2019-06-263-34/+13
|
* Further improvements on the readmeFeuerfuchs2019-06-261-2/+7
|
* Readme: Fix indentation for code blockFeuerfuchs2019-06-261-3/+1
|
* Readme: Add pre-commit hookFeuerfuchs2019-06-261-0/+10
|
* Code cleanupFeuerfuchs2019-06-2611-67/+52
|
* Fix URL regex for ending slashesFeuerfuchs2019-06-262-2/+2
|
* Fix URL/mail regex for newer TLDs (.space etc)Feuerfuchs2019-06-262-3/+3
|
* Improved mobile layoutFeuerfuchs2019-06-265-18/+37
|
* New feature: Clickable links in plain text (opt)Feuerfuchs2019-06-263-5/+80
|
* Better ellipsis for location overflowFeuerfuchs2019-06-262-1/+2
|
* Make word wrap optional, better mobile designFeuerfuchs2019-06-265-9/+68
|
* Improved wrapping behaviorFeuerfuchs2019-06-253-12/+23
|
* Wrap content on smaller screensFeuerfuchs2019-06-252-3/+6
|
* Minor design improvementsFeuerfuchs2019-06-253-12/+38
|
* Small design fixFeuerfuchs2019-06-252-2/+2
|
* Add 'view raw' link to type 0 pagesFeuerfuchs2019-06-251-1/+4
|
* Revert to normal header bordersFeuerfuchs2019-06-252-25/+27
|
* Template: Fix wrong font preloadFeuerfuchs2019-06-251-1/+1
|
* Fix for hover of header location linksFeuerfuchs2019-06-242-1/+4
|
* Design: Add some more characters for the bordersFeuerfuchs2019-06-242-3/+3
|
* Improved design, add setting for image previews, add prompt for new locationFeuerfuchs2019-06-248-122/+473
|
* Show expandable thumbnails for imagesFeuerfuchs2019-06-239-30/+176
|
* Check type instead of file ext to render text via tplFeuerfuchs2019-06-211-1/+1
|
* Forgot to compile stylesheetFeuerfuchs2019-06-201-1/+1
|