Notes for myself for the next time I try to update this thing
- you have to refresh the themes submodule? from terminal root directory (higher level directory i.e. academic-kickstart-1)
- git
- submodule
- update
- to create a new page, go to terminal, be in project folder, then type:
- hugo
- new
--kind
- [valid kinds are based on themes/academic/archetypes]
- path_to_post_location
- home folder is a mix
- some pages are the skeleton/layout/ui for content with separate location for content
- about.md -->
content/authors/admin/_index.md
- about.md -->
- some pages are the skeleton/layout/ui for the content with separate folder with the content
- posts
- publications
- talks
- some pages are both the skeleton and the content
- experience
- some pages look they like dynamically pull from redundant locations
- featured - publications
- some pages are the skeleton/layout/ui for content with separate location for content
- pages in home I haven't figured out:
- hero.md - disabled, is this supposed to be for a role model?
- index.md - no filter_default
- people.md - for people in your org, doesn't apply here
- slider.md - ?
- tags.md - I dislike this one
- profile image is not in images folder, it's now avatar.JPG in
content/authors/admin/
folder - config is its own folder now
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.
- Get Started
- View the documentation
- Ask a question
- Request a feature or report a bug
- Updating? View the Update Guide and Release Notes
- Support development of Academic:
You can choose from one of the following four methods to install:
- one-click install using your web browser (recommended)
- install on your computer using Git with the Command Prompt/Terminal app
- install on your computer by downloading the ZIP files
- install on your computer with RStudio
Then personalize your new site.
- 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
Copyright 2017-present George Cushen.
Released under the MIT license.