|
1 | | -# [Academic Kickstart](https://sourcethemes.com/academic/) |
| 1 | +# Blog |
2 | 2 |
|
3 | | -**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](https://academic-demo.netlify.com/) of what you'll get in less than 10 minutes, or [view the showcase](https://sourcethemes.com/academic/#expo). |
| 3 | +The blog is generated with [Hugo](https://gohugo.io/) using the Academic theme. All the posts under [content/post](content/post) are published on https://nukesz.github.io/ . |
4 | 4 |
|
5 | | -**Academic Kickstart** provides a minimal template to kickstart your new website. |
6 | | - |
7 | | -- [**Get Started**](#install) |
8 | | -- [View the documentation](https://sourcethemes.com/academic/docs/) |
9 | | -- [Ask a question](http://discuss.gohugo.io/) |
10 | | -- [Request a feature or report a bug](https://github.com/gcushen/hugo-academic/issues) |
11 | | -- Updating? View the [Update Guide](https://sourcethemes.com/academic/docs/update/) and [Release Notes](https://sourcethemes.com/academic/updates/) |
12 | | -- Support development of Academic: |
13 | | - - [Donate a coffee](https://paypal.me/cushen) |
14 | | - - [Become a backer on Patreon](https://www.patreon.com/cushen) |
15 | | - - [Decorate your laptop or journal with an Academic sticker](https://www.redbubble.com/people/neutreno/works/34387919-academic) |
16 | | - - [Wear the T-shirt](https://academic.threadless.com/) |
17 | | - |
18 | | -[](https://github.com/gcushen/hugo-academic/) |
19 | | - |
20 | | -## Install |
21 | | - |
22 | | -You can choose from one of the following four methods to install: |
23 | | - |
24 | | -* [**one-click install using your web browser (recommended)**](https://sourcethemes.com/academic/docs/install/#install-with-web-browser) |
25 | | -* [install on your computer using **Git** with the Command Prompt/Terminal app](https://sourcethemes.com/academic/docs/install/#install-with-git) |
26 | | -* [install on your computer by downloading the **ZIP files**](https://sourcethemes.com/academic/docs/install/#install-with-zip) |
27 | | -* [install on your computer with **RStudio**](https://sourcethemes.com/academic/docs/install/#install-with-rstudio) |
28 | | - |
29 | | -Then [personalize your new site](https://sourcethemes.com/academic/docs/get-started/). |
30 | | - |
31 | | -## Ecosystem |
32 | | - |
33 | | -* **[Academic Admin](https://github.com/sourcethemes/academic-admin):** An admin tool to import publications from BibTeX or import assets for an offline site |
34 | | -* **[Academic Scripts](https://github.com/sourcethemes/academic-scripts):** Scripts to help migrate content to new versions of Academic |
35 | | - |
36 | | -## License |
37 | | - |
38 | | -Copyright 2017-present [George Cushen](https://georgecushen.com). |
39 | | - |
40 | | -Released under the [MIT](https://github.com/sourcethemes/academic-kickstart/blob/master/LICENSE.md) license. |
41 | | - |
42 | | -[](https://github.com/igrigorik/ga-beacon) |
| 5 | +Usage: |
| 6 | +```sh |
| 7 | +hugo server |
| 8 | +``` |
0 commit comments