Skip to content

Commit ce16d4b

Browse files
committed
test commit
1 parent d4b47fd commit ce16d4b

31 files changed

+732
-2
lines changed

Diff for: .gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Hugo
2+
/resources/
3+
public/
4+
assets/jsconfig.json

Diff for: .hugo_build.lock

Whitespace-only changes.

Diff for: LICENSE.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2020-present George Cushen
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

Diff for: README.md

+48-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,48 @@
1-
# MatMechLab.github.io
2-
The website for the material mechanics lab
1+
# [Hugo Research Group Theme](https://github.com/wowchemy/starter-hugo-research-group)
2+
3+
[![Screenshot](./preview.png)](https://hugoblox.com/hugo-themes/)
4+
5+
The **Research Group Template** empowers your research group to easily create a beautiful website with a stunning homepage, news, academic publications, events, team profiles, and a contact form.
6+
7+
**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 ⭐⭐⭐⭐⭐
8+
9+
[![Get Started](https://img.shields.io/badge/-Get%20started-ff4655?style=for-the-badge)](https://hugoblox.com/hugo-themes/)
10+
[![Discord](https://img.shields.io/discord/722225264733716590?style=for-the-badge)](https://discord.com/channels/722225264733716590/742892432458252370/742895548159492138)
11+
[![Twitter Follow](https://img.shields.io/twitter/follow/GetResearchDev?label=Follow%20on%20Twitter)](https://twitter.com/wowchemy)
12+
13+
Easily write technical content with plain text Markdown, LaTeX math, diagrams, RMarkdown, or Jupyter, and import publications from BibTeX.
14+
15+
[Check out the latest demo](https://research-group.netlify.app/) of what you'll get in less than 60 seconds, or [view the showcase](https://hugoblox.com/creators/).
16+
17+
The integrated [**Wowchemy**](https://hugoblox.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.
18+
19+
- 👉 [**Get Started**](https://hugoblox.com/hugo-themes/)
20+
- 📚 [View the **documentation**](https://docs.hugoblox.com/)
21+
- 💬 [Chat with the **Wowchemy research community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io)
22+
- ⬇️ **Automatically import citations from BibTeX** with the [Hugo Academic CLI](https://github.com/GetRD/academic-file-converter)
23+
- 🐦 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)
24+
- 🗳 [Take the survey and help us improve #OpenSource](https://forms.gle/NioD9VhUg7PNmdCAA)
25+
- 🚀 [Contribute improvements](https://github.com/HugoBlox/hugo-blox-builder/blob/main/CONTRIBUTING.md) or [suggest improvements](https://github.com/HugoBlox/hugo-blox-builder/issues)
26+
- ⬆️ **Updating?** View the [Update Guide](https://docs.hugoblox.com/hugo-tutorials/update/) and [Release Notes](https://github.com/HugoBlox/hugo-blox-builder/releases)
27+
28+
## We ask you, humbly, to support this open source movement
29+
30+
Today we ask you to defend the open source independence of the Wowchemy website builder and themes 🐧
31+
32+
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.
33+
34+
### [❤️ Click here to become a GitHub Sponsor, unlocking awesome perks such as _exclusive academic templates and widgets_](https://github.com/sponsors/gcushen)
35+
36+
## Demo credits
37+
38+
Please replace the demo images with your own.
39+
40+
- [Female scientist](https://unsplash.com/photos/uVnRa6mOLOM)
41+
- [2 Coders](https://unsplash.com/photos/kwzWjTnDPLk)
42+
- [Cafe](https://unsplash.com/photos/RnDGGnMEOao)
43+
- Blog posts
44+
- https://unsplash.com/photos/AndE50aaHn4
45+
- https://unsplash.com/photos/OYzbqk2y26c
46+
- Avatars
47+
- https://unsplash.com/photos/5yENNRbbat4
48+
- https://unsplash.com/photos/WNoLnJo7tS8

Diff for: assets/media/coders.jpg

165 KB
Loading

Diff for: assets/media/contact.jpg

165 KB
Loading

Diff for: assets/media/icon.png

11.6 KB
Loading

Diff for: assets/media/icons/.gitkeep

Whitespace-only changes.

Diff for: assets/media/welcome.jpg

33.4 KB
Loading

Diff for: assets/scss/template.scss

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Make page header alignment consistent with widget page header alignment
2+
.universal-wrapper h1 {
3+
text-align: center;
4+
}
5+
6+
// Center the CTA shortcode button
7+
.cta-group {
8+
justify-content: center;
9+
}

Diff for: config/_default/hugo.yaml

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# Configuration of Hugo
2+
# Guide: https://docs.hugoblox.com/tutorial/
3+
# Hugo Documentation: https://gohugo.io/getting-started/configuration/#all-configuration-settings
4+
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
5+
6+
title: Material Mechanics Lab # Website name
7+
baseURL: 'https://matmechlab.github.io/' # Website URL
8+
9+
############################
10+
## LANGUAGE
11+
############################
12+
13+
defaultContentLanguage: en
14+
hasCJKLanguage: false
15+
defaultContentLanguageInSubdir: false
16+
removePathAccents: true
17+
18+
############################
19+
## ADVANCED
20+
############################
21+
22+
enableGitInfo: false
23+
summaryLength: 30
24+
paginate: 10
25+
enableEmoji: true
26+
enableRobotsTXT: true
27+
footnotereturnlinkcontents: <sup>^</sup>
28+
ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$]
29+
permalinks:
30+
authors: '/author/:slug/'
31+
tags: '/tag/:slug/'
32+
categories: '/category/:slug/'
33+
publication_types: '/publication-type/:slug/'
34+
disableAliases: true
35+
outputs:
36+
home: [HTML, RSS, JSON, WebAppManifest, headers, redirects]
37+
section: [HTML, RSS]
38+
imaging:
39+
resampleFilter: lanczos
40+
quality: 75
41+
anchor: smart
42+
timeout: 600000
43+
taxonomies:
44+
tag: tags
45+
category: categories
46+
publication_type: publication_types
47+
author: authors
48+
markup:
49+
_merge: deep
50+
related:
51+
threshold: 80
52+
includeNewer: true
53+
toLower: true
54+
indices:
55+
- name: tags
56+
weight: 100
57+
- name: categories
58+
weight: 70
59+
security:
60+
_merge: deep
61+
sitemap:
62+
_merge: deep

Diff for: config/_default/languages.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Languages
2+
# Create a section for each of your site's languages.
3+
# Documentation: https://docs.hugoblox.com/reference/language/
4+
5+
# Default language
6+
en:
7+
languageCode: en-us
8+
# Uncomment for multi-lingual sites, and move English content into `en` sub-folder.
9+
#contentDir: content/en
10+
11+
# Uncomment the lines below to configure your website in a second language.
12+
#zh:
13+
# languageCode: zh-Hans
14+
# contentDir: content/zh
15+
# title: Chinese website title...
16+
# params:
17+
# description: Site description in Chinese...
18+
# menu:
19+
# main:
20+
# - name: 传
21+
# url: '#about'
22+
# weight: 1

Diff for: config/_default/menus.yaml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Navigation Links
2+
# To link a homepage widget, specify the URL as a hash `#` followed by the filename of the
3+
# desired widget in your `content/home/` folder.
4+
# The weight parameter defines the order that the links will appear in.
5+
6+
main:
7+
# - name: Tour
8+
# url: tour
9+
# weight: 10
10+
# - name: News
11+
# url: post
12+
# weight: 20
13+
- name: People
14+
url: people
15+
weight: 30
16+
# - name: Events
17+
# url: event
18+
# weight: 40
19+
# - name: Publications
20+
# url: publication
21+
# weight: 50
22+
# - name: Contact
23+
# url: contact
24+
# weight: 60

Diff for: config/_default/module.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
############################
2+
## HUGO MODULES
3+
## Install or uninstall themes and plugins here.
4+
## Docs: https://gohugo.io/hugo-modules/
5+
############################
6+
7+
imports:
8+
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-decap-cms
9+
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify
10+
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5

Diff for: config/_default/params.yaml

+118
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
# SITE SETUP
2+
# Guide: https://docs.hugoblox.com/tutorial/
3+
# Documentation: https://docs.hugoblox.com/
4+
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
5+
6+
# Appearance
7+
8+
appearance:
9+
theme_day: minimal
10+
theme_night:
11+
font: native
12+
font_size: L
13+
14+
# SEO
15+
16+
marketing:
17+
seo:
18+
site_type: Organization
19+
local_business_type: ''
20+
org_name: ''
21+
description: 'A highly-customizable Hugo research group theme powered by Wowchemy website builder.'
22+
twitter: 'GetResearchDev'
23+
analytics:
24+
google_analytics: ''
25+
baidu_tongji: ''
26+
google_tag_manager: ''
27+
microsoft_clarity: ''
28+
verification:
29+
google: ''
30+
baidu: ''
31+
32+
# Site header
33+
34+
header:
35+
navbar:
36+
enable: true
37+
align: r
38+
show_logo: true
39+
show_language: false
40+
show_day_night: true
41+
show_search: true
42+
highlight_active_link: false
43+
44+
# Site footer
45+
46+
footer:
47+
copyright:
48+
notice: '© {year} Me. This work is licensed under {license}'
49+
license:
50+
enable: true
51+
allow_derivatives: false
52+
share_alike: true
53+
allow_commercial: false
54+
55+
# Localization
56+
57+
locale:
58+
date_format: 'Jan 2, 2006'
59+
time_format: '3:04 PM'
60+
address_format: en-us
61+
62+
# Site features
63+
64+
features:
65+
syntax_highlighter:
66+
enable: false
67+
extra_languages:
68+
- r
69+
- latex
70+
math:
71+
enable: false
72+
privacy_pack:
73+
enable: false
74+
repository:
75+
url: 'https://github.com/<username>/<repository>'
76+
content_dir: content
77+
branch: main
78+
avatar:
79+
gravatar: false
80+
shape: circle
81+
comment:
82+
provider: ''
83+
disqus:
84+
shortname: ''
85+
show_count: true
86+
commento:
87+
url: ''
88+
giscus:
89+
repo: ''
90+
repo_id: ''
91+
category: ''
92+
category_id: ''
93+
search:
94+
provider: wowchemy
95+
algolia:
96+
app_id: ''
97+
api_key: ''
98+
index_name: ''
99+
show_logo: false
100+
map:
101+
provider: 'mapnik'
102+
api_key: ''
103+
zoom: 15
104+
105+
# Extensions
106+
107+
extensions:
108+
decap_cms:
109+
branch: main
110+
local_backend: false
111+
academicons:
112+
enable: true
113+
114+
# Citation style
115+
116+
publications:
117+
date_format: January 2006
118+
citation_style: apa

Diff for: content/_index.md

+66
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
---
2+
# Leave the homepage title empty to use the site title
3+
title:
4+
date: 2022-10-24
5+
type: landing
6+
7+
sections:
8+
- block: hero
9+
content:
10+
title: |
11+
Material Mechanics Lab
12+
image:
13+
filename: welcome.jpg
14+
text: |
15+
<br>
16+
17+
The **Material Mechanics Lab**.
18+
19+
- block: collection
20+
content:
21+
title: Latest News
22+
subtitle:
23+
text:
24+
count: 5
25+
filters:
26+
author: ''
27+
category: ''
28+
exclude_featured: false
29+
publication_type: ''
30+
tag: ''
31+
offset: 0
32+
order: desc
33+
page_type: post
34+
design:
35+
view: card
36+
columns: '1'
37+
38+
- block: markdown
39+
content:
40+
title:
41+
subtitle: ''
42+
text:
43+
design:
44+
columns: '1'
45+
background:
46+
image:
47+
filename: coders.jpg
48+
filters:
49+
brightness: 1
50+
parallax: false
51+
position: center
52+
size: cover
53+
text_color_light: true
54+
spacing:
55+
padding: ['20px', '0', '20px', '0']
56+
css_class: fullscreen
57+
58+
- block: markdown
59+
content:
60+
title:
61+
subtitle:
62+
text: |
63+
{{% cta cta_link="./people/" cta_text="Meet the team →" %}}
64+
design:
65+
columns: '1'
66+
---

0 commit comments

Comments
 (0)