Code Monkey home page Code Monkey logo

academia's Introduction

academia

A responsive theme for the Pelican Static Site Generator, powered by Python. See it in action at http://people.umass.edu/whopper

Screenshots

Larger Screens

Desktop

Smaller Screens

Mobile

Installation

If you don't have an existing Pelican project, see the Pelican Quickstart guide to get up and running. It is recommended you read the rest of the Documentation as well, to make better use of Pelican.

  1. Clone the repository
$ git clone https://github.com/wjhopper/academia.git
  1. Install the theme
$ pelican-themes -i /path/to/cloned/repository
  1. Create a THEME variable in your pelicanconf.py file and set its value to academia.
THEME = 'academia'
  1. Add the following code to your pelicanconf.py file to fill in the content of the sidebar and the navbar.
AUTHOR = 'Your Name'
SITESUBTITLE = 'Your subtitle goes here'
AVATAR = 'path/to/your/picture.jpg'
LINKS = (('cv', 'path/to/your/CV.pdf'),
         ('email', 'mailto:username@domain_name'),
         ('github', 'https://github.com/your_real_username'))
  1. To see your site and test out changes, start up the development web server by running make devserver in the directory where your Pelican site is set up, and navigate your web browser to http://localhost:8000

For information on publishing your site, read the publishing docs

academia's People

Contributors

wjhopper avatar

Stargazers

Elaine Lima avatar

Watchers

James Cloos avatar  avatar  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.