mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-06 07:05:59 +00:00
Merge pull request #997 from eikek/fix/zola-build
Update website to zola 0.13.0
This commit is contained in:
commit
0d05cb01ca
@ -26,7 +26,7 @@ demo data =
|
|||||||
p []
|
p []
|
||||||
[ Markdown.toHtml [] data.info
|
[ Markdown.toHtml [] data.info
|
||||||
]
|
]
|
||||||
, div [ class "mt-5" ]
|
, div [ class "mt-5 columns is-centered" ]
|
||||||
[ video
|
[ video
|
||||||
[ src data.url
|
[ src data.url
|
||||||
, controls True
|
, controls True
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
let
|
let
|
||||||
nixpkgs = builtins.fetchTarball {
|
nixpkgs = builtins.fetchTarball {
|
||||||
## need fix to zola-0.11.0 for now
|
#url = "channel:nixos-21.05";
|
||||||
url = "https://github.com/NixOS/nixpkgs/archive/92e990a8d6bc35f1089c76dd8ba68b78da90da59.tar.gz";
|
url = "https://github.com/NixOS/nixpkgs/archive/2d6ab6c6b92f7aaf8bc53baba9754b9bfdce56f2.tar.gz";
|
||||||
|
#sha256 = "0l975q132x08qvw73qj391dl6qk9a661my8njcg5sl5rcmna3bmj";
|
||||||
};
|
};
|
||||||
pkgs = import nixpkgs { };
|
pkgs = import nixpkgs { };
|
||||||
in
|
in
|
||||||
|
@ -40,10 +40,10 @@ likely you want to change these to match your use-case/setup.
|
|||||||
|
|
||||||
{% infobubble(mode="info", title="⚠ Please note") %}
|
{% infobubble(mode="info", title="⚠ Please note") %}
|
||||||
|
|
||||||
Please have a look at the [configuration
|
Please have a look at the [configuration page](/docs/configure/) page,
|
||||||
page](@/docs/configure/_index.md) page, before making docspell
|
before making docspell publicly available. By default, everyone can
|
||||||
publicly available. By default, everyone can create an account. This
|
create an account. This is great for trying out and using it in an
|
||||||
is great for trying out and using it in an internal network. But when
|
internal network. But when opened up to the outside, it is recommended
|
||||||
opened up to the outside, it is recommended to lock this down.
|
to lock this down.
|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
@ -13,7 +13,9 @@ your documents. It is targeted at "power users" and it needs to be
|
|||||||
enabled explicitely in your user settings.
|
enabled explicitely in your user settings.
|
||||||
|
|
||||||
<div class="colums">
|
<div class="colums">
|
||||||
|
|
||||||
{{ figure(file="enable-powersearch.png") }}
|
{{ figure(file="enable-powersearch.png") }}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
This changes the search bar on the items list page to expect a query
|
This changes the search bar on the items list page to expect a query
|
||||||
|
Loading…
x
Reference in New Issue
Block a user