Git Product home page Git Product logo

Comments (2)

dinever avatar dinever commented on September 14, 2024

Hi Chris,

Sorry for the bug. Now I have fixed the attribute error and published a newer version 0.9.8. Please update crotal and try again.

Please notice that crotal has changed the template engine from Jinja2 to Mako due to performance. So the template you used in 0.6.0 may not be working anymore.

However, you can create a new site using the newer version crotal, and move your posts into the newer site folder.

crotal init new_site

Move the posts into the newer site folder.

cp -rf old_site/source/* new_site/source/

Generate the site.

cd new_site
crotal generate -f
crotal server

Also, please notice that the port number has changed from 8000 to 1124 due to conflicts with other service. However, you can change the port manually by this:

crotal server -p 8088

Thank you for your interest in this project and wish you a pleasant day!

Ding

from crotal.

crsqq avatar crsqq commented on September 14, 2024

Dear Ding,

site generation works fine with the new version (0.98). Thank you so much for the quick response and the bug fix!
But as you supposed: my old template is broken. However, the new default template looks fine, too! Gotta adjust this over the weekend.. :)

Regards,
Chris.

from crotal.

Related Issues (10)

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.