generated from inherentlee/11ty
Compare commits
9
Commits
a913d145b1
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56963da02c | ||
|
|
bbc88efe34 | ||
|
|
a8719799f9 | ||
|
|
a77cabf9f1 | ||
|
|
d706703dd1 | ||
|
|
d6d52e8bef | ||
|
|
67908bcd0a | ||
|
|
1b41d37b26 | ||
|
|
b0d68de18f |
@@ -2,7 +2,39 @@
|
||||
|
||||
Home page for District Dharma based out of DC.
|
||||
|
||||
## todo
|
||||
## Prerequisites
|
||||
|
||||
- focus highlighting on home page link
|
||||
- email validation message?
|
||||
1. **Heckin' Tech Gitea Personal Access Token (PAT)**
|
||||
1. Click on your user in the upper right and choose "Settings" from the dropdown
|
||||
1. Go to "Applications" in the left-hand settings menu
|
||||
1. Choose "Generate new token"
|
||||
- Token name is up to you
|
||||
- Token access should be public only
|
||||
- Token permissions should be read & write on repositories
|
||||
1. **Save your token somewhere secure. If lost, you must generate a new token**
|
||||
1. **Repository access:** Lee will grant contributor permissions. Repository URL is [heckin.technology/inherentlee/district-dharma](https://heckin.technology/inherentlee/district-dharma)
|
||||
|
||||
## Managing content
|
||||
|
||||
### Content management system
|
||||
|
||||
Your content management system is Mattrbld. Mattrbld can be found at [mattrbld.com](mattrbld.com). The first time you access it (or access in a new browser, on a new machine, or with cookies wiped), you will need to give it the repository URL above and set up a user name. Feel free to just set your full name (spaces are ok). This will label your "commits" (changes) to the repository as you.
|
||||
|
||||
### Checking for changes
|
||||
|
||||
It's unlikely there will be conflicts between changes I make and changes you would like to make. However, it's never a bad idea to go to the "Dashboard" tab and choose to check for updates.
|
||||
|
||||
### Making changes
|
||||
|
||||
All changes will be in the "Pages" tab. There are two pages:
|
||||
|
||||
- **attribution:** This page has a brief site creator attribution, mentions the site generator, credits the fonts used, and reports that no generative AI was used in creating the site. It is unlikely you will need to edit this page.
|
||||
- **index:** This page includes the body content for the home page of District Dharma. Note that it does *not* include the contact form at the bottom, which cannot be created via Mattrbld and is done on the backend. For form changes, contact me.
|
||||
|
||||
### Saving changes
|
||||
|
||||
To save your changes and see them reflected in the live site, you will navigate to the "Dashboard" tab and sync your changes. Here you will need to enter the email you use for the Heckin' Tech Gitea as well as the generated PAT. If you receive any non-transient errors, feel free to reach out to me.
|
||||
|
||||
## Contact
|
||||
|
||||
If for any reason you are having trouble finding me, all my contact information can be found at [leecat.art/contact](https://leecat.art/contact).
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
<footer>
|
||||
<p>© 2026</p>
|
||||
<p><a href="/attribution/">site attribution</a></p>
|
||||
</footer>
|
||||
|
||||
@@ -99,6 +99,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
font-variant: small-caps;
|
||||
font-family: Montserrat;
|
||||
font-weight: 400;
|
||||
letter-spacing: 5%;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@@ -171,10 +172,12 @@ header a:focus-visible .logo {
|
||||
footer {
|
||||
background-color: var(--color-accent);
|
||||
color: var(--color-bg);
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
footer p {
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
footer a,
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
---
|
||||
title: Attribution
|
||||
___mb_schema: /.mattrbld/schemas/page.json
|
||||
---
|
||||
|
||||
This site is built using [{{ eleventy.generator }}](https://www.11ty.dev/){target="_blank"} by [Lee Cattarin](https://leecat.art){target="_blank"}.
|
||||
This site is built using [{{ eleventy.generator }}](https://www.11ty.dev/){target="_blank"} by [Lee Cattarin](https://leecat.art){target="_blank"}. It is hosted by [heckin' technology](https://heckin.technology/){target="_blank"}.
|
||||
|
||||
The header font is [Monserrat](https://fonts.google.com/specimen/Montserrat){target="_blank"}. The body font is [Atkinson Hyperlegible Next](https://www.brailleinstitute.org/freefont/){target="_blank"}, developed by the Braille Institute.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user