Giter Site home page Giter Site logo

ed's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @elotroalex
  • ๐Ÿ‘€ Iโ€™m interested in digital humanities
  • ๐ŸŒฑ Iโ€™m currently learning React
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on non-profit projects that help people in moments of need.
  • ๐Ÿ“ซ You can find me almost anywhere by @elotroalex.

ed's People

Contributors

elotroalex avatar johanngillium avatar sagarjauhari avatar tcatapano 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

ed's Issues

New Items for Documentation

  • Remind users to be inside folder before using Bundler
  • Add section for editing homepage
  • Add section for customizing YAML front-matter and using it across the site.

Sidebar popout realigns text as reading

The sidebar popout method realigns current position within the text, which makes for a disorientating reading experience if one needs to access functionality within the sidebar. I would suggest that this should be changed to some kind of popover mechanism that doesn't realign the current page.

Clicking sidebar toggle returns page to top.

On a long text, clicking the sidebar toggle jumps the page back to the top and loses your place. (For a long text, with a table of contents, I was interested to see if the ToC would appear int he sidebar.)

Trying to insert images in .md files in _texts

I created a folder called img in assets, and I put something like this in the kramdown file:

![tulip](/assets/img/tulip.jpg)

but my image doesn't display. I think I have to change something in default.html and maybe something in a css file but I'm not sure where. I'm pretty new at this.

And thank you for creating Ed. I love it.

text width

I love Ed and have written 1/3 of a book for a physics class in it in 10 chapters (files) so far. I appreciate everything about it but I cannot figure out how to do one simple thing:

I would like to make the body text width in the presentation a little bit wider.

I've played a bit but cannot fine an easy way to to this and would appreciate a hint!

thanks
Ray

trying to get going, but stumbling...

hi
I'm trying to get this going on three macs.

I have an Ed directory made and when I try to start the installation process, I run into consistent issues on all three computers. I'd really appreciate some help. May I bore you with a transcript? The issues appear to be with Ruby?

Thanks
Chip Brock

chiphome:QS&BBmanuscript chipbrock$ cd /Users/chipbrock/Dropbox/ImmediateWork/_writing/QSandBB/QS&BBmanuscript/git-ed/ed
chiphome:ed chipbrock$ ls
404.html _includes atom.xml public
Gemfile _layouts credits.md search.html
LICENSE.md _texts documentation.md
README.md about.md index.html
_config.yml assets optional
chiphome:ed chipbrock$ gem install bundler
Fetching: bundler-1.14.6.gem (100%)
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions for the /Library/Ruby/Gems/2.0.0 directory.
chiphome:ed chipbrock$ sudo gem install bundler
Password:
Fetching: bundler-1.14.6.gem (100%)
Successfully installed bundler-1.14.6
Parsing documentation for bundler-1.14.6
Installing ri documentation for bundler-1.14.6
1 gem installed
chiphome:ed chipbrock$
chiphome:ed chipbrock$
chiphome:ed chipbrock$
chiphome:ed chipbrock$ bundle install
Fetching gem metadata from https://rubygems.org/..........
Fetching version metadata from https://rubygems.org/..
Fetching dependency metadata from https://rubygems.org/.
Resolving dependencies...
Rubygems 2.0.14.1 is not threadsafe, so your gems will be installed one at a time. Upgrade to Rubygems 2.1.0 or higher to enable parallel gem installation.

Your user account isn't allowed to install to the system RubyGems.
You can cancel this installation and run:

  bundle install --path vendor/bundle

to install the gems into ./vendor/bundle/, or you can enter your password
and install the bundled gems to RubyGems using sudo.

Password:
Installing i18n 0.8.1
Installing minitest 5.10.1
Installing thread_safe 0.3.6
Installing public_suffix 2.0.5
Installing colorator 0.1
Installing colored 1.2
Installing ffi 1.9.18 with native extensions
Installing mercenary 0.3.6
Installing mini_portile2 2.1.0
Installing parallel 1.11.1
Installing yell 2.0.7
Installing sass 3.4.23
Installing rb-fsevent 0.9.8
Installing kramdown 1.13.2
Installing liquid 3.0.6
Installing rouge 1.11.1
Installing safe_yaml 1.0.4
Using bundler 1.14.6
Installing tzinfo 1.2.3
Installing addressable 2.5.1
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.

/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby extconf.rb

mkmf.rb can't find header files for ruby at
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/include/ruby.h

Gem files will remain installed in
/var/folders/1s/8bnqx3rj0kz9vpp5vrhv03xc0000gx/T/bundler20170419-97608-3m7g9cffi-1.9.18/gems/ffi-1.9.18
for inspection.
Results logged to
/var/folders/1s/8bnqx3rj0kz9vpp5vrhv03xc0000gx/T/bundler20170419-97608-3m7g9cffi-1.9.18/gems/ffi-1.9.18/ext/ffi_c/gem_make.out

