aboutsummaryrefslogtreecommitdiffstats
path: root/templates/index.html
Commit message (Collapse)AuthorAgeFilesLines
* Removed bullet pointsmjfernez2023-09-271-0/+6
|
* Target set to open in new tab by default. +Imagesmjfernez2023-07-141-3/+3
|
* Removed "/site" appendage. CSS fixesmjfernez2021-12-221-1/+1
| | | | | | | | This commit removes the "/site" appended to every directory and solved the problem of redirecting links correctly by setting 'parent_dir' in the main view context to point to '/' by default. This also changes how titles appear to conform to my sensibilities.
* Optimize mobile CSS. Add last update time defaultmjfernez2021-11-011-4/+4
| | | | | | | | | | | This commit optimizes the mobile and web css to be responsive on zoom (in supported browsers) and responsive on mobile screens. This is a minimal optimization and lot can be done to improve it, particularly for wider screen devices like tablets This also adds the last update time to all views (except home). Function logic was moved to view functions to support this and rss_generator was changed to depend on it
* .description is now rendered as htmlmjfernez2021-06-171-1/+3
| | | | | | | | .description was previously read as a text file, but this is cumbersome and limits the user. This allows the user to embed html in their .description files by adding the "cur_path" variable to context. 'index.html' has been updated to render the template located in cur_path if a description file exists
* Added ability to override templates.mjfernez2021-06-081-1/+1
| | | | | | | | | This commit primarily adds the ability to override the base template by adding a '!' on HTML files. It also makes adjustments to the index page display to not show this extra character. Additions to the README reflecting this change, as well as small note on similarity to neocities was added
* first commitmjfernez2021-06-071-0/+26