Description
Take this Hacktoberfest to create a static site for yourself. This can be a portfolio, blog, your own digital garden, anything you ca dream up. When complete deploy it to so that it is accessible by others, and contribute to our examples page. If you find any hiccups throughout the process PR's are more than welcome to fix issues that you find in markata itself or in the docs. Before spending your valuable time on something, I would suggest to raise an issue to discuss whether your intended fix is desired or not, and please indicate to others whether or not you would like to work on the issue.
Site Ideas
Please make something that you want for yourself. Something that is all yours, and brings you joy. If you are struggling with ideas here are a few.
- gh projet portfolio - This is a starter repo.
- markata-starter-blog
- wiki
- docs
- Journal
- Tils
- Linktree
- Todo
- Slides
- Image Gallery - ex: my stable diffusions
- Re-host your tweets / social posts
Some Free Hosting Ideas (Not a sponsor)
- Netlify
- Cloudflare pages
- GitHub Pages
- Vercel
Submitting a Project Gallery Entry
- Fork the markata repo
- create a markdown file in the docs/gallery using the following template
- if you have images make sure you keep them relatively small (<100kb)
- I really like squoosh to compress images for web use.
- put your compressed images in the
static/
directory and link to them with a leading/
- Open a PR into the
main
branch
template for a gallery entry
---
title: WaylonWalker.com
codeUrl: https://github.com/WaylonWalker/waylonwalker.com/
url: https://waylonwalker.com
---
Markdown content here
[](https://waylonwalker.com)
> Link images like this ☝
Todo (for maintainers before hacktoberfestst)
- Create examples Page create project-gallery #95
- Create template for adding to the examples
- Make sure that release workflow does not run on a docs change