-
Hello @mithro and @eine.
I think that you both know very well the FOSS ecosystem, but I know that you have predilections :P (Verilog and VHDL, of course). Would you check the following categorized …
-
or setup CI/CD that automatically build github.io pages for every push in this master repo.
oleng updated
4 years ago
-
when hosting on github, i believe this file is recommended to prevent github
from needlessly running jekyll:
- https://github.blog/2009-12-29-bypassing-jekyll-on-github-pages
- https://github.com…
ghost updated
5 years ago
-
What are the npm modules used and where should they be installed?
```
jose@pop-os:~/codes/projects/quickstart$ git submodule update --init --recursive
Submodule 'assets/css/bulma' (https://github…
jrdot updated
5 years ago
-
We want to get ourselves better docs than those we have on the GitHub wiki at the moment.
We need to decide which documentation system to use, where to host it, and so on. Let's use this issue to m…
-
Hi there
Ive tried the SwupScrollPlugin so i ould scroll pages on transition and (after much longer than id like to admit) ive narrowed down that i have no idea what im doing wrong here.
Ive set up …
-
### Possible options for static site generators:
1. **Jekyll**. This is a well maintained option with 855 Github contributors, with contributions within the last month. Jekyll is written in Ruby, a…
-
It would be nice if we could specify external file(s) where the extra variables are stored, similar to extra_css and extra_javascript:
#### mkdocs.yml
```yaml
extra_yml:
- data.yml
```
###…
-
Markdown files used by Tusk would be more easily repurposed as-is if the metadata key-value pairs which sit in the tail of the document were expressed in the head of the document followed by a `---` w…
-
Decided to see how OCaml would do, and since my computer is old and slow I got a baseline first with `fib.nim` for nim (the unoptimized one) and I got *very* different times:
```zsh
╰─➤ time nim cp…