Metadata-Version: 2.1
Name: academic
Version: 0.6.0
Summary: The website designer for Hugo
Home-page: https://sourcethemes.com/academic/
Author: George Cushen
Author-email: hugo-discuss@googlegroups.com
License: MIT
Description: # Admin Tool for Academic
        
        [![Download from PyPI](https://img.shields.io/pypi/v/academic.svg)](https://pypi.python.org/pypi/academic)
        [![Download from Anaconda](https://anaconda.org/conda-forge/academic/badges/version.svg)](https://anaconda.org/conda-forge/academic)
        [![License](https://img.shields.io/pypi/l/academic.svg)](https://pypi.python.org/pypi/academic)
        
        An admin tool for [Academic](https://sourcethemes.com/academic/).
        
        **Features**
        
        * Import publications from BibTeX
        * Hugo command pass-through
        
        **Community**
        
        - 💬 [Chat with the **Academic community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io)
        - 🐦 Twitter: [@source_themes](https://twitter.com/source_themes) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithAcademic](https://twitter.com/search?q=%23MadeWithAcademic&src=typd)
        
        **Support**
        
        Support development of Academic:
        
          - ❤️ [Become a **backer** and **unlock rewards**](https://sourcethemes.com/academic/plans/)
          - ☕️ [**Donate a coffee**](https://paypal.me/cushen)
          - 🖼️ [Decorate your laptop or journal with an Academic **sticker**](https://www.redbubble.com/people/neutreno/works/34387919-academic)
          - :woman_technologist: [**Contribute**](#contribute)
        
        ## Prerequisites
        
        1. Install the [Academic](https://sourcethemes.com/academic/) website framework
        2. Install [Python 3.6+](https://realpython.com/installing-python/) if it’s not already installed
        3. [Version control](https://guides.github.com/introduction/git-handbook/#version-control) your website with [Git](http://rogerdudler.github.io/git-guide/) so that you can review the proposed changes and accept or reject them without risking breaking your site. Otherwise, if not using Git, backup your site prior to running this tool.
        
        ## Installation
        
        Open your Terminal or Command Prompt app and install Academic’s admin tool:
        
            pip3 install -U academic
        
        ## Usage
        
        Use the `cd` command to navigate to your website folder in the terminal:
        
            cd <MY_WEBSITE_FOLDER>
        
        **Help:**
        
            academic
        
        **Import publications:**
        
            academic import --bibtex my_publications.bib
        
        Optional arguments:
        
        * `--help` Help
        * `--featured` Flag publications as *featured* (to appear in *Featured Publications* widget)
        * `--overwrite` Overwrite existing publications
        * `--publication-dir PUBLICATION_DIR` Path to your publications directory (defaults to `publication`)
        * `--normalize` Normalize tags by converting them to lowercase and capitalizing the first letter
        * `--verbose` or `-v` Show verbose messages
        
        After importing publications, [a full text PDF and image can be associated with each item and further details added via extra parameters](https://sourcethemes.com/academic/docs/managing-content/#manually).
        
        **Run a Hugo command (pass-through):**
        
            academic server
        
        ## Contribute
        
        For local development, clone this repository and use Pipenv to install the tool using the following commands:
        
            pip3 install pipenv
            pipenv install -e .
        
        Preparing a contribution:
        
        - Lint: `make lint`
        - Format: `make format`
        - Test: `make test`
        
        ## License
        
        Copyright 2018-present [George Cushen](https://georgecushen.com).
        
        Licensed under the [MIT License](https://github.com/sourcethemes/academic-admin/blob/master/LICENSE.md).
        
        [![Analytics](https://ga-beacon.appspot.com/UA-78646709-2/academic-admin/readme?pixel)](https://github.com/igrigorik/ga-beacon)
        
Keywords: cli academic hugo theme static-site-generator cms blog-enginegithub-pages netlify hugo-theme documentation-generator
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