An error occurred while installing ffi (1.9.18), and Bundler cannot continue.
Make sure that gem install ffi -v '1.9.18' succeeds before bundling.
chiphome:ed chipbrock$
chiphome:ed chipbrock$
chiphome:ed chipbrock$
chiphome:ed chipbrock$ gem install ffi -v '1.9.18'
Fetching: ffi-1.9.18.gem (100%)
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions for the /Library/Ruby/Gems/2.0.0 directory.
chiphome:ed chipbrock$ sudo gem install ffi -v '1.9.18'
Building native extensions. This could take a while...
ERROR: Error installing ffi:
ERROR: Failed to build gem native extension.

/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby extconf.rb

mkmf.rb can't find header files for ruby at /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/include/ruby.h

Gem files will remain installed in /Library/Ruby/Gems/2.0.0/gems/ffi-1.9.18 for inspection.
Results logged to /Library/Ruby/Gems/2.0.0/gems/ffi-1.9.18/ext/ffi_c/gem_make.out
chiphome:ed chipbrock$
chiphome:ed chipbrock$
chiphome:ed chipbrock$
chiphome:ed chipbrock$ bundle install --path vendor/bundle
Fetching gem metadata from https://rubygems.org/..........
Fetching version metadata from https://rubygems.org/..
Fetching dependency metadata from https://rubygems.org/.
Resolving dependencies...
Rubygems 2.0.14.1 is not threadsafe, so your gems will be installed one at a time. Upgrade to Rubygems 2.1.0 or higher to enable parallel gem installation.
Installing i18n 0.8.1
Installing minitest 5.10.1
Installing thread_safe 0.3.6
Installing public_suffix 2.0.5
Installing colorator 0.1
Installing colored 1.2
Installing ffi 1.9.18 with native extensions
Installing mercenary 0.3.6
Installing mini_portile2 2.1.0
Installing parallel 1.11.1
Installing yell 2.0.7
Installing sass 3.4.23
Installing rb-fsevent 0.9.8
Installing kramdown 1.13.2
Installing liquid 3.0.6
Installing rouge 1.11.1
Installing safe_yaml 1.0.4
Using bundler 1.14.6
Installing tzinfo 1.2.3
Installing addressable 2.5.1
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.

/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby extconf.rb

mkmf.rb can't find header files for ruby at /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/include/ruby.h

Gem files will remain installed in
/Users/chipbrock/Dropbox/ImmediateWork/_writing/QSandBB/QS&BBmanuscript/git-ed/ed/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.18 for inspection.
Results logged to
/Users/chipbrock/Dropbox/ImmediateWork/_writing/QSandBB/QS&BBmanuscript/git-ed/ed/vendor/bundle/ruby/2.0.0/gems/ffi-1.9.18/ext/ffi_c/gem_make.out

An error occurred while installing ffi (1.9.18), and Bundler cannot continue.
Make sure that gem install ffi -v '1.9.18' succeeds before bundling.
chiphome:ed chipbrock$

Improve documentation

-Teach people how to switch the sidebar from side to side
-How to do manual bibliography
-Changing the theme

Title link shifted in Chrome

Hi!

When hovering the main title in Chrome, the link area, which turns the title to a link when hovered, seems to be shifted a few pixels above the text:
ed-1
ed-2

Curiously, I don't experience this behaviour in Firefox, and the masthead CSS seems fine to me.

splitting title over line break in specific place

Hi! As a newbie with yaml and liquid (and jekyll..)
Using a longer title than "Ed.", I couldn't figure out how to split my title where I wanted and not with the natural soft wrap. I found out the usage of "|-" in the yaml front matter, I also had to add the filter "newline_to_br" in the layout. I suggest adding the filter by default in the layout.

Bundle and jekyll serve

IIUC if you are using bundler to help isolate your gem dependencies from other projects, I think it might be safer to use bundle exec jekyll serve instead of jekyll serve, so that Ruby will run jekyll based on the gem versions specified for ed.

Case in point: I foolishly barreled ahead with jekyll serve after running bundle install, and Ruby yelled at me because I have alternate versions of some of these gems already installed for my own blog (which uses the more restrictive gh-pages set of Jekyll gems). Using bundle exec jekyll serve quieted the complaints.

ps - this is an awesome framework!

About Support for Chinese

My computer installed in the Chinese version of windows7, there is no problem, thank you very much for your work!
demo

github build failed

gem 'jekyll-scholar', '~>5.5.1' localhost run is very good ,But github page build failed

Revise footnote style

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

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.