Giter Site home page Giter Site logo

academic-kickstart-netlify-cms's Introduction

Academic Kickstart Netlify CMS

Description

This repository it based on the Academic Theme Hugo. It has been integrated with NetlifyCMS and the following content has been added:

  • Posts
  • Publications
  • Projects
  • Teaching
  • Contact
  • Talks

In addition, pages for the managments of the CMS' sections.

  • Global configuration
  • About
  • Contact
  • Posts
  • Projects
  • Publications
  • Publications selected
  • Tags
  • Teaching

The original template has been modified in order to match with the structure of pictures of Netlify CMS (almost all the changes are related to images path in the partials of the theme)

Instructions

If you want to deploy this in NetlifyCMS easily, follow the next steps:

  1. Deploying this repository in NetlifyCMS

Deploy to Netlify

  1. Enable Identity service and Git Gateway

  2. Add postprocessing script for admin zone access

  • Insert this before end of head:
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
  • Insert this code before end of body:
<script>
  if (window.netlifyIdentity) {
    window.netlifyIdentity.on("init", user => {
      if (!user) {
        window.netlifyIdentity.on("login", () => {
          document.location.href = "/admin/";
        });
      }
    });
  }
</script>
  1. Give access to users

5 Confirm email and set password

  1. Access to your new site admin page with /admin

  2. In this section you can start editing your site

WIP

  • Bugs in the talks section
  • Check carefully all fields

Result

References:

Thanks a lot to :

academic-kickstart-netlify-cms's People

Contributors

elloza avatar

Watchers

James Cloos avatar Simon Ndulagwa avatar

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.