aboutsummaryrefslogtreecommitdiffstats
path: root/static/main.css
Commit message (Collapse)AuthorAgeFilesLines
* Add autogen css from pandocmjfer.netmjfernez2024-07-231-5/+65
| | | | Hopefully will make things look more consistent
* Revert to original CSS, no improvementsmjfernez2023-12-201-3/+27
|
* Simplify CSSmjfernez2023-12-201-2/+1
|
* Better fix for mobile viewmjfernez2023-12-201-26/+5
|
* Remove mobile formattingmjfernez2023-12-201-2/+2
|
* I'm very bad at CSSmjfernez2023-10-231-0/+1
|
* Style fix for bulletsmjfernez2023-10-231-1/+1
|
* Removed bullet pointsmjfernez2023-09-271-0/+3
|
* Update main css. Add new CSS for resumemjfernez2022-02-251-1/+16
|
* Removed "/site" appendage. CSS fixesmjfernez2021-12-221-4/+7
| | | | | | | | 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.
* Adjust headings. Add meta tagsmjfernez2021-11-141-30/+36
|
* Add images for home pagemjfernez2021-11-071-8/+8
|
* Commit all local files for mjfer.netmjfernez2021-11-071-11/+13
| | | | Excepting files in site-files.git
* Optimize mobile CSS. Add last update time defaultmjfernez2021-11-011-20/+72
| | | | | | | | | | | 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
* Adds RSS auto-generation for files in 'site'mjfernez2021-10-141-1/+1
| | | | | | | | | | | This commit adds rss_generator.py which contains the main logic for indexing the site directory and generating a feed on startup. It serves as a sort of ad-hoc database which is accessed when /feed.xml is requested. Also corrects various typos, README nonsense, and expands the config options for RSS. Instances of './templates/site' have been replaced with the general BASE_DIR variable in the siteconfig.
* first commitmjfernez2021-06-071-0/+48