initial
This commit is contained in:
parent
9f647d3f3b
commit
ad199470f7
8 changed files with 154 additions and 274 deletions
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
+++
|
||||||
|
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
|
date = {{ .Date }}
|
||||||
|
draft = true
|
||||||
|
+++
|
149
hugo.yaml
Normal file
149
hugo.yaml
Normal file
|
@ -0,0 +1,149 @@
|
||||||
|
# Configuration
|
||||||
|
baseURL: "https://midtowndrafting.com/"
|
||||||
|
title: "Midtown Drafting & Design"
|
||||||
|
|
||||||
|
enableRobotsTXT: true
|
||||||
|
enableGitInfo: true
|
||||||
|
# enableEmoji: false
|
||||||
|
hasCJKLanguage: true
|
||||||
|
|
||||||
|
# services:
|
||||||
|
# googleAnalytics:
|
||||||
|
# ID: G-MEASUREMENT_ID
|
||||||
|
|
||||||
|
outputs:
|
||||||
|
home: [HTML]
|
||||||
|
page: [HTML]
|
||||||
|
section: [HTML, RSS]
|
||||||
|
|
||||||
|
defaultContentLanguage: en
|
||||||
|
languages:
|
||||||
|
en:
|
||||||
|
languageName: English
|
||||||
|
weight: 1
|
||||||
|
title: Hextra
|
||||||
|
|
||||||
|
markup:
|
||||||
|
goldmark:
|
||||||
|
renderer:
|
||||||
|
unsafe: true
|
||||||
|
highlight:
|
||||||
|
noClasses: false
|
||||||
|
|
||||||
|
enableInlineShortcodes: true
|
||||||
|
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
- identifier: documentation
|
||||||
|
name: Documentation
|
||||||
|
pageRef: /docs
|
||||||
|
weight: 1
|
||||||
|
- identifier: showcase
|
||||||
|
name: Showcase
|
||||||
|
pageRef: /showcase
|
||||||
|
weight: 2
|
||||||
|
- identifier: blog
|
||||||
|
name: Blog
|
||||||
|
pageRef: /blog
|
||||||
|
weight: 3
|
||||||
|
- identifier: about
|
||||||
|
name: About
|
||||||
|
pageRef: /about
|
||||||
|
weight: 4
|
||||||
|
- name: Search
|
||||||
|
weight: 5
|
||||||
|
params:
|
||||||
|
type: search
|
||||||
|
- name: GitHub
|
||||||
|
weight: 6
|
||||||
|
url: "https://github.com/imfing/hextra"
|
||||||
|
params:
|
||||||
|
icon: github
|
||||||
|
|
||||||
|
sidebar:
|
||||||
|
- identifier: more
|
||||||
|
name: More
|
||||||
|
params:
|
||||||
|
type: separator
|
||||||
|
weight: 1
|
||||||
|
- identifier: about
|
||||||
|
name: "About"
|
||||||
|
pageRef: "/about"
|
||||||
|
weight: 2
|
||||||
|
- identifier: hugoDocs
|
||||||
|
name: "Hugo Docs ↗"
|
||||||
|
url: "https://gohugo.io/documentation/"
|
||||||
|
weight: 3
|
||||||
|
|
||||||
|
params:
|
||||||
|
description: Modern, responsive, batteries-included Hugo theme for creating beautiful static websites.
|
||||||
|
|
||||||
|
navbar:
|
||||||
|
displayTitle: true
|
||||||
|
displayLogo: true
|
||||||
|
logo:
|
||||||
|
path: images/logo.svg
|
||||||
|
dark: images/logo-dark.svg
|
||||||
|
# width: 40
|
||||||
|
# height: 20
|
||||||
|
# link: /
|
||||||
|
width: wide
|
||||||
|
|
||||||
|
page:
|
||||||
|
# full (100%), wide (90rem), normal (1280px)
|
||||||
|
width: normal
|
||||||
|
|
||||||
|
theme:
|
||||||
|
# light | dark | system
|
||||||
|
default: system
|
||||||
|
displayToggle: true
|
||||||
|
|
||||||
|
footer:
|
||||||
|
enable: true
|
||||||
|
displayCopyright: true
|
||||||
|
displayPoweredBy: true
|
||||||
|
width: normal
|
||||||
|
|
||||||
|
displayUpdatedDate: true
|
||||||
|
dateFormat: "January 2, 2006"
|
||||||
|
|
||||||
|
# Search
|
||||||
|
# flexsearch is enabled by default
|
||||||
|
search:
|
||||||
|
enable: true
|
||||||
|
type: flexsearch
|
||||||
|
|
||||||
|
flexsearch:
|
||||||
|
# index page by: content | summary | heading | title
|
||||||
|
index: content
|
||||||
|
# full | forward | reverse | strict
|
||||||
|
# https://github.com/nextapps-de/flexsearch/#tokenizer-prefix-search
|
||||||
|
tokenize: forward
|
||||||
|
|
||||||
|
editURL:
|
||||||
|
enable: true
|
||||||
|
base: "https://github.com/imfing/hextra/edit/main/exampleSite/content"
|
||||||
|
|
||||||
|
blog:
|
||||||
|
list:
|
||||||
|
displayTags: true
|
||||||
|
# date | lastmod | publishDate | title | weight
|
||||||
|
sortBy: date
|
||||||
|
sortOrder: desc # or "asc"
|
||||||
|
|
||||||
|
comments:
|
||||||
|
enable: false
|
||||||
|
type: giscus
|
||||||
|
|
||||||
|
# https://giscus.app/
|
||||||
|
giscus:
|
||||||
|
repo: imfing/hextra
|
||||||
|
repoId: R_kgDOJ9fJag
|
||||||
|
category: General
|
||||||
|
categoryId: DIC_kwDOJ9fJas4CY7gW
|
||||||
|
# mapping: pathname
|
||||||
|
# strict: 0
|
||||||
|
# reactionsEnabled: 1
|
||||||
|
# emitMetadata: 0
|
||||||
|
# inputPosition: top
|
||||||
|
# lang: en
|
|
@ -1,49 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>3-D Modeling & Analysis</title>
|
|
||||||
<link
|
|
||||||
href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap"
|
|
||||||
rel="stylesheet"
|
|
||||||
/>
|
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
text-align: center;
|
|
||||||
background-color: #222;
|
|
||||||
color: #ddd;
|
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
font-size: 24px;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #e600008c;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
font-size: 18px;
|
|
||||||
margin: 10px;
|
|
||||||
text-decoration: none;
|
|
||||||
color: #ddd;
|
|
||||||
}
|
|
||||||
a:hover {
|
|
||||||
color: #e60000;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<a href="/">back </a>
|
|
||||||
<h1>3-D Modeling & Analysis</h1>
|
|
||||||
<div style="display: flex; flex-direction: column">
|
|
||||||
<a
|
|
||||||
href="https://docs.google.com/document/d/1kKbwxCo9_9Cvo9w4RErARzjXhQXCAZ8P/edit?usp=sharing&ouid=112354049457815110133&rtpof=true&sd=true"
|
|
||||||
target="_blank"
|
|
||||||
>Syllabus</a
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
href="https://drive.google.com/file/d/1kG4XGULB-3zqlsVvuOnuyyKrVmvPqBnR/view?usp=sharing"
|
|
||||||
target="_blank"
|
|
||||||
>Standards</a
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Binary file not shown.
Before Width: | Height: | Size: 546 KiB |
|
@ -1,78 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>Links to Engineering Graphics Resources</title>
|
|
||||||
<link
|
|
||||||
href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap"
|
|
||||||
rel="stylesheet"
|
|
||||||
/>
|
|
||||||
<title>Links to Engineering Graphics Resources</title>
|
|
||||||
<meta
|
|
||||||
name="description"
|
|
||||||
content=" Welcome! This pathway consists of three courses: Introduction to Drafting and Design, Survey of Engineering Graphics, and 3-D Modeling and Analysis. This website hosts standards, syllabi, and links for. all classes taught by Ms. Nunnink. "
|
|
||||||
/>
|
|
||||||
|
|
||||||
<meta property="og:url" content="https://midtowndrafting.com" />
|
|
||||||
<meta property="og:type" content="website" />
|
|
||||||
<meta
|
|
||||||
property="og:title"
|
|
||||||
content="Links to Engineering Graphics Resources"
|
|
||||||
/>
|
|
||||||
<meta
|
|
||||||
property="og:description"
|
|
||||||
content=" Welcome! This pathway consists of three courses: Introduction to Drafting and Design, Survey of Engineering Graphics, and 3-D Modeling and Analysis. This website hosts standards, syllabi, and links for. all classes taught by Ms. Nunnink. "
|
|
||||||
/>
|
|
||||||
<meta property="og:image" content="/img/main-min.png" />
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
|
||||||
<meta property="twitter:domain" content="midtowndrafting.com" />
|
|
||||||
<meta property="twitter:url" content="https://midtowndrafting.com" />
|
|
||||||
<meta
|
|
||||||
name="twitter:title"
|
|
||||||
content="Links to Engineering Graphics Resources"
|
|
||||||
/>
|
|
||||||
<meta
|
|
||||||
name="twitter:description"
|
|
||||||
content=" Welcome! This pathway consists of three courses: Introduction to Drafting and Design, Survey of Engineering Graphics, and 3-D Modeling and Analysis. This website hosts standards, syllabi, and links for. all classes taught by Ms. Nunnink. "
|
|
||||||
/>
|
|
||||||
<meta name="twitter:image" content="/img/main-min.png" />
|
|
||||||
|
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
text-align: center;
|
|
||||||
background-color: #222;
|
|
||||||
color: #ddd;
|
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
font-size: 24px;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #e600008c;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
font-size: 18px;
|
|
||||||
margin: 10px;
|
|
||||||
text-decoration: none;
|
|
||||||
color: #ddd;
|
|
||||||
}
|
|
||||||
a:hover {
|
|
||||||
color: #e60000;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1>Hi! This website is under construction</h1>
|
|
||||||
<h2>In the meantime, you can visit these resources:</h2>
|
|
||||||
<div style="display: flex; flex-direction: column">
|
|
||||||
<a href="/introduction-to-drafting-design"
|
|
||||||
>Introduction to Drafting & Design</a
|
|
||||||
>
|
|
||||||
<a href="/survey-of-engineering-graphics"
|
|
||||||
>Survey of Engineering Graphics</a
|
|
||||||
>
|
|
||||||
<a href="/3d-modeling-analysis">3-D Modeling & Analysis</a>
|
|
||||||
<a href="/safety-docs">Safety Docs</a>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,49 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>Introduction to Drafting & Design</title>
|
|
||||||
<link
|
|
||||||
href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap"
|
|
||||||
rel="stylesheet"
|
|
||||||
/>
|
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
text-align: center;
|
|
||||||
background-color: #222;
|
|
||||||
color: #ddd;
|
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
font-size: 24px;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #e600008c;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
font-size: 18px;
|
|
||||||
margin: 10px;
|
|
||||||
text-decoration: none;
|
|
||||||
color: #ddd;
|
|
||||||
}
|
|
||||||
a:hover {
|
|
||||||
color: #e60000;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<a href="/">back </a>
|
|
||||||
<h1>Introduction to Drafting & Design</h1>
|
|
||||||
<div style="display: flex; flex-direction: column">
|
|
||||||
<a
|
|
||||||
href="https://docs.google.com/document/d/1m5dqMdQ1CFUWDsnbSuWmLwgluZdxQ076/edit?usp=sharing&ouid=112354049457815110133&rtpof=true&sd=true"
|
|
||||||
target="_blank"
|
|
||||||
>Syllabus</a
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
href="https://drive.google.com/file/d/15v1tXYWpQ6P5rts0Hf1HvGsMOv-saP4k/view?usp=sharing"
|
|
||||||
target="_blank"
|
|
||||||
>Standards</a
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,49 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>Safety in the lab, getting started is easy</title>
|
|
||||||
<link
|
|
||||||
href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap"
|
|
||||||
rel="stylesheet"
|
|
||||||
/>
|
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
text-align: center;
|
|
||||||
background-color: #222;
|
|
||||||
color: #ddd;
|
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
font-size: 24px;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #e600008c;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
font-size: 18px;
|
|
||||||
margin: 10px;
|
|
||||||
text-decoration: none;
|
|
||||||
color: #ddd;
|
|
||||||
}
|
|
||||||
a:hover {
|
|
||||||
color: #e60000;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<a href="/">back </a>
|
|
||||||
<h1>Safety in the lab</h1>
|
|
||||||
<div style="display: flex; flex-direction: column">
|
|
||||||
<a
|
|
||||||
href="https://docs.google.com/document/d/1FTFnjp148WK8-tXOMWp4Hel0lEFglZVskVFJeH27clc/edit?usp=sharing"
|
|
||||||
target="_blank"
|
|
||||||
>GHS and NFPA 704 Safety Guidelines
|
|
||||||
</a>
|
|
||||||
<a
|
|
||||||
href="https://docs.google.com/document/d/1ZDB46E8U72bFWoWLfyKD5YMleE3wAJCvnDrYLJMr0l4/edit?usp=sharing"
|
|
||||||
target="_blank"
|
|
||||||
>Guidelines for Prototype Room/Drafting Implements
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,49 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>Survey of Engineering Graphics</title>
|
|
||||||
<link
|
|
||||||
href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap"
|
|
||||||
rel="stylesheet"
|
|
||||||
/>
|
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
text-align: center;
|
|
||||||
background-color: #222;
|
|
||||||
color: #ddd;
|
|
||||||
font-family: "Open Sans", sans-serif;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
font-size: 24px;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #e600008c;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
font-size: 18px;
|
|
||||||
margin: 10px;
|
|
||||||
text-decoration: none;
|
|
||||||
color: #ddd;
|
|
||||||
}
|
|
||||||
a:hover {
|
|
||||||
color: #e60000;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<a href="/">back </a>
|
|
||||||
<h1>Survey of Engineering Graphics</h1>
|
|
||||||
<div style="display: flex; flex-direction: column">
|
|
||||||
<a
|
|
||||||
href="https://docs.google.com/document/d/1AO7QDsqlXpwbF9BaIVbBjGFq_nru8RKp/edit?usp=sharing&ouid=112354049457815110133&rtpof=true&sd=true"
|
|
||||||
target="_blank"
|
|
||||||
>Syllabus</a
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
href="https://drive.google.com/file/d/1xHjjU51oG8XHRnjHQUVzDg03JDY4ZaDu/view?usp=sharing"
|
|
||||||
target="_blank"
|
|
||||||
>Standards</a
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Add table
Reference in a new issue