Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rustypen.com

English | 简体中文

The open-source hub for sandhope projects — a zero-dependency static site built with Hugo.

Live site: https://rustypen.com

  • 🚫 No npm, no node_modules, no Dependabot alerts — the theme is hand-written and lives in this repo
  • 🌐 English / 中文 · 🌙 Dark / light theme
  • 📝 One markdown file per project

Add a project

Create content/projects/my-app.en.md and my-app.zh.md:

---
title: "My App"
description: "One-line summary shown on the card."
icon: "/icons/my-app.png"            # optional, app icon on the list card (static/icons/)
cover: "/screenshots/my-app.png"     # optional, screenshot on the detail page (static/screenshots/)
tags: ["Rust", "Desktop"]
github: "https://github.com/sandhope/my-app"
release: "https://github.com/sandhope/my-app/releases/latest"
weight: 7                            # sort order
---

Project intro in markdown...

Develop & deploy

hugo server          # http://localhost:1313
hugo --minify        # production build

Pushing to main auto-deploys to GitHub Pages (.github/workflows/deploy.yml). Custom domain: static/CNAME.

About

The open-source hub for my projects

Resources

Stars

0 stars

Watchers

0 watching

Forks

Sponsor this project

Packages

Contributors

Languages