Coder Social home page Coder Social logo

NexT v8 Roadmap about hexo-theme-next HOT 9 CLOSED

next-theme avatar next-theme commented on July 20, 2024 4
NexT v8 Roadmap

from hexo-theme-next.

Comments (9)

stale avatar stale commented on July 20, 2024

This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You can also use our support channels to get help with the project.

from hexo-theme-next.

github-actions avatar github-actions commented on July 20, 2024

This issue has been added to the latest roadmap.

from hexo-theme-next.

stevenjoezhang avatar stevenjoezhang commented on July 20, 2024

Migrate from Stylus to Sass

random(255) random-color iissnan/hexo-theme-next@7b99487
@use sass/sass#2750
@import in @if sass/sass#451
Dynamic import

@use "sass:meta";
@include meta.load-css('_variables/' + hexo-config('scheme'));

Then update Bootstrap color

find . -name "*.styl" -exec rename 's/\.styl$/.scss/' '{}' \;

# source/css/_variables/base.scss
(\$.*?)\.(default|primary|info|success|warning|danger)
map.get($1, '$2')

(--.*?: )(\$.*?);
$1#{$2};

sass-migrator module --verbose --migrate-deps source/css/main.scss

from hexo-theme-next.

stevenjoezhang avatar stevenjoezhang commented on July 20, 2024

Other comment systems

from hexo-theme-next.

stevenjoezhang avatar stevenjoezhang commented on July 20, 2024

Load Creative Commons icon via CDN

See also
theme-next/hexo-theme-next#1610
https://github.com/creativecommons/creativecommons.org
https://creativecommons.org/about/downloads/

Fixed in #267
#242

from hexo-theme-next.

stevenjoezhang avatar stevenjoezhang commented on July 20, 2024

Image caption of pandoc and fancybox

iissnan/hexo-theme-next#443
.figure .caption is for pandoc html4 syntax, in html5 it should be figure figcaption. theme-next/hexo-theme-next#145 (comment)
theme-next/hexo-theme-next#1017
theme-next/hexo-theme-next#1525
#356

Need to test:

  • asset_img tag
  • Markdown image
    • Renderer
      • pandoc
      • marked
    • Attr
      • title
      • alt

Fancybox enabled

Fixed in c377515

from hexo-theme-next.

stevenjoezhang avatar stevenjoezhang commented on July 20, 2024

Upgrade firebase https://firebase.google.com/docs/web/modular-upgrade

https://caniuse.com/es6-module

from hexo-theme-next.

stevenjoezhang avatar stevenjoezhang commented on July 20, 2024

Superseded by #366

from hexo-theme-next.

github-actions avatar github-actions commented on July 20, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. It is possible issue was solved or at least outdated. Feel free to open new for related bugs.

from hexo-theme-next.

Related Issues (20)

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.