aboutsummaryrefslogtreecommitdiffstats
path: root/eleventy.config.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improved prism theme43 hours1-2/+1
|
* Add the first post48 hours1-11/+63
| | | | Signed-off-by: Marc Pervaz Boocha <mboocha@sudomsg.com>
* Update Deps2025-01-121-0/+1
|
* Updated deps2024-12-151-16/+14
|
* Deal with inaccesible public dir and missing sitemap2024-09-071-1/+1
|
* Improved performance of image2024-09-071-1/+3
|
* Updated Deps2024-08-021-1/+2
|
* Update deps and remove minimizers to deal with CVEs2024-06-241-39/+1
|
* Rearranged the project layout2024-06-241-2/+6
|
* CI: Fixed CI2024-06-241-1/+3
| | | | Signed-off-by: Marc Pervaz Boocha <mboocha@sudomsg.xyz>
* changed output location2024-06-241-0/+1
| | | | | | | | | | On branch main Your branch is up to date with 'origin/main'. Changes to be committed: modified: .gitignore modified: _data/metadata.js modified: eleventy.config.js
* Update deps and updated the about page.2024-06-211-7/+63
| | | | | | | | | | | | | | | | | | | | | On branch main Your branch is up to date with 'origin/main'. Changes to be committed: modified: 404.html modified: _includes/base.html new file: _includes/main.css modified: _includes/page.html modified: _includes/post.html modified: about.html deleted: assets/main.css deleted: atom.xml.njk modified: eleventy.config.js modified: index.html modified: package-lock.json modified: package.json modified: posts.html modified: posts/posts.11tydata.js
* Rewrote Site in 11ty2024-04-071-0/+56
| | | | Still need to Update the content
* Move to Server Side Render with expressjs