Giter Site home page Giter Site logo

manavsehgal / opentheme Goto Github PK

View Code? Open in Web Editor NEW
148.0 148.0 201.0 7.54 MB

Powerful new theme featuring Semantic UI for speedily creating amazing websites and mobile-hybrid apps on GitHub Pages.

License: MIT License

CSS 7.62% Shell 0.27% JavaScript 8.42% Ruby 1.18% HTML 82.51%

opentheme's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @manavsehgal
  • ๐Ÿ‘€ Iโ€™m interested in Python, Growth Hackiing, and AI
  • ๐ŸŒฑ Iโ€™m currently (re)learning Python, Streamlit
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on rapid development in Python
  • ๐Ÿ“ซ How to reach me https://www.linkedin.com/in/manavsehgal/

opentheme's People

Contributors

manavsehgal avatar msehgal-rms avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

opentheme's Issues

Set-up doesn't work (Windows)

Steps:
Bundle Install (ran without error)
npm install (ran without error)
ran "gulp" :
"ReferenceError: primordials is not defined in node" error came up.
I fixed it by upgrading to gulp 4.0
ran "gulp" again:
"libsass bindings not found when using node-sass in nodejs" error appeared.
I fixed it by running: "npm uninstall --save-dev gulp-sass" and then: "npm install gulp-sass --save-dev"

I then ran "gulp" again:
assert.js:385
throw err;
^

AssertionError [ERR_ASSERTION]: Task function must be specified
at Gulp.set [as _setTask] (C:\Users\Logan\Documents\GitHub\opentheme\node_modules\undertaker\lib\set-task.js:10:3)
at Gulp.task (C:\Users\Logan\Documents\GitHub\opentheme\node_modules\undertaker\lib\task.js:13:8)
at Object. (C:\Users\Logan\Documents\GitHub\opentheme\gulpfile.js:36:6)
at Module._compile (internal/modules/cjs/loader.js:1133:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1153:10)
at Module.load (internal/modules/cjs/loader.js:977:32)
at Function.Module._load (internal/modules/cjs/loader.js:877:14)
at Module.require (internal/modules/cjs/loader.js:1019:19)
at require (internal/modules/cjs/helpers.js:77:18)
at execute (C:\Users\Logan\AppData\Roaming\npm\node_modules\gulp-cli\lib\versioned^4.0.0\index.js:36:18) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='

This error appeared which seems to be an issue with the code? Couldn't debug further.

Problem with gulp process

Hello this looks brilliant. I've installed all npm and ruby dependencies, adjusted the config.yml, etc - and am still getting this error:

$ gulp
[gulp] Using gulpfile c:\Users\Stacey\Documents\GitHub\101spanishverbs\gulpfile.
js
[gulp] Starting 'sass'...
[gulp] Starting 'jekyll-build'...
[gulp] Starting 'watch'...
[gulp] Finished 'watch' after 592 ms

events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:980:11)
at Process.ChildProcess._handle.onexit (child_process.js:771:34)

Does the Jekyll flash plugin work?

I see you've already integrated the very cool YouTube iframe based plugin. Awesome. But how about the Flash one? Sad reality for many of us devs is that we still have a ton of Flash based content. In my case, this new site is dedicated to showcasing all my old junk for free, whereas my new sites are all HTML5.

I'll try using the current Jekyll flash plugin and post any results here, but wondered if you've thought of doing an integration directly in your OpenTheme plugins.

Configuration/Design Question

Hello. I like the theme but having problems customizing. Check out hurrells-ca.github.io.

20151002: First problems are:

  • I am a new user of jekyll and github. I have the basics figured out but am not a website coder.
  • Not able to locate header material above contents of index.html. Header-3d seems to be in css/main.min.css but that file is un-readable and difficult to edit.
  • Where is the mailchimp integration and how do I get rid of that header part?
  • The rest of index.html is pretty understandable and editable.
  • Is there a clean version?

20151002: Uncompressed main.min.css & starting to understand _config.yml.

  • I have uncompressed main.min.css now so that I can edit it as needed.
  • Starting to customize _config.yml.

20151003: I just figured out the stuff I want to change is in the _includes dir.

  • Editing a bunch of stuff in _includes header.html, footer.html
  • I think I like this code....

gulp: command not found

Hi;
I know it's for sure my lack of knowledge of those techno but
I'm using NPM 1.3.10 on Ubuntu 14.04 with Ruby 2.3.0
i'd followed this step

For local use with gulp
Install gulp-install as a development dependency:
npm install --save-dev gulp-install

which I found here : https://www.npmjs.com/package/gulp-install

when i'm at the root of openthemes project and launch gulp as you mention into your README.md
I have gulp : command not found.

Thanks for your help!

Jonathan

Trim semantic.min.css to only what is actually used

I know right now you are using the kitchen sink which requires all of semantic.min.css - but that is a 400KB file, minified! Yikes!!

I suggest for your theme itself, you get rid of this bloated file - run the CSS through Addy Asmoni's UnCSS https://github.com/addyosmani/grunt-uncss - and use the trimmed version as your main CSS file. Then link to the bloated version on the kitchen sink only - making a note to users that they will need to add this file if they want the full tamale.

400KB is worse than Bootstrap, agghh! :)

I'll probably do this myself (the grunt uncss) - and can upload my file after I do that.

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.