Giter VIP home page Giter VIP logo

jekyll-academic's Introduction

Introduction

This template utilizes Jekyll, an open source static website generator, as well as a theme based largely off of the Minimal Mistakes theme by Michael Rose. The purpose of this template is to provide you with a simple, well designed website that is optimized for hosting on Github pages. We aim to reduce the technological know-how and time that is usually required for maintaining a personal or professional website.

Why Should I Use This?

By using this template you will have a website that is well designed, easy to maintain, free to host and easy to update. While there are many options out there for personal and professional websites, most are dependant on the platform on which they were built, and cannot be easily migrated. This template, while built for Github Pages integration, provides flexibility should you choose to host it elsewhere.

Complete documentation for getting started as well as advanced features of Jekyll Academic can be found at https://ncsu-libraries.github.io/jekyll-academic-docs/.

Migrating to a new default branch name

We've decided to change this project's default branch name to 'main'. If you've forked this repository prior to July 20th, 2021, then you should a message with update instructions when you go to your fork in github:

fork renamed message

In your fork on GitHub, go to the branches view, and click on the edit icon next to the 'master' branch. Change the branch name to main. Underneath the input box where you change the name you will be presented with the commands that you will need to run on your local copy of your fork.

local instructions for default branch name change

Upgrade Notes for June 2021 release

If you are running a fork of Jekyll Academic before June 2021, we made some breaking changes to upgrade the underlying Jekyll version and to address the constant github/dependabot security notices mentioned in issue #4.

We have updated Jekyll to version 4 and removed reveal.js as an included library. We still want to support reveal.js presentations, so we have taken the suggestion from issue #4 and made the reveal.js directory a git submodule. If you are running Jekyll Academic as a Github Page, this should hopefully be a minor change.

If, however, you are running Jekyll Academic locally or on a custom server, after merging this repo's commits in to your fork, you will need to go to the command line in your local or custom instance and perform the following command:

$ git submodule update --init

If you have any reveal.js presentations posted, you may need to make some updates for them to display properly using reveal.js version 4. See Jekyll's documentation for details.

Keeping reveal.js up to date

Moving forward, if you'd like to update reveal.js you will need to run the following commands:

$ git submodule update --remote

jekyll-academic's People

Contributors

dependabot[bot] avatar dnoneill avatar queryluke 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

Watchers

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

jekyll-academic's Issues

Problem with deploy to standalone webserver

Hi there,
I was giving jekyll-academic a try, and I think I stumbled upon a bug. I would like to deploy the server to a standalone web server (i.e. not host it on a github page), but I cannot visualise the site properly, regardless of what baseurl and/or url setting I add to my _config.yml file. I think the problem is related to the theme making heavy use of:

site.github.url

instead of anything like

site.baseurl

or any siting with

{{ | prepend site.baseurl }}

Is this a know/wanted feature? Or am I doing something wring? Otherwise it'd be nice to change the .html files and to add the baseurl and url settings, that I guess could indeed also point to a github page if/when needed.

Thanks, M.

Math Support

From @maristie via issue #3

Math Support
Add math support to the project. Here are two suggestions.

According to MathJax Documentation, could you please add MathJax support in _includes/_head.html or _includes/_scripts.html? ( block is preferred, though)

Or a faster math render KaTeX using the default math engine provided by Kramdown: https://kramdown.gettalong.org/math_engine/mathjax.html

Deprecated configuration, SEO suggestion and math support

Deprecated configuration

The latest Jekyll has deprecated gems (_config.yml, line 57). Could you please rename it to plugins?

SEO suggestion

In addition, is it possible to use jekyll-seo-tag in _config.yml and add {% seo %} in template files to optimize website? According to the official article,

To tell the plugin where to put your meta tag information, you must add the SEO tag right before head in your site template files. For example, in _layouts/_default.html:

<html>
  <head>
    {% include head.html %}
    {% seo %}
  </head>
</html>

Math support

According to MathJax Documentation, could you please add MathJax support in _includes/_head.html or _includes/_scripts.html? (<head> block is preferred, though)

Or a faster math render KaTeX using the default math engine provided by Kramdown: https://kramdown.gettalong.org/math_engine/mathjax.html

Thanks!

Kramdown needs updating

Remediation
Upgrade kramdown to version 2.3.0 or later. For example:

gem "kramdown", ">= 2.3.0"

Woudl it be possible for someone to do that?
cheers
Jo

Attach reveal.js directory as submodule

Is it possible to add reveal.js as a submodule? In this way users can get the latest version conveniently, and it's more structured.

Code:

# run in the root directory of the repo
$ git submodule add https://github.com/hakimel/reveal.js.git

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.