Skip to content

Commit 6c8ea94

Browse files
committed
modules: update
Also update links and docs
1 parent 443d5d3 commit 6c8ea94

File tree

6 files changed

+21
-28
lines changed

6 files changed

+21
-28
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
/resources/
66
public/
77
jsconfig.json
8+
node_modules/

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ The Hugo **Academic Resumé Template** empowers you to create your job-winning o
88

99
[**Wowchemy**](https://wowchemy.com) makes it easy to create a beautiful website for free. Edit your site in Markdown, Jupyter, or RStudio (via Blogdown), generate it with Hugo, and deploy with GitHub or Netlify. Customize anything on your site with widgets, themes, and language packs.
1010

11-
- 👉 [**Get Started**](https://wowchemy.com/docs/install/)
11+
- 👉 [**Get Started**](https://wowchemy.com/templates/)
1212
- 📚 [View the **documentation**](https://wowchemy.com/docs/)
1313
- 💬 [Chat with the **Wowchemy community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io)
1414
- 🐦 Twitter: [@wowchemy](https://twitter.com/wowchemy) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithWowchemy](https://twitter.com/search?q=(%23MadeWithWowchemy%20OR%20%23MadeWithAcademic)&src=typed_query)
1515
- 💡 [Request a **feature** or report a **bug** for _Wowchemy_](https://github.com/wowchemy/wowchemy-hugo-modules/issues)
16-
- ⬆️ **Updating Wowchemy?** View the [Update Guide](https://wowchemy.com/docs/update/) and [Release Notes](https://wowchemy.com/updates/)
16+
- ⬆️ **Updating Wowchemy?** View the [Update Guide](https://wowchemy.com/docs/guide/update/) and [Release Notes](https://wowchemy.com/updates/)
1717

1818
## Crowd-funded open-source software
1919

@@ -23,10 +23,14 @@ To help us develop this template and software sustainably under the MIT license,
2323

2424
## Ecosystem
2525

26-
* **[Wowchemy Admin](https://github.com/wowchemy/wowchemy-admin/):** An admin tool to import publications from BibTeX
26+
* **[Hugo Academic CLI](https://github.com/wowchemy/hugo-academic-cli):** Automatically import publications from BibTeX
2727

2828
[![Screenshot](https://raw.githubusercontent.com/wowchemy/wowchemy-hugo-modules/master/academic.png)](https://wowchemy.com)
2929

30+
## Demo image credits
31+
32+
- [Open book](https://unsplash.com/photos/J4kK8b9Fgj8)
33+
3034
<!--
31-
[![Analytics](https://ga-beacon.appspot.com/UA-78646709-2/academic-kickstart/readme?pixel)](https://github.com/igrigorik/ga-beacon)
35+
[![Analytics](https://ga-beacon.appspot.com/UA-78646709-2/starter-academic/readme?pixel)](https://github.com/igrigorik/ga-beacon)
3236
-->

config/_default/config.toml

+5-15
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ enableEmoji = true
3535
enableRobotsTXT = true
3636
footnotereturnlinkcontents = "<sup>^</sup>"
3737
ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_cache$"]
38+
disableAliases = true # Disable aliases when `redirects` is added to the `outputs` below.
3839

3940
[permalinks]
4041
# If only creating events which are talks, we can optimize event URLs for talks.
@@ -45,15 +46,8 @@ ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "
4546
publication_types = "/publication-type/:slug/"
4647

4748
[outputs]
48-
home = [ "HTML", "RSS", "JSON", "WebAppManifest" ]
49-
section = [ "HTML", "RSS" ]
50-
51-
[mediaTypes."application/manifest+json"]
52-
suffixes = ["webmanifest"]
53-
54-
[outputFormats.WebAppManifest]
55-
mediaType = "application/manifest+json"
56-
rel = "manifest"
49+
home = ["HTML", "RSS", "JSON", "WebAppManifest", "headers", "redirects"]
50+
section = ["HTML", "RSS"]
5751

5852
# Configure the Markdown renderer.
5953
[markup]
@@ -101,13 +95,9 @@ ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "
10195
name = "categories"
10296
weight = 70.0
10397

104-
[[related.indices]]
105-
name = "authors"
106-
weight = 20.0
107-
10898
# Install Wowchemy
10999
[module]
110-
[[module.imports]]
111-
path = "github.com/wowchemy/wowchemy-hugo-modules/wowchemy"
112100
[[module.imports]]
113101
path = "github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic"
102+
[[module.imports]]
103+
path = "github.com/wowchemy/wowchemy-hugo-modules/wowchemy"

content/post/getting-started/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ summary: Welcome 👋 We know that first impressions are important, so we've pop
99
projects: []
1010

1111
# Date published
12-
date: "2016-04-20T00:00:00Z"
12+
date: "2020-12-13T00:00:00Z"
1313

1414
# Date updated
1515
lastmod: "2020-12-13T00:00:00Z"
@@ -56,7 +56,7 @@ categories:
5656
- 💬 [Chat with the **Wowchemy community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io)
5757
- 🐦 Twitter: [@wowchemy](https://twitter.com/wowchemy) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithWowchemy](https://twitter.com/search?q=(%23MadeWithWowchemy%20OR%20%23MadeWithAcademic)&src=typed_query)
5858
- 💡 [Request a **feature** or report a **bug** for _Wowchemy_](https://github.com/wowchemy/wowchemy-hugo-modules/issues)
59-
- ⬆️ **Updating Wowchemy?** View the [Update Guide](https://wowchemy.com/docs/update/) and [Release Notes](https://wowchemy.com/updates/)
59+
- ⬆️ **Updating Wowchemy?** View the [Update Guide](https://wowchemy.com/docs/guide/update/) and [Release Notes](https://wowchemy.com/updates/)
6060

6161
## Crowd-funded open-source software
6262

@@ -68,7 +68,7 @@ As a token of appreciation for sponsoring, you can **unlock [these](https://wowc
6868

6969
## Ecosystem
7070

71-
* **[Wowchemy Admin](https://github.com/wowchemy/wowchemy-admin/):** An admin tool to automatically import publications from BibTeX
71+
* **[Hugo Academic CLI](https://github.com/wowchemy/hugo-academic-cli):** Automatically import publications from BibTeX
7272

7373
## Inspiration
7474

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/wowchemy/starter-academic
33
go 1.15
44

55
require (
6-
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20210116234944-9f5c626c8f9f // indirect
7-
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210116234944-9f5c626c8f9f
6+
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20210123180413-7dbc1f73edfd
7+
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210123180413-7dbc1f73edfd
88
)

go.sum

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20210116234944-9f5c626c8f9f h1:aRH9w3I5W8VouMS56m+9H38wpTId6OIoCKPoR5YUSco=
2-
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20210116234944-9f5c626c8f9f/go.mod h1:TU3QDPUdBSQnvDP5QVCwjAkBIdVMS/bKFA8jr3eI5AY=
3-
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210116234944-9f5c626c8f9f h1:KrTCYnakV17GchUUgPZVAo6bLjy68WJTynSg87H6xpk=
4-
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210116234944-9f5c626c8f9f/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
1+
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20210123180413-7dbc1f73edfd/go.mod h1:TU3QDPUdBSQnvDP5QVCwjAkBIdVMS/bKFA8jr3eI5AY=
2+
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210123180413-7dbc1f73edfd/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=

0 commit comments

Comments
 (0)