Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NexT v8 Roadmap #3

Closed
22 of 47 tasks
stevenjoezhang opened this issue Apr 7, 2020 · 9 comments
Closed
22 of 47 tasks

NexT v8 Roadmap #3

stevenjoezhang opened this issue Apr 7, 2020 · 9 comments

Comments

@stevenjoezhang
Copy link
Member

stevenjoezhang commented Apr 7, 2020

Previous Roadmap

NexT v7 Roadmap theme-next/hexo-theme-next#67
NexT v7.5 Roadmap theme-next/hexo-theme-next#809

Requested Features

Known Issues

截屏2020-06-08 上午10 59 49

Miscellaneous

Deprecated Features

Hexo 5.0 (hexojs/hexo#4423)

Hexo 5.x

Help Wanted

To be Discussed


Please feel free to leave your thought in comments (or edit this post directly if u have permissions).

@stevenjoezhang stevenjoezhang pinned this issue Apr 7, 2020
@stale
Copy link

stale bot commented May 7, 2020

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.

@github-actions
Copy link

This issue has been added to the latest roadmap.

@stevenjoezhang stevenjoezhang added this to the 9.0.0 milestone Aug 24, 2020
@stevenjoezhang
Copy link
Member Author

stevenjoezhang commented Dec 11, 2020

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

@stevenjoezhang
Copy link
Member Author

stevenjoezhang commented Dec 11, 2020

@stevenjoezhang

This comment has been minimized.

@stevenjoezhang

This comment has been minimized.

@stevenjoezhang
Copy link
Member Author

stevenjoezhang commented Sep 5, 2021

@stevenjoezhang stevenjoezhang mentioned this issue Sep 7, 2021
28 tasks
@stevenjoezhang
Copy link
Member Author

Superseded by #366

@stevenjoezhang stevenjoezhang unpinned this issue Sep 7, 2021
@stevenjoezhang stevenjoezhang modified the milestones: 9.0.0, 8.8.0 Sep 7, 2021
@github-actions
Copy link

github-actions bot commented Sep 8, 2022

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant