A personal website using Academic, Hugo, and Netlify.
Based on Academic Kickstart
Since all the builds are performed on the Netlify platform you don't really need to run any system setup.
However, for local builds/test you will require to:
Download and Install HUGO
The steps for the HUGO installation depend on your system so please follow the instructions available in the HUGO website.
- config/ : General website configuration
- content/lang
- authors : One entry per author
- home : One entry per section on the main page
- post : One entry per post
- project : One entry per project
- publication : One entry per publication
- talk : One entry per talk
Multiple languages are supported by adding the content to different lang folders.
hugo server --watch
firefox http://localhost:1313
- Commit all changes
git add .
git commit -m "New version"
git push origin master
- Netlify triggers build on master commits so just check out the updated website
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.