No description
Find a file
2025-10-10 11:04:30 -05:00
_data Move to 11ty 2025-09-07 13:45:07 -05:00
_gemini Add post on password managers 2025-10-09 22:17:09 -05:00
_includes Add post on password managers 2025-10-09 22:17:09 -05:00
_site Update feed.xml to fix bottom text 2025-10-10 11:04:30 -05:00
content Add post on password managers 2025-10-09 22:17:09 -05:00
public Update feed.xml to fix bottom text 2025-10-10 11:04:30 -05:00
.eleventyignore Move to 11ty 2025-09-07 00:14:07 -05:00
.gitignore Add Gemini templates 2025-09-18 16:35:51 -04:00
eleventy-plugin-gemlog-feed.js Add post on password managers 2025-10-09 22:17:09 -05:00
eleventy.config.js Fix header gemlog link 2025-09-19 14:20:58 -04:00
LICENSE Update license to CC BY 4.0 2025-09-02 09:50:06 -05:00
package-lock.json Make Gemini/HTML compatible 2025-09-18 21:12:22 -04:00
package.json Make Gemini/HTML compatible 2025-09-18 21:12:22 -04:00
README Add Gemini support 2025-09-17 22:14:53 -04:00

To build HTML, run:

```
npx @11ty/eleventy --serve
```

To build Gemini, run:

```
GEMINI=1 npx @11ty/eleventy &&
agate --content _gemini --addr 0.0.0.0:1965 --hostname localhost
```