Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add autogen css from pandocmjfer.net | mjfernez | 2024-07-23 | 1 | -0/+0 |
| | | | | Hopefully will make things look more consistent | ||||
* | Add cats.css | mjfernez | 2024-03-24 | 1 | -0/+0 |
| | |||||
* | Simplify CSS | mjfernez | 2023-12-20 | 1 | -0/+0 |
| | |||||
* | Remove mobile formatting | mjfernez | 2023-12-20 | 1 | -0/+0 |
| | |||||
* | Update media dir to be symlinked. Update links | mjfernez | 2023-11-25 | 1 | -0/+0 |
| | | | | Primarily to save space on git. It's easier to rysnc the images | ||||
* | Style fix for bullets | mjfernez | 2023-10-23 | 1 | -0/+0 |
| | |||||
* | Removed bullet points | mjfernez | 2023-09-27 | 1 | -0/+0 |
| | |||||
* | Fix link for parent folder | mjfernez | 2023-07-14 | 1 | -0/+0 |
| | |||||
* | Target set to open in new tab by default. +Images | mjfernez | 2023-07-14 | 1 | -0/+0 |
| | |||||
* | Ignore RSS descriptions for special character text | mjfernez | 2022-09-10 | 1 | -0/+0 |
| | |||||
* | Fixes RSS issues. Changes time tracking to git | mjfernez | 2022-03-10 | 1 | -0/+0 |
| | | | | | | | | | | | | This commit primarily changes the code base to base the file last modified time on the output of "git log". This adds dateutil and git itself as a dependency, but those are pretty common... This also fixes some minor issues including: - missing / between mjfer.net and the URI - README up to date with latest changes - linting | ||||
* | Add mimetypes for html! templates | mjfernez | 2022-02-26 | 1 | -0/+0 |
| | |||||
* | hotfix for special char error in uwsgi | mjfernez | 2022-02-25 | 1 | -0/+0 |
| | |||||
* | Update main css. Add new CSS for resume | mjfernez | 2022-02-25 | 1 | -0/+0 |
| | |||||
* | Remove caching for raw file types | mjfernez | 2022-02-20 | 1 | -0/+0 |
| | |||||
* | Properly do submodules and stop being stupid | mjfernez | 2022-02-03 | 1 | -0/+0 |
| | |||||
* | Commit all local files for mjfer.net | mjfernez | 2021-11-07 | 9 | -135/+0 |
| | | | | Excepting files in site-files.git | ||||
* | Changed / to /site, added views.py, README amended | mjfernez | 2021-06-16 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | Previously this program served files in the 'templates/site' dir on '/', but this caused problems when accessing raw files using '/raw/' which is useful for embedding or quickly downloading content. It's also an inconvenience to the user, since they have to add a word rather than double-clicking an replacing it. The main server file and the base and index templates have been changed to reflect this. The codebase has been reorganized to separate views from the main flask app. Blueprints were avoided since only one blueprint would be needed so thus unnecessary. README and docstrings were also expanded for clarity and edited for errors. Some comments | ||||
* | Added markdown to default mime types | mjfernez | 2021-06-09 | 3 | -42/+43 |
| | |||||
* | Force UTF-8 encoding | mjfernez | 2021-06-09 | 1 | -0/+31 |
| | |||||
* | first commit | mjfernez | 2021-06-07 | 8 | -0/+103 |