modules: update
Also update links and docs
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@
|
|||||||
/resources/
|
/resources/
|
||||||
public/
|
public/
|
||||||
jsconfig.json
|
jsconfig.json
|
||||||
|
node_modules/
|
||||||
|
|||||||
12
README.md
12
README.md
@@ -8,12 +8,12 @@ The Hugo **Academic Resumé Template** empowers you to create your job-winning o
|
|||||||
|
|
||||||
[**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.
|
[**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.
|
||||||
|
|
||||||
- 👉 [**Get Started**](https://wowchemy.com/docs/install/)
|
- 👉 [**Get Started**](https://wowchemy.com/templates/)
|
||||||
- 📚 [View the **documentation**](https://wowchemy.com/docs/)
|
- 📚 [View the **documentation**](https://wowchemy.com/docs/)
|
||||||
- 💬 [Chat with the **Wowchemy community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io)
|
- 💬 [Chat with the **Wowchemy community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io)
|
||||||
- 🐦 Twitter: [@wowchemy](https://twitter.com/wowchemy) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithWowchemy](https://twitter.com/search?q=(%23MadeWithWowchemy%20OR%20%23MadeWithAcademic)&src=typed_query)
|
- 🐦 Twitter: [@wowchemy](https://twitter.com/wowchemy) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithWowchemy](https://twitter.com/search?q=(%23MadeWithWowchemy%20OR%20%23MadeWithAcademic)&src=typed_query)
|
||||||
- 💡 [Request a **feature** or report a **bug** for _Wowchemy_](https://github.com/wowchemy/wowchemy-hugo-modules/issues)
|
- 💡 [Request a **feature** or report a **bug** for _Wowchemy_](https://github.com/wowchemy/wowchemy-hugo-modules/issues)
|
||||||
- ⬆️ **Updating Wowchemy?** View the [Update Guide](https://wowchemy.com/docs/update/) and [Release Notes](https://wowchemy.com/updates/)
|
- ⬆️ **Updating Wowchemy?** View the [Update Guide](https://wowchemy.com/docs/guide/update/) and [Release Notes](https://wowchemy.com/updates/)
|
||||||
|
|
||||||
## Crowd-funded open-source software
|
## Crowd-funded open-source software
|
||||||
|
|
||||||
@@ -23,10 +23,14 @@ To help us develop this template and software sustainably under the MIT license,
|
|||||||
|
|
||||||
## Ecosystem
|
## Ecosystem
|
||||||
|
|
||||||
* **[Wowchemy Admin](https://github.com/wowchemy/wowchemy-admin/):** An admin tool to import publications from BibTeX
|
* **[Hugo Academic CLI](https://github.com/wowchemy/hugo-academic-cli):** Automatically import publications from BibTeX
|
||||||
|
|
||||||
[](https://wowchemy.com)
|
[](https://wowchemy.com)
|
||||||
|
|
||||||
|
## Demo image credits
|
||||||
|
|
||||||
|
- [Open book](https://unsplash.com/photos/J4kK8b9Fgj8)
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
[](https://github.com/igrigorik/ga-beacon)
|
[](https://github.com/igrigorik/ga-beacon)
|
||||||
-->
|
-->
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ enableEmoji = true
|
|||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
footnotereturnlinkcontents = "<sup>^</sup>"
|
footnotereturnlinkcontents = "<sup>^</sup>"
|
||||||
ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_cache$"]
|
ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_cache$"]
|
||||||
|
disableAliases = true # Disable aliases when `redirects` is added to the `outputs` below.
|
||||||
|
|
||||||
[permalinks]
|
[permalinks]
|
||||||
# If only creating events which are talks, we can optimize event URLs for talks.
|
# If only creating events which are talks, we can optimize event URLs for talks.
|
||||||
@@ -45,15 +46,8 @@ ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "
|
|||||||
publication_types = "/publication-type/:slug/"
|
publication_types = "/publication-type/:slug/"
|
||||||
|
|
||||||
[outputs]
|
[outputs]
|
||||||
home = [ "HTML", "RSS", "JSON", "WebAppManifest" ]
|
home = ["HTML", "RSS", "JSON", "WebAppManifest", "headers", "redirects"]
|
||||||
section = [ "HTML", "RSS" ]
|
section = ["HTML", "RSS"]
|
||||||
|
|
||||||
[mediaTypes."application/manifest+json"]
|
|
||||||
suffixes = ["webmanifest"]
|
|
||||||
|
|
||||||
[outputFormats.WebAppManifest]
|
|
||||||
mediaType = "application/manifest+json"
|
|
||||||
rel = "manifest"
|
|
||||||
|
|
||||||
# Configure the Markdown renderer.
|
# Configure the Markdown renderer.
|
||||||
[markup]
|
[markup]
|
||||||
@@ -101,13 +95,9 @@ ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "
|
|||||||
name = "categories"
|
name = "categories"
|
||||||
weight = 70.0
|
weight = 70.0
|
||||||
|
|
||||||
[[related.indices]]
|
|
||||||
name = "authors"
|
|
||||||
weight = 20.0
|
|
||||||
|
|
||||||
# Install Wowchemy
|
# Install Wowchemy
|
||||||
[module]
|
[module]
|
||||||
[[module.imports]]
|
|
||||||
path = "github.com/wowchemy/wowchemy-hugo-modules/wowchemy"
|
|
||||||
[[module.imports]]
|
[[module.imports]]
|
||||||
path = "github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic"
|
path = "github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic"
|
||||||
|
[[module.imports]]
|
||||||
|
path = "github.com/wowchemy/wowchemy-hugo-modules/wowchemy"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ summary: Welcome 👋 We know that first impressions are important, so we've pop
|
|||||||
projects: []
|
projects: []
|
||||||
|
|
||||||
# Date published
|
# Date published
|
||||||
date: "2016-04-20T00:00:00Z"
|
date: "2020-12-13T00:00:00Z"
|
||||||
|
|
||||||
# Date updated
|
# Date updated
|
||||||
lastmod: "2020-12-13T00:00:00Z"
|
lastmod: "2020-12-13T00:00:00Z"
|
||||||
@@ -56,7 +56,7 @@ categories:
|
|||||||
- 💬 [Chat with the **Wowchemy community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io)
|
- 💬 [Chat with the **Wowchemy community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io)
|
||||||
- 🐦 Twitter: [@wowchemy](https://twitter.com/wowchemy) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithWowchemy](https://twitter.com/search?q=(%23MadeWithWowchemy%20OR%20%23MadeWithAcademic)&src=typed_query)
|
- 🐦 Twitter: [@wowchemy](https://twitter.com/wowchemy) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithWowchemy](https://twitter.com/search?q=(%23MadeWithWowchemy%20OR%20%23MadeWithAcademic)&src=typed_query)
|
||||||
- 💡 [Request a **feature** or report a **bug** for _Wowchemy_](https://github.com/wowchemy/wowchemy-hugo-modules/issues)
|
- 💡 [Request a **feature** or report a **bug** for _Wowchemy_](https://github.com/wowchemy/wowchemy-hugo-modules/issues)
|
||||||
- ⬆️ **Updating Wowchemy?** View the [Update Guide](https://wowchemy.com/docs/update/) and [Release Notes](https://wowchemy.com/updates/)
|
- ⬆️ **Updating Wowchemy?** View the [Update Guide](https://wowchemy.com/docs/guide/update/) and [Release Notes](https://wowchemy.com/updates/)
|
||||||
|
|
||||||
## Crowd-funded open-source software
|
## Crowd-funded open-source software
|
||||||
|
|
||||||
@@ -68,7 +68,7 @@ As a token of appreciation for sponsoring, you can **unlock [these](https://wowc
|
|||||||
|
|
||||||
## Ecosystem
|
## Ecosystem
|
||||||
|
|
||||||
* **[Wowchemy Admin](https://github.com/wowchemy/wowchemy-admin/):** An admin tool to automatically import publications from BibTeX
|
* **[Hugo Academic CLI](https://github.com/wowchemy/hugo-academic-cli):** Automatically import publications from BibTeX
|
||||||
|
|
||||||
## Inspiration
|
## Inspiration
|
||||||
|
|
||||||
|
|||||||
4
go.mod
4
go.mod
@@ -3,6 +3,6 @@ module github.com/wowchemy/starter-academic
|
|||||||
go 1.15
|
go 1.15
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20210116234944-9f5c626c8f9f // indirect
|
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20210123180413-7dbc1f73edfd
|
||||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210116234944-9f5c626c8f9f
|
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210123180413-7dbc1f73edfd
|
||||||
)
|
)
|
||||||
|
|||||||
6
go.sum
6
go.sum
@@ -1,4 +1,2 @@
|
|||||||
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20210116234944-9f5c626c8f9f h1:aRH9w3I5W8VouMS56m+9H38wpTId6OIoCKPoR5YUSco=
|
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20210123180413-7dbc1f73edfd/go.mod h1:TU3QDPUdBSQnvDP5QVCwjAkBIdVMS/bKFA8jr3eI5AY=
|
||||||
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20210116234944-9f5c626c8f9f/go.mod h1:TU3QDPUdBSQnvDP5QVCwjAkBIdVMS/bKFA8jr3eI5AY=
|
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210123180413-7dbc1f73edfd/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
|
||||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210116234944-9f5c626c8f9f h1:KrTCYnakV17GchUUgPZVAo6bLjy68WJTynSg87H6xpk=
|
|
||||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210116234944-9f5c626c8f9f/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
|
|
||||||
|
|||||||
Reference in New Issue
Block a user