Giter Site home page Giter Site logo

lopes / zola.386 Goto Github PK

View Code? Open in Web Editor NEW
102.0 102.0 21.0 1.07 MB

Port of BOOTSTRA.386 for Zola.

License: MIT License

CSS 0.27% JavaScript 22.96% HTML 74.71% SCSS 2.06%
386 80s 90s bootstrap cli css dialog edit html javascript msdos retro rust rust-lang static-site static-site-generator tera toml zola zola-theme

zola.386's People

Contributors

0xflotus avatar eknowlton avatar iammattcoleman avatar kenfehling avatar lopes avatar newbytee avatar tshepang 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  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

zola.386's Issues

Unable to build or serve when draft = true

Hey, I get the following error when I set draft = true

Error: Failed to render pager 1
Reason: Failed to render 'index.html'
Reason: Function call 'get_taxonomy' failed
Reason: `get_taxonomy` received an unknown taxonomy as kind: categories

Error disappears when draft = false.

Would be nice if this was fixed because I need draft posts.

No Hello World: better intro docs.

Totally new to Zola. I use the Borland/386/blue theme for everything. I love that you already did this work. However,

Following the zola tutorial, I can get to zola serve, when I add

themes = "zola.386"

to my config.toml, and add the submodule I'm getting

Error: Failed to serve the site
Error: Failed to render section '/home/ecarroll/website/zola/content/_index.md'
Error: Reason: Failed to render 'index.html'
Error: Reason: Variable `config.extra.keywords` not found in context while rendering 'index.html'

This is a bit obtuse. Not sure what the problem is.

Tasks

  • Add more spacing between description and first post in index
  • Allow taxonomies and date to be optional on each post
  • Make config.extra.image to be optional
  • Improve documentation
  • Implement shortcodes (at least for images)
  • Adjust left alignment on mobile
  • Adjust post labels (author, date, reading time) on mobile
  • Make sidebar fixed
  • Turn each title on posts into links
  • Navbar: fix bug in Home href (double /)
  • Implement search

Issue with clickable zone on the "Read More" buttons

I've noticed one small issue, the clickable zone on the "Read More" button is not working properly. You can't click the top half of the button.

I've drawn a red border around the clickable zone:

image

If you click outside of this rectangle, it doesn't work.

Tested on Firefox and Vivaldi

Lists don't work.

Lists don't work there are no bullets at all, or numbers on numbered lists. I can't see this being desirable.

1. Build an image.
2. Launch a container from the image. 
3. Attach to the container.

Renders as

list

Perhaps related to kristopolous/BOOTSTRA.386#51

not an issue: freaking love this theme

you're such an amazing designer!!!!!! i won't use this for my personal blog today but please know i am obSESSED with this gorgeous zola theme. thank you for gifting the world your creativity!

Config default lang update

I love your theme. I'm going to use it. Thank you for putting it together.

I went to clone the repo, and serve the site with zola serve but ran into a issue.

 ✘ ethan@edison  ~/Projects
 ➜ git clone https://github.com/lopes/zola.386 knowlton-dev
Cloning into 'knowlton-dev'...
remote: Enumerating objects: 166, done.
remote: Counting objects: 100% (166/166), done.
remote: Compressing objects: 100% (125/125), done.
remote: Total 166 (delta 60), reused 130 (delta 35), pack-reused 0
Receiving objects: 100% (166/166), 1.05 MiB | 1.64 MiB/s, done.
Resolving deltas: 100% (60/60), done.
 ethan@edison  ~/Projects
 ➜ cd knowlton-dev
 ethan@edison  ~/Projects/knowlton-dev   master
 ➜ zola serve
Building site...
Checking all internal links with anchors.
> Successfully checked 0 internal link(s) with anchors.
-> Creating 3 pages (1 orphan), 0 sections, and processing 1 images
1 page(s) ignored (missing date or weight in a sorted section):
- /home/ethan/Projects/knowlton-dev/content/unlisted.md
Error: Failed to render page '/home/ethan/Projects/knowlton-dev/content/sem-nulla.md'
Reason: Failed to render 'page.html' (error happened in 'index.html').
Reason: Variable `config.default_language` not found in context while rendering 'page.html'

I found this issue with getzola/zola#1442

Seems config.default_language is asscess by just lang now?

I replaced config.default_language with lang and it built and served as expected.

<html lang="{% if page.extra.lang %}{{ page.extra.lang }}{% else %}{{ config.default_lang }}{% endif %}" itemscope itemtype="http://schema.org/Blog">langlang

<html lang="{% if page.extra.lang %}{{ page.extra.lang }}{% else %}{{ lang }}{% endif %}" itemscope itemtype="http://schema.org/Blog">

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.