tenpercent / githubio-source

πŸ“ Easily create a beautiful website using Academic, Hugo, and Netlify

Home Page:https://sourcethemes.com/academic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Academic makes it easy to create a beautiful website for free using Markdown, Jupyter, or RStudio. Customize anything on your site with widgets, themes, and language packs. Check out the latest demo of what you'll get in less than 10 minutes, or view the showcase.

Academic Kickstart provides a minimal template to kickstart your new website.

Screenshot

Install

You can choose from one of the following four methods to install:

Then personalize your new site.

Use

  1. Install Hugo and Academic
  2. Customize content (clone this repo and take a look at ./themes/academic/exampleSite/ folder for understanding of the site structure)
  3. Execute hugo server to run the site on localhost and evaluate the customization
  4. Assuming you are using Github Pages for hosting, the next step is to create the repository named YOUR_HANDLE.github.io; skip this step if the repository already exists
  5. Delete the generated site by running rm -r public
  6. Add a submodule for the generated site by running git submodule add -b master -f git@github.com:YOUR_HANDLE/YOUR_HANDLE.github.io.git public
  7. Regenerate the site by running hugo
  8. Publish the site by running the sequence cd public; git add .; git commit -m "customize your commit message reflecting changes"; git push --set-upstream origin master

Ecosystem

  • Academic Admin: An admin tool to import publications from BibTeX or import assets for an offline site
  • Academic Scripts: Scripts to help migrate content to new versions of Academic

License

Copyright 2017-present George Cushen.

Released under the MIT license.

Analytics

About

πŸ“ Easily create a beautiful website using Academic, Hugo, and Netlify

https://sourcethemes.com/academic/

License:MIT License


Languages

Language:TeX 62.9%Language:Shell 37.1%