Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--README.md12
-rw-r--r--config/_default/config.toml20
-rw-r--r--content/post/getting-started/index.md6
-rw-r--r--go.mod4
-rw-r--r--go.sum6
6 files changed, 21 insertions, 28 deletions
diff --git a/.gitignore b/.gitignore
index edc8b181..2b8a452d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/resources/
public/
jsconfig.json
+node_modules/
diff --git a/README.md b/README.md
index dcba6a32..64413b30 100644
--- a/README.md
+++ b/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.
-- πŸ‘‰ [**Get Started**](https://wowchemy.com/docs/install/)
+- πŸ‘‰ [**Get Started**](https://wowchemy.com/templates/)
- πŸ“š [View the **documentation**](https://wowchemy.com/docs/)
- πŸ’¬ [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)
- πŸ’‘ [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
@@ -23,10 +23,14 @@ To help us develop this template and software sustainably under the MIT license,
## 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
[![Screenshot](https://raw.githubusercontent.com/wowchemy/wowchemy-hugo-modules/master/academic.png)](https://wowchemy.com)
+## Demo image credits
+
+- [Open book](https://unsplash.com/photos/J4kK8b9Fgj8)
+
<!--
-[![Analytics](https://ga-beacon.appspot.com/UA-78646709-2/academic-kickstart/readme?pixel)](https://github.com/igrigorik/ga-beacon)
+[![Analytics](https://ga-beacon.appspot.com/UA-78646709-2/starter-academic/readme?pixel)](https://github.com/igrigorik/ga-beacon)
-->
diff --git a/config/_default/config.toml b/config/_default/config.toml
index 9e5469c3..47024f8d 100644
--- a/config/_default/config.toml
+++ b/config/_default/config.toml
@@ -35,6 +35,7 @@ enableEmoji = true
enableRobotsTXT = true
footnotereturnlinkcontents = "<sup>^</sup>"
ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_cache$"]
+disableAliases = true # Disable aliases when `redirects` is added to the `outputs` below.
[permalinks]
# 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/"
[outputs]
- home = [ "HTML", "RSS", "JSON", "WebAppManifest" ]
- section = [ "HTML", "RSS" ]
-
-[mediaTypes."application/manifest+json"]
- suffixes = ["webmanifest"]
-
-[outputFormats.WebAppManifest]
- mediaType = "application/manifest+json"
- rel = "manifest"
+ home = ["HTML", "RSS", "JSON", "WebAppManifest", "headers", "redirects"]
+ section = ["HTML", "RSS"]
# Configure the Markdown renderer.
[markup]
@@ -101,13 +95,9 @@ ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "
name = "categories"
weight = 70.0
- [[related.indices]]
- name = "authors"
- weight = 20.0
-
# Install Wowchemy
[module]
[[module.imports]]
- path = "github.com/wowchemy/wowchemy-hugo-modules/wowchemy"
- [[module.imports]]
path = "github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic"
+ [[module.imports]]
+ path = "github.com/wowchemy/wowchemy-hugo-modules/wowchemy"
diff --git a/content/post/getting-started/index.md b/content/post/getting-started/index.md
index 4bc76062..14345ee5 100644
--- a/content/post/getting-started/index.md
+++ b/content/post/getting-started/index.md
@@ -9,7 +9,7 @@ summary: Welcome πŸ‘‹ We know that first impressions are important, so we've pop
projects: []
# Date published
-date: "2016-04-20T00:00:00Z"
+date: "2020-12-13T00:00:00Z"
# Date updated
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)
- 🐦 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)
-- ⬆️ **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
@@ -68,7 +68,7 @@ As a token of appreciation for sponsoring, you can **unlock [these](https://wowc
## 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
diff --git a/go.mod b/go.mod
index 04e39bed..b2478d47 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,6 @@ module github.com/wowchemy/starter-academic
go 1.15
require (
- github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20210116234944-9f5c626c8f9f // indirect
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210116234944-9f5c626c8f9f
+ github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20210123180413-7dbc1f73edfd
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210123180413-7dbc1f73edfd
)
diff --git a/go.sum b/go.sum
index d17ae0da..e026e2e2 100644
--- a/go.sum
+++ b/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-20210116234944-9f5c626c8f9f/go.mod h1:TU3QDPUdBSQnvDP5QVCwjAkBIdVMS/bKFA8jr3eI5AY=
-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=
+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/wowchemy v0.0.0-20210123180413-7dbc1f73edfd/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=