Questions tagged [ikiwiki]

8 questions
5
votes
1 answer

Slow ikiwiki after first run

I have local ikiwiki on my notebook (with apache as local webserver). When I save an edit the first time after booting and logging in, saving is very slow (but the second time saving is at normal speed). Any idea how to fix this? Edit: Click edit…
student
  • 17,875
  • 31
  • 103
  • 169
3
votes
1 answer

Syntax highlighting of latex code blocks in ikiwiki

Is it possible to get syntax highlighting for LaTeX code blocks in ikiwiki (just something like it is automatically done in tex.sx)? To avoid misunderstandings: I don't mean math output produced for example by mathjax. I want to document…
student
  • 17,875
  • 31
  • 103
  • 169
2
votes
0 answers

Problem with encrypting /var/www and ikiwiki

I tried to encrypt /var/www with encfs. To do so I did following: mv /var/www /var/www.bak mkdir /var/www_enc encfs --public /var/www_enc /var/www cp -a /var/www.bak/* /var/www/ /etc/init.d/apache2 restart I tried it with my local ikiwiki…
student
  • 17,875
  • 31
  • 103
  • 169
2
votes
0 answers

Add math delimiters in ikiwiki and mathjax

In my ikiwiki + pandoc + mathjax setup the delimiters $ for inline math and $$ for display math are currently recognized. How can I add additional delimiters, for example \( and \) for inline and \[ and \] for display math? Note that I already…
Anna19
  • 33
  • 3
2
votes
2 answers

Wikilink to a symbolic link in ikiwiki

I am running an ikiwiki for my personal use on my laptop via apache2 (os: ubuntu 10.04). If I want to make a link to a local pdf-file I put the file into my scrdir and use the usual wikilink syntax. However if I put only a symbolic link into the…
student
  • 17,875
  • 31
  • 103
  • 169
1
vote
0 answers

Issue in building SLES15 Image with KIWI + OpenSUSE13.2

I am new to Kiwi and Linux. I am trying to build a SLES 15 SP4 image from openSUSE13.2 machine through Docker 1.91 Docker base is SLES15SP4 with Kiwi 9.24. openSUSE machine does not have internet and repos point to a local network machine. When I…
Rahul
  • 11
  • 2
1
vote
1 answer

Using ikiwiki via command line: Workflow and permission problem

I use my ikiwiki for personal notes only on my laptop locally (the html pages are under ~/public_html/mywiki) and now I am trying to edit it with emacs and push from command line. I have some questions about this: Is the following workflow…
Anna19
  • 33
  • 3
1
vote
2 answers

Why do I need 3 git repositories for ikiwiki if I want to commit locally

If I have a local ikiwiki on my laptop I need a "repository" directory (mywiki.git - a bare repository), a "scrdir" (myiki a git repository) and a place where the produced html files go ("destdir") to run it properly from a web browser locally.…
student
  • 17,875
  • 31
  • 103
  • 169