https://github.com/jyhong836/junyuan-academic-theme
Junyuan's Hugo Academic (wowchemy) Theme
https://github.com/jyhong836/junyuan-academic-theme
academic hugo hugo-theme
Last synced: 3 months ago
JSON representation
Junyuan's Hugo Academic (wowchemy) Theme
- Host: GitHub
- URL: https://github.com/jyhong836/junyuan-academic-theme
- Owner: jyhong836
- License: mit
- Created: 2023-05-06T14:24:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-29T16:44:33.000Z (7 months ago)
- Last Synced: 2025-01-17T13:17:49.145Z (5 months ago)
- Topics: academic, hugo, hugo-theme
- Language: SCSS
- Homepage: https://jyhong.gitlab.io/
- Size: 297 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Junyuan's Customized Academic Website
[](https://github.com/jyhong836/junyuan-academic-theme) [](https://jyhong.gitlab.io/) [](https://opensource.org/licenses/MIT)
This the theme customized and used by [Junyuan Hong](https://jyhong.gitlab.io) (click to check the demo).
The theme is based on [Wowchemy Academic Theme](https://github.com/wowchemy/starter-hugo-academic) driven by [Hugo](https://gohugo.io/). The customization was first created by [matteocourthoud](https://matteocourthoud.github.io/).Guidance for deployment and customizations:
* [matteocourthoud's guide](https://matteocourthoud.github.io/post/website/).
* The full set of [codes](https://github.com/jyhong836/jyhong.gitlab.io) for reproducing [Junyuan's website](https://jyhong.gitlab.io).Features added by the theme:
* In publication section, you can set filter buttons, like selected and specific tags, which can automatically adjust the displayed papers.
* `Showcase` design view (`design.view` in `content/home/featured`) for the featured widget. The `showcase` view is derived from portfolio's `showcase` view and is adjusted with a larger figure and text.
* Avatar will be stick on the top when scrolling.
* New citation format with venue and year badge at the beginning. Authors in the second line. Link buttons will not in new line to save space.Feel free to use :smile:.
## How to use
You can directly start from [my website codes](https://github.com/jyhong836/jyhong.gitlab.io) or follow the below instruction to use the theme only.
1. Run `git clone [email protected]:jyhong836/junyuan-academic-theme.git` in your `themes` folder.
2. Update the imported `module` in `config/_default/config.yaml`.
```yaml
module:
imports:
- path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms
# - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy
- path: junyuan-academic-theme
```
3. Refer to [my codes](https://github.com/jyhong836/jyhong.gitlab.io) to use the theme.Useful customization info:
* Color customization by editing `data/themes/.toml`.