-
## Current
- Theme Gallery is broken (https://plantuml.com/theme-gallery) which is linked from
![image](https://user-images.githubusercontent.com/2981167/136680139-38153f7a-c1c4-48c8-a930-fa5c948…
-
Hi! I noticed a few apps that want to or are following your UI. So far I've found dongleauth and your app but soon it might also be for https://github.com/duffn/dumb-password-rules/issues/114.
It w…
-
Currently, if deployment of documentation is done with github action, like this:
```
- name: Deploy API documentation to Github Pages
uses: JamesIves/github-pages-deploy-action@3.7.1
…
-
I'd really love a `json_parse` filter. The below code does not work to convert a json file to a server-side liquid object. It is however, very possible to convert a json file to a javascript variable,…
-
mozac.org could use a refresh to make our component's status/guides/blog standout more.
There are some free Jekyll themes we could check out:
- https://jekyllthemes.io/
- http://jekyllthemes.org/
…
-
I think it would be most appropriate to incorporate the capability of the program [Open in Browser](https://github.com/Rob--W/open-in-browser) into metablocks as follows:
```
// @filetype text/xml…
-
Hi, I wanna serve the site locally, to try adding new lang `ar`, but I'm new to `ruby` and `jekyll`
![image](https://user-images.githubusercontent.com/54203033/195881710-793cfd86-686a-41be-9071-27e…
-
# Static Site Generators
Static site generators (SSGs) are tools that generate static HTML, CSS, and JavaScript files from templates and content files.
- [1. Category](#1-category)
- [1.1. SS…
-
Upon vising the shared URL in the repo, I came across ERROR 404. Does the page not exist? Please have a look. [ref](https://cs50.readthedocs.io/jekyll-theme-cs50/)
-
I changed line 135
` filename = f'tweets_{dt.year}-{dt.month:02}.md'`
to
`
filename = f'{dt.year}-{dt.month:02}-01-Tweet-Archive-{dt.year}-{dt.month:02}.md'
`
To get nicer filenames that…