GitXplorerGitXplorer
k

academic-kickstart

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
a7a10a1756389752c7d7d505c746af984f5f9b99

Update Netlify config

ggcushen committed 7 years ago
Unverified
3c320ab350b7b6c42ad9e6d81beab01ac8b8a4d1

Sync Academic

ggcushen committed 7 years ago
Unverified
ebac0dca23ab9b61abbf64e7d8da39e14afda281

Sync Academic (v2.2.0)

ggcushen committed 7 years ago
Unverified
6b9e1348c50c11b66ca999aa44322b7c34a7761e

Sync Academic

ggcushen committed 7 years ago
Unverified
0831cb496485d4658daf5fb3aaa4324862932792

Provide full date-time in content front matter

ggcushen committed 7 years ago
Unverified
2543e6bc980e8184d8f6d0e9d730811b73e43715

Sync Academic

ggcushen committed 7 years ago

README

The README file for this repository.

Academic Kickstart

Academic is a framework to help you create a beautiful website quickly. Perfect for personal, student, or academic websites. Check out the latest demo of what you'll get in less than 10 minutes or view the documentation.

Academic Kickstart provides a minimal template to kickstart your new website by following the simple steps below.

Screenshot

Getting Started

The following two methods describe how to install in the cloud using your web browser and how to install on your PC using the Command Prompt/Terminal app.

Quick install using your web browser

  1. Install Academic with Netlify
    • Netlify will provide you with a customizable URL to access your new site
  2. On GitHub, go to your newly created academic-kickstart repository and edit config.toml to personalize your site. Shortly after saving the file, your site will automatically update
  3. Read the Quick Start Guide to learn how to add Markdown content. For inspiration, refer to the Markdown content which powers the Demo

Install on your PC

Prerequisites:

  1. Clone (or Fork or download) the Academic Kickstart repository with Git:

    git clone https://github.com/sourcethemes/academic-kickstart.git My_Website
    

    Note that if you forked Academic Kickstart, the above command should be edited to clone your fork.

  2. Initialize the theme:

    cd My_Website
    git submodule update --init --recursive
    
  3. View your new website:

    hugo server
    

    Now you can go to localhost:1313 and your new Academic powered website should appear.

  4. Read the Quick Start Guide to learn how to add Markdown content, customize your site, and deploy it.

License

Copyright 2017 George Cushen.

Released under the MIT license.

Analytics