Code Monkey home page Code Monkey logo

Comments (3)

rbarilani avatar rbarilani commented on May 18, 2024 3

Hi @dokinchan thanks for your feedback. There is a lot to answer so I will try one by one.

I like this theme so I want to use it, but it is kind of difficult to use in normal way like- install hexo and just add the sources in theme directory and set up the _config.yml - ....

You are right this theme it's in someway atypical... we push users to use NPM to manage the theme and provide customization entry point that don't require touching theme sources. This is done because we want users being able to update to newer version(s) of the theme by using npm, not copy and paste or GIT. If we were using the normal Hexo approach and user modified is local version of the theme, it will be hard for her/him to update to new releases.

After with the quick start way, I added a theme in the themes folder and changed theme tested,
hopefully it worked - only after remove the swagger files.
is there any way to set the config using swagger or not ?

Can you open a specific issue describing this problem? With the steps to reproduce the problem, it will help us to keep track of this unexpected behaviour.

Can you please explain more about this theme's directories and structure ?

I suggest you to know more about internals to have a look to the Development section in our README, but in any case the main differences between this theme and the "usual" blog themes are:

  • css and js are precompiled (is not Hexo compiling them on runtime but we as maintainers prepare them)
  • the most interactive parts of the layout such as search, navigation, etc. are React components... so to update them the theme must be "re-compiled"
  • the theme add also some hexo plugin for managing search, swagger, etc.
  • the theme doesn't use "posts" but just "pages"

and I use Korean language but the search doesn't support it. How can I make it through?

Can you open a specific issue for that?

also I wonder
is there any command sentence instead of using (hexo new post "title" ) ? and updating navigation file command?

No there isn't but we are open to suggestions how it should look like.

and I tried the scss file update but faild,
so I tried to edit the css file directly but it doesn't updated... do you know why?

Yes is related to compilation, refer to the development section to know how to recompile.

If you want to override style there is also another way. You can provide partials that will be included in the layout and there you can use <link> to include css files, extra js files. etc.... check this out

from hexo-theme-doc.

rbarilani avatar rbarilani commented on May 18, 2024

@dokinchan Can I close this issue?

from hexo-theme-doc.

rbarilani avatar rbarilani commented on May 18, 2024

Closing. @dokinchan Feel free to reopen-it.

from hexo-theme-doc.

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.