-
I tried to run `brew install --HEAD universal-ctags/universal-ctags/universal-ctags` on macOS 10.14.6 but results :
```
==> Installing universal-ctags from universal-ctags/universal-ctags
==> Clo…
-
### `brew config` output
```shell
HOMEBREW_VERSION: 3.1.0
ORIGIN: https://github.com/Homebrew/brew
HEAD: ccb05e5e0b7b925c3d6b531fa43b016fa4d0b72a
Last commit: 3 hours ago
Core tap ORIGIN: https:/…
-
I am using the Sam theme for my Zola project. I added the theme to my project with
```
git submodule add https://github.com/janbaudisch/zola-sam.git themes/sam
```
However, I am receiving the fol…
-
I am making a [Zola](https://github.com/getzola/zola)(static site generator built with rust) startpage theme and I would like to add some awesome functionality that would allow the user to type `rs ` …
-
Line 66 of `function.rs` has this error check for the Range function:
``` rust
if start > end {
return Err(Error::msg(
"Function `range` was called without a `start` arg…
-
# Trying to convert my hugo theme [Granite](https://github.com/Th3Whit3Wolf/granite)(based on [Slate](https://github.com/gesquive/slate))
### Environment
Zola Version: 0.9.0
## Issues I'm hav…
-
tentei rodar e ...
estou lendo a doc do ZOLA, mas de qualquer modo, segui o readme. tem algo faltando. ;)
```bash
$./zola serve
Building site...
Error: No `theme.toml` file fo…
-
## Expected Behavior
I would like to have support for math notation such as [katex](https://katex.org/) or [mathjax](https://www.mathjax.org/).
## Current Behavior
There is no support for this…
-
we need to run this command in a docker so it doesnt die of gem dependency
```
brew bump-formula-pr \
--strict minikube \
--revision="${revision}" \
--message="This PR was automatically …
-
Are we sure want to use Jekyll generator? I'm ok if we decide to stay with it, but want to make sure that it was seriously considered.
My only functional issue with Jekyll so far is that it require…