|
@@ -5,11 +5,13 @@ image = "banners/getting-started.png"
|
|
|
tags = ["academic", "hugo"]
|
|
|
title = "Getting started with the Academic theme for Hugo"
|
|
|
math = true
|
|
|
+summary = """
|
|
|
+Create a beautifully simple academic or personal website in under 10 minutes.
|
|
|
+"""
|
|
|
+++
|
|
|
|
|
|
The Academic theme enables you to easily create a beautifully simple academic or personal website using the [Hugo](https://gohugo.io) static site generator.
|
|
|
|
|
|
-
|
|
|
Key features:
|
|
|
|
|
|
- Designed for personal and academic staff/student use
|
|
@@ -19,8 +21,6 @@ Key features:
|
|
|
- Responsive and mobile friendly
|
|
|
- Simple and refreshing one page design
|
|
|
|
|
|
-<!--more-->
|
|
|
-
|
|
|
## Installation
|
|
|
|
|
|
1. [Install Hugo](https://georgecushen.com/create-your-website-with-hugo/#installing-hugo) and create a new website by typing the following commands in your *Terminal* or *Command Prompt* app:
|