nikola icon indicating copy to clipboard operation
nikola copied to clipboard

A static website and blog generator

Results 75 nikola issues
Sort by recently updated
recently updated
newest added

### Environment **Python Version:** any **Nikola Version:** v8.2.4 **Operating System:** any ### Description: KaTeX is out of date and could use an upgrade, as newer versions support the common `align*`...

bug

### Environment **Python Version:** 3.10.12 **Nikola Version:** 8.2.4 **Operating System:** Pop!_OS 22.04 (derived from Ubuntu 22.04) ### Description My generated front page has several `` tags in it, one for...

question
minor

### Environment **Python Version:** 3.10.7 **Nikola Version:** 8.2.4 **Operating System:** Windows 11 ### Description I'm new to Nikola and have been simultaneously trying to follow both the [Creating a Site...

bug

### Environment **Python Version:** 3.10 and 3.11 **Nikola Version:** 8.2.3 **Operating System:** macOS Ventura (13.2.1) ### Description: ``` > nikola build Scanning posts........done! . render_taxonomies:output/archive.html . render_taxonomies:output/authors/index.html . render_taxonomies:output/categories/index.html ....

bug
someone else's bug

## Environment **Python Version:** 3.10.6 **Nikola Version:** git latest (commit 483ffd8f Wed Mar 1 22:52:02 2023) **Operating System:** Linux Pop!_OS 22.04 LTS (Derived from Ubuntu 22.04) **Browser:** Firefox 110.0. ##...

bug

### Environment **Python Version:** Python 3.11.3 (main, Apr 7 2023, 19:29:16) [Clang 14.0.0 (clang-1400.0.29.202)] on darwin Installed from Homebrew **Nikola Version:** Nikola 8.2.4 **Operating System:** macOS Monterey 12.6.5 ### Description:...

bug
someone else's bug

### Environment **Python Version:** 3.11 **Nikola Version:** 8.2.3 **Operating System:** MacOS ### Description: If there is an emoji in the posts content, the html will silently not be generated when...

bug
awaiting response
can't reproduce

### Environment **Python Version:** 3.10.10 **Nikola Version:** 8.2.3 **Operating System:** Arch Linux ### Description: I have a bilingual (English and Urdu) blog, and recently I published an Urdu post without...

bug

# Environment. ```bash $ python -V Python 3.10.8 $ pip freeze | grep Nikola Nikola==8.2.3 $ cat /etc/os-release NAME="Arch Linux" PRETTY_NAME="Arch Linux" ID=arch BUILD_ID=rolling ANSI_COLOR="38;2;23;147;209" HOME_URL="https://archlinux.org/" DOCUMENTATION_URL="https://wiki.archlinux.org/" SUPPORT_URL="https://bbs.archlinux.org/" BUG_REPORT_URL="https://bugs.archlinux.org/" PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/"...

feature request

### Environment Nikola v8.2.3 ### Description: When defining ``` NAVIGATION_LINKS = { DEFAULT_LANG: ( ("/", "Home"), ("/#some-anchor", "Subsection"), ), } ``` this link for “Subsection“ is resolved wrong for sibling...

bug