Giter VIP home page Giter VIP logo

anpu-zola-theme's People

Contributors

adelbertc avatar alex-tan avatar coriolinus avatar semanticdata avatar zbrox avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

anpu-zola-theme's Issues

taxonomy_list.html cannot be rendered

when I do:

$ zola init
$ git clone https://github.com/zbrox/anpu-zola-theme.git themes/anpu
$ cp -r themes/anpu/content/* content/
$ cp themes/anpu/config.toml .
$ zola serve

i get error:

Building site...
Checking all internal links with anchors.
> Successfully checked 0 internal link(s) with anchors.
-> Creating 3 pages (0 orphan) and 1 sections
Error: Failed to render a list of tags page.
Reason: Tried to render `taxonomy_list.html` but the template wasn't found

$ zola --version
zola 0.15.2

What am I doing wrong?

Can't get tags to work (404)

Hi there, I'd like to use your theme and tried to integrate it in mine by following your READ.ME
and did everything what is mentioned there. So I started a new project by running zola initsaid yes to everything and then cloned this repo into my themes directory and also edited my config.toml - which now looks like this:

base_url = "https://example.com"

compile_sass = true
build_search_index = true

theme = "anpu"

taxonomies = [
    { name = "categories", rss = true},
    { name = "tags", rss = true},
]

[markdown]
highlight_code = true

[extra]
anpu_menu_links = [
    { url = "$BASE_URL/about/", name = "About" },
    { url = "$BASE_URL/tags/", name = "Tags" },
]
anpu_date_format = "%e %B %Y"

So pretty much the same and without overwriting it this should be it right? But if I follow the tags link in the main menu all I get is

404: Page not found
Sorry, this page doesn't seem to exist.

am I missing something which needs to be done in order to have this site by itself start working? I haven't put any blog posts in it yet or did anything beside the things I've mentioned - although I have tried overwriting the file by putting them in the same structure in my site.

I appreciate any help and than you :)

zola themes site generating script is reporting missing screenshot.png

zola themes site generating script is reporting missing screenshot.png

git clone https://github.com/getzola/themes
cd ~/.dev/themes
git submodule foreach --recursive git reset --hard
git reset --hard
git pull
git submodule update --init --recursive
git submodule update --remote --merge
mkdir -p ~/themes-docs
python generate_docs.py ~/themes-docs
============================================================
ERROR SUMMARY:
------------------------------------------------------------
Theme 'anpu' is missing screenshot.png.
------------------------------------------------------------
============================================================

dark mode

Thanks for the great theme! I wonder how hard it is to add support for dark mode? Similarly to how it is done in the "hook" theme: https://github.com/InputUsername/zola-hook Trying to estimate whether it is doable for me (I am not a web person at all).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.