generated from HugoBlox/theme-academic-cv
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marc Bruyere
authored
Oct 20, 2023
0 parents
commit 0bf8984
Showing
69 changed files
with
2,502 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# editorconfig.org | ||
|
||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
indent_size = 2 | ||
indent_style = space | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
[*.toml] | ||
max_line_length = 100 | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false | ||
|
||
[layouts/shortcodes/*.html] | ||
insert_final_newline = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
github: gcushen | ||
custom: https://wowchemy.com/sponsor/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
name: Deploy Wowchemy website to GitHub Pages | ||
|
||
on: | ||
# Trigger the workflow every time you push to the `main` branch | ||
push: | ||
branches: ["main"] | ||
# Allows you to run this workflow manually from the Actions tab on GitHub. | ||
workflow_dispatch: | ||
|
||
# Provide permission to clone the repo and deploy it to GitHub Pages | ||
permissions: | ||
contents: read | ||
pages: write | ||
id-token: write | ||
|
||
concurrency: | ||
group: "pages" | ||
cancel-in-progress: false | ||
|
||
defaults: | ||
run: | ||
shell: bash | ||
|
||
jobs: | ||
# Build website | ||
build: | ||
if: github.repository_owner != 'wowchemy' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
# Fetch history for Hugo's .GitInfo and .Lastmod | ||
fetch-depth: 0 | ||
- name: Setup Go | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.21' | ||
- name: Setup Hugo | ||
uses: peaceiris/actions-hugo@v2 | ||
with: | ||
hugo-version: '0.119.0' | ||
extended: true | ||
- name: Build with Hugo | ||
env: | ||
HUGO_ENVIRONMENT: production | ||
HUGO_ENV: production | ||
run: | | ||
hugo --minify --baseURL "${{ steps.pages.outputs.base_url }}/" | ||
- name: Upload artifact | ||
uses: actions/upload-pages-artifact@v2 | ||
with: | ||
path: ./public | ||
|
||
# Deploy website to GitHub Pages hosting | ||
deploy: | ||
if: github.repository_owner != 'wowchemy' | ||
environment: | ||
name: github-pages | ||
url: ${{ steps.deployment.outputs.page_url }} | ||
runs-on: ubuntu-latest | ||
needs: build | ||
steps: | ||
- name: Deploy to GitHub Pages | ||
id: deployment | ||
uses: actions/deploy-pages@v2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: Updater (WIP) | ||
|
||
on: | ||
schedule: | ||
- cron: 0 0 * * 0 | ||
|
||
jobs: | ||
update: | ||
if: github.repository_owner == 'wowchemy' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: wowchemy/gh-action-updater@v1 | ||
with: | ||
feed-url: https://wowchemy.com/blog/index.xml | ||
readme-section: news | ||
branch: main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# IDEs | ||
.idea/ | ||
|
||
# Hugo | ||
resources/ | ||
public/ | ||
jsconfig.json | ||
node_modules/ | ||
go.sum | ||
.hugo_build.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2016-present George Cushen | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# [Hugo Academic Theme](https://github.com/wowchemy/starter-hugo-academic) | ||
|
||
[![Screenshot](./preview.png)](https://wowchemy.com/hugo-themes/) | ||
|
||
The Hugo **Academic Resumé Template** empowers you to easily create your job-winning online resumé, showcase your academic publications, and create online courses or knowledge bases to grow your audience. | ||
|
||
[![Get Started](https://img.shields.io/badge/-Get%20started-ff4655?style=for-the-badge)](https://wowchemy.com/hugo-themes/) | ||
[![Discord](https://img.shields.io/discord/722225264733716590?style=for-the-badge)](https://discord.com/channels/722225264733716590/742892432458252370/742895548159492138) | ||
[![Twitter Follow](https://img.shields.io/twitter/follow/wowchemy?label=Follow%20on%20Twitter)](https://twitter.com/wowchemy) | ||
|
||
️**Trusted by 250,000+ researchers, educators, and students.** Highly customizable via the integrated **no-code, widget-based Wowchemy page builder**, making every site truly personalized ⭐⭐⭐⭐⭐ | ||
|
||
Easily write technical content with plain text Markdown, LaTeX math, diagrams, RMarkdown, or Jupyter, and import publications from BibTeX. | ||
|
||
[Check out the latest demo](https://academic-demo.netlify.app/) of what you'll get in less than 10 minutes, or [get inspired by our academics and research groups](https://wowchemy.com/creators/). | ||
|
||
The integrated [**Wowchemy**](https://wowchemy.com) website builder and CMS makes it easy to create a beautiful website for free. Edit your site in the CMS (or your favorite editor), generate it with [Hugo](https://github.com/gohugoio/hugo), and deploy with GitHub or Netlify. Customize anything on your site with widgets, light/dark themes, and language packs. | ||
|
||
- 👉 [**Get Started**](https://wowchemy.com/hugo-themes/) | ||
- 📚 [View the **documentation**](https://wowchemy.com/docs/) | ||
- 💬 [Chat with the **Wowchemy research 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&src=typed_query) | ||
- ⬇️ **Automatically import your publications from BibTeX** with the [Hugo Academic CLI](https://github.com/wowchemy/hugo-academic-cli) | ||
- 💡 [Suggest an improvement](https://github.com/wowchemy/wowchemy-hugo-themes/issues) | ||
- ⬆️ **Updating?** View the [Update Guide](https://wowchemy.com/docs/hugo-tutorials/update/) and [Release Notes](https://github.com/wowchemy/wowchemy-hugo-themes/releases) | ||
|
||
## We ask you, humbly, to support this open source movement | ||
|
||
Today we ask you to defend the open source independence of the Wowchemy website builder and themes 🐧 | ||
|
||
We're an open source movement that depends on your support to stay online and thriving, but 99.9% of our creators don't give; they simply look the other way. | ||
|
||
### [❤️ Click here to become a GitHub Sponsor, unlocking awesome perks such as _exclusive academic templates and widgets_](https://github.com/sponsors/gcushen) | ||
|
||
<p align="center"><a href="https://wowchemy.com/templates/" target="_blank" rel="noopener"><img src="https://wowchemy.com/uploads/readmes/academic_logo_200px.png" alt="Hugo Academic Theme for Wowchemy Website Builder"></a></p> | ||
|
||
## Demo image credits | ||
|
||
- [Open book](https://unsplash.com/photos/J4kK8b9Fgj8) | ||
- [Course](https://unsplash.com/photos/JKUTrJ4vK00) | ||
|
||
## Latest news | ||
|
||
<!--START_SECTION:news--> | ||
|
||
- [Easily make an academic CV website to get more cites and grow your audience 🚀](https://wowchemy.com/blog/easily-make-academic-website/) | ||
- [What's new in v5.2?](https://wowchemy.com/blog/whats-new-in-v5.2/) | ||
- [What's new in v5.1?](https://wowchemy.com/blog/whats-new-in-v5.1/) | ||
- [Version 5.0 (February 2021)](https://wowchemy.com/blog/version-5.0-february-2021/) | ||
- [Version 5.0 Beta 3 (February 2021)](https://wowchemy.com/blog/version-5.0-beta-3-february-2021/) | ||
<!--END_SECTION:news--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Version: 1.0 | ||
|
||
RestoreWorkspace: Default | ||
SaveWorkspace: Default | ||
AlwaysSaveHistory: Default | ||
|
||
EnableCodeIndexing: Yes | ||
UseSpacesForTab: Yes | ||
NumSpacesForTab: 2 | ||
Encoding: UTF-8 | ||
|
||
RnwWeave: Sweave | ||
LaTeX: pdfLaTeX | ||
|
||
AutoAppendNewline: Yes | ||
StripTrailingWhitespace: Yes |
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+113 KB
assets/media/albums/demo/glenn-carstens-peters-npxXWgQ33ZQ-unsplash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
# Configuration of Hugo | ||
# Guide: https://wowchemy.com/docs/getting-started/ | ||
# Hugo Documentation: https://gohugo.io/getting-started/configuration/#all-configuration-settings | ||
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/ | ||
|
||
title: Academic # Website name | ||
baseURL: 'https://example.com/' # Website URL | ||
|
||
############################ | ||
## LANGUAGE | ||
############################ | ||
|
||
defaultContentLanguage: en | ||
hasCJKLanguage: false | ||
defaultContentLanguageInSubdir: false | ||
removePathAccents: true | ||
|
||
############################ | ||
## MODULES | ||
############################ | ||
|
||
module: | ||
imports: | ||
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify | ||
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal | ||
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 | ||
|
||
############################ | ||
## ADVANCED | ||
############################ | ||
|
||
enableGitInfo: false | ||
summaryLength: 30 | ||
paginate: 10 | ||
enableEmoji: true | ||
enableRobotsTXT: true | ||
footnotereturnlinkcontents: <sup>^</sup> | ||
ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$] | ||
permalinks: | ||
event: '/talk/:slug/' | ||
tags: '/tag/:slug/' | ||
categories: '/category/:slug/' | ||
publication_types: '/publication-type/:slug/' | ||
disableAliases: true | ||
outputs: | ||
home: [HTML, RSS, JSON, WebAppManifest, headers, redirects] | ||
section: [HTML, RSS] | ||
imaging: | ||
resampleFilter: lanczos | ||
quality: 75 | ||
anchor: smart | ||
timeout: 600000 | ||
taxonomies: | ||
tag: tags | ||
category: categories | ||
publication_type: publication_types | ||
author: authors | ||
markup: | ||
_merge: deep | ||
related: | ||
threshold: 80 | ||
includeNewer: true | ||
toLower: true | ||
indices: | ||
- name: tags | ||
weight: 100 | ||
- name: categories | ||
weight: 70 | ||
security: | ||
_merge: deep | ||
sitemap: | ||
_merge: deep | ||
minify: | ||
_merge: deep |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Languages | ||
# Create a section for each of your site's languages. | ||
# Documentation: https://wowchemy.com/docs/guide/language/ | ||
|
||
# Default language | ||
en: | ||
languageCode: en-us | ||
# Uncomment for multi-lingual sites, and move English content into `en` sub-folder. | ||
#contentDir: content/en | ||
|
||
# Uncomment the lines below to configure your website in a second language. | ||
#zh: | ||
# languageCode: zh-Hans | ||
# contentDir: content/zh | ||
# title: Chinese website title... | ||
# params: | ||
# description: Site description in Chinese... | ||
# menu: | ||
# main: | ||
# - name: 传 | ||
# url: '#about' | ||
# weight: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Navigation Links | ||
# To link a homepage widget, specify the URL as a hash `#` followed by the filename of the | ||
# desired widget in your `content/home/` folder. | ||
# The weight parameter defines the order that the links will appear in. | ||
|
||
main: | ||
- name: Home | ||
url: '#about' | ||
weight: 10 | ||
- name: Posts | ||
url: '#posts' | ||
weight: 20 | ||
- name: Projects | ||
url: '#projects' | ||
weight: 30 | ||
- name: Talks | ||
url: '#talks' | ||
weight: 40 | ||
- name: Publications | ||
url: '#featured' | ||
weight: 50 | ||
- name: Contact | ||
url: '#contact' | ||
weight: 60 | ||
|
||
# Link to a PDF of your resume/CV from the menu. | ||
# To enable, copy your resume/CV to `static/uploads/resume.pdf` and uncomment the lines below. | ||
# - name: CV | ||
# url: uploads/resume.pdf | ||
# weight: 70 |
Oops, something went wrong.