generated from HugoBlox/theme-link-in-bio
-
-
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
0 parents
commit baf1434
Showing
19 changed files
with
413 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,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,7 @@ | ||
# IDEs | ||
.idea/ | ||
|
||
# Hugo | ||
/resources/ | ||
public/ | ||
assets/jsconfig.json |
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 @@ | ||
# [Hugo Minimal Theme](https://github.com/wowchemy/hugo-minimal-theme) | ||
|
||
[![Screenshot](./preview.png)](https://wowchemy.com/hugo-themes/) | ||
|
||
The **Minimal Template** empowers you to easily create a simple one-page site **without any code**, just using **widgets**. | ||
|
||
[![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) | ||
|
||
[Check out the latest demo](https://hugo-minimal-theme.netlify.app/) of what you'll get in less than 60 seconds, or [get inspired by how others are using this template](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) | ||
- ⬇️ **Automatically import citations from BibTeX** with the [Hugo Academic CLI](https://github.com/wowchemy/hugo-academic-cli) | ||
- 🐦 Share your new site with the community: [@wowchemy](https://twitter.com/wowchemy) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithWowchemy](https://twitter.com/search?q=%23MadeWithWowchemy&src=typed_query) | ||
- 🗳 [Take the survey and help us improve #OpenSource](https://forms.gle/NioD9VhUg7PNmdCAA) | ||
- 🚀 [Contribute improvements](https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/CONTRIBUTING.md) or [suggest improvements](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) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
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,34 @@ | ||
// Minimal template style | ||
|
||
// Custom avatar size on homepage | ||
.avatar { | ||
width: auto; | ||
height: auto; | ||
max-width: 225px; | ||
max-height: 225px; | ||
} | ||
|
||
#profile .network-icon { | ||
margin-top: 0.5rem; | ||
} | ||
|
||
ul.network-icon .big-icon { | ||
font-size: 1.5rem; | ||
} | ||
|
||
.network-icon li { | ||
@include media-breakpoint-down(sm) { | ||
/* Min 48px Lighthouse tap targets on mobile */ | ||
margin-right: 12px; | ||
} | ||
} | ||
|
||
.dark .portrait-title h3 { | ||
color: rgba(255, 255, 255, 0.9); | ||
font-weight: bold; | ||
} | ||
|
||
.dark .portrait-title h2 { | ||
color: #fff; | ||
font-weight: bold; | ||
} |
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,73 @@ | ||
# 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: Hugo Minimal Theme # 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-cms | ||
disable: true | ||
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify | ||
- 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: | ||
authors: '/author/:slug/' | ||
tags: '/tag/:slug/' | ||
categories: '/category/: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 | ||
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,12 @@ | ||
# 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: / | ||
weight: 10 | ||
- name: About | ||
url: about/ | ||
weight: 20 |
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,107 @@ | ||
# SITE SETUP | ||
# Guide: https://wowchemy.com/docs/getting-started/ | ||
# Documentation: https://wowchemy.com/docs/ | ||
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/ | ||
|
||
# Appearance | ||
|
||
appearance: | ||
theme_day: | ||
theme_night: minimal | ||
font: native | ||
font_size: L | ||
|
||
# SEO | ||
|
||
marketing: | ||
seo: | ||
site_type: Person | ||
local_business_type: '' | ||
org_name: '' | ||
description: 'A highly-customizable Hugo minimal theme powered by Wowchemy website builder.' | ||
twitter: 'wowchemy' | ||
analytics: | ||
google_analytics: '' | ||
baidu_tongji: '' | ||
google_tag_manager: '' | ||
microsoft_clarity: '' | ||
verification: | ||
google: '' | ||
baidu: '' | ||
|
||
# Site header | ||
|
||
header: | ||
navbar: | ||
enable: false | ||
align: r | ||
show_logo: false | ||
show_language: false | ||
show_day_night: true | ||
show_search: true | ||
highlight_active_link: false | ||
|
||
footer: | ||
copyright: | ||
notice: '© {year} Me. This work is licensed under {license}' | ||
license: | ||
enable: true | ||
allow_derivatives: false | ||
share_alike: true | ||
allow_commercial: false | ||
|
||
# Localization | ||
|
||
locale: | ||
date_format: 'Jan 2, 2006' | ||
time_format: '3:04 PM' | ||
|
||
# Site features | ||
|
||
features: | ||
syntax_highlighter: | ||
enable: false | ||
extra_languages: | ||
- r | ||
- latex | ||
math: | ||
enable: false | ||
privacy_pack: | ||
enable: false | ||
repository: | ||
url: 'https://github.com/<username>/<repository>' | ||
content_dir: content | ||
branch: main | ||
avatar: | ||
gravatar: false | ||
shape: circle | ||
comment: | ||
provider: '' | ||
disqus: | ||
shortname: '' | ||
show_count: true | ||
commento: | ||
url: '' | ||
giscus: | ||
repo: '' | ||
repo_id: '' | ||
category: '' | ||
category_id: '' | ||
search: | ||
provider: '' | ||
algolia: | ||
app_id: '' | ||
api_key: '' | ||
index_name: '' | ||
show_logo: false | ||
map: | ||
provider: '' | ||
api_key: '' | ||
zoom: 15 | ||
|
||
extensions: | ||
cms: | ||
branch: main | ||
local_backend: false | ||
academicons: | ||
enable: 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,27 @@ | ||
--- | ||
# Leave the homepage title empty to use the site title | ||
title: | ||
date: 2022-10-24 | ||
type: landing | ||
sections: | ||
- block: about.avatar | ||
content: | ||
# Choose a user profile to display (a folder name within `content/authors/`) | ||
username: admin | ||
text: |- | ||
👋 Hi, there! I'm **Alice**, a machine learning researcher at Netflix. | ||
{style="font-size: 1.2rem; background: #FFB76B; background: linear-gradient(to right, #FFB76B 0%, #FFA73D 30%, #FF7C00 60%, #FF7F04 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;"} | ||
design: | ||
background: | ||
color: black | ||
text_color_light: true | ||
image: | ||
# Add your image background to `assets/media/`. | ||
filename: space.jpg | ||
filters: | ||
brightness: 0.4 | ||
size: cover | ||
position: center | ||
parallax: false | ||
css_class: d-flex fullscreen align-items-center | ||
--- |
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,11 @@ | ||
--- | ||
cms_exclude: true | ||
|
||
# To publish author profile pages, remove all of the `_build` and `cascade` settings below. | ||
_build: | ||
render: never | ||
cascade: | ||
_build: | ||
render: never | ||
list: always | ||
--- |
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,58 @@ | ||
--- | ||
# Display name | ||
title: 吳恩達 | ||
name_pronunciation: Wu En da | ||
|
||
# Is this the primary user of the site? | ||
superuser: true | ||
|
||
# Role/position | ||
role: '' | ||
|
||
# Status emoji | ||
status: | ||
icon: ☕️ | ||
|
||
# Organizations/Affiliations | ||
#organizations: | ||
#- name: 腾讯 | ||
# url: "" | ||
|
||
# Short bio (displayed in user profile at end of posts) | ||
bio: '' | ||
|
||
# Social/Academic Networking | ||
# For available icons, see: https://wowchemy.com/docs/getting-started/page-builder/#icons | ||
# For an email link, use "fas" icon pack, "envelope" icon, and a link in the | ||
# form "mailto:your-email@example.com" or "#contact" for contact widget. | ||
social: | ||
- icon: envelope | ||
icon_pack: fas | ||
link: 'mailto:test@example.org' | ||
- icon: twitter | ||
icon_pack: fab | ||
link: https://twitter.com/wowchemy | ||
- icon: instagram | ||
icon_pack: fab | ||
link: https://www.instagram.com/spacex/ | ||
- icon: weibo | ||
icon_pack: fab | ||
link: ttps://weibo.com/p/1008088f0ff813c3676d81a04a616ba555af0c/super_index | ||
- icon: tiktok | ||
icon_pack: fab | ||
link: https://www.tiktok.com/@spacex.to.mars | ||
- icon: orcid | ||
icon_pack: fab | ||
link: https://orcid.org/0000-0001-5547-3196 | ||
- icon: github | ||
icon_pack: fab | ||
link: https://github.com/gcushen | ||
# Link to a PDF of your resume/CV from the About widget. | ||
# To enable, copy your resume/CV to `static/uploads/resume.pdf` | ||
- icon: file-pdf | ||
icon_pack: fas | ||
label: View Resume | ||
link: uploads/resume.pdf | ||
# Enter email to display Gravatar (if Gravatar enabled in Config) | ||
#email: "" | ||
--- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.