Git Product home page Git Product logo

material-bliss-jekyll-theme's Issues

ERROR `/assets/js/bundle.js' not found.

I was creating my jekyll website using this theme, and when I was running it using jekyll serve, it gives me the following error:


WARN: Unresolved specs during Gem::Specification.reset:
      ffi (< 2, >= 0.5.0)
WARN: Clearing out unresolved specs.
Please report a bug if this causes problems.
Configuration file: /Users/alex/github/Phantom-Page/_config.yml
       Deprecation: The 'gems' configuration option has been renamed to 'plugins'. Please update your config file accordingly.
            Source: src
       Destination: public
 Incremental build: disabled. Enable with --incremental
      Generating... 
                    done in 0.712 seconds.
 Auto-regeneration: enabled for 'src'
    Server address: http://127.0.0.1:4000/
  Server running... press ctrl-c to stop.
[2018-06-13 22:06:48] ERROR `/assets/js/bundle.js' not found.
[2018-06-13 22:06:52] ERROR `/assets/js/bundle.js' not found.

Key related_posts cannot be set in the drop.

When I run the ./build-prod.sh
it shows ERROR: YOUR SITE COULD NOT BE BUILT: ------------------------------------ Key related_posts cannot be set in the drop.

What should I do? Thanks

Using cookies for theme button

Hello
Could it be possible to save theme in cookies? I've checked that this bool is enough to be changed to make the page start in light theme:

diff --git a/react-dev/components/app.js b/react-dev/components/app.js
index ad93844..e2bb1da 100644
--- a/react-dev/components/app.js
+++ b/react-dev/components/app.js
@@ -85,7 +85,7 @@ const lightMuiTheme = getMuiTheme(null, {
 export default class App extends Component {
   constructor(props) {
     super(props);
-    this.state = { dark: true };
+    this.state = { dark: false };
   }

Maybe it isn't hard to attach a cookie to it?

Using with Github Pages

Hello
I'm trying to use the theme with Github Pages. Are there any advice for doing this? The site doesn't build because it cannot find icon-github.html (automatic mail from Github). I've commited asseds/js etc. – things that are build by node. Locally bundle exec jekyll serve works, but plain jekyll serve fails at gem 'jekyll-assets'. (Bundler::GemRequireError). I did gem install jekyll-assets (OS X).

./build-dev.sh command results in error

Running the dev command results in this error output -

Warning: Material-UI: userAgent should be supplied in the muiTheme context for server-side rendering.
Warning: validateDOMNesting(...): Text nodes cannot appear as a child of <html>. See Default > html > #text.
Warning: validateDOMNesting(...): <script> cannot appear as a child of <html>. See Default > html > script.
null
null
sed: 1: "src/_layouts/post.html": unterminated substitute pattern

Suggestion

Search is a useful function.

Could you or how can I move the search bar to homepage's header? (Actually there's so empty that it's a good place for search bar)

img

Btw, I love Rust ; )

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.