Git Product home page Git Product logo

epellyson's Introduction

E. P. Ellyson

E. P. Ellyson is a Hugo theme built with HTML5, CSS, and Vanilla JavaScript.

Photo of E. P. Ellyson

Named after Edgar Painter Ellyson (1869–1954), the third general superintendent of the Church of the Nazarene, this theme is designed to showcase electronic editions of the Manual of the Church of the Nazarene.

The E. P. Ellyson theme is meant to be lightweight and user-friendly. The theme is made as modular as possible to prioritize effecient delivery over connections with limited bandwidth and on smaller screens.

Installation

This theme is a submodule to the main site repository. If you have already installed the main repository locally, then there is no need to install the this theme separately.

However, if you wish to test this theme with a different Hugo project:

  1. Follow instructions to install Hugo locally.
  2. Add this theme as a submodule
$ git submodule add https://github.com/reubenlillie/epellyson themes/epellyson

Contributing

All issues and pull requests are welcome. Ask questions. Correct typos.

If you code, that’s great!

If you don’t, then please help us improve our documentation and other text files.

Check out our wiki and contributing guidelines for more information.

epellyson's People

Contributors

reubenlillie avatar

Stargazers

 avatar

Watchers

 avatar

epellyson's Issues

Add menu toggles

Create toggle function for nested table of contents menu in the header/sidebar.

Number content with JavaScript, not CSS

  • Create JavaScript for numbering
    • Parts
    • Chapters
    • Articles
    • Paragraphs, and subparagraps
  • Convert CSS counters to fallback feature when JS is deactivated

CSS content: value; declarations are not a part of the DOM. They are only rendered visually. Counters cannot be selected with a cursor, and they are not detectable by screen readers. JavaScript should replace counters by injecting <span> and <a> with insertAdjacentHTML('afterbegin', counter) to number subheads and paragraph/subparagraph <section>

Add links for Bible references

Scan text and dynamically add links to scripture references.

Should these links be to onsite content, like a /content/scripture-references/ directory with version and copyright permissions?

Or should these links be to a third-party API? If so, which one?

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.