Skip to content

Commit 73bd294

Browse files
committed
Remove c3 theme
1 parent 6d4510d commit 73bd294

36 files changed

+36
-4
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "themes/toha"]
2-
path = themes/toha
3-
url = https://github.com/hugo-toha/toha.git

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# rayprogramming.com
2+
3+
This is the source code and content for [rayprogramming.com](https://rayprogramming.com), a personal blog and project site.
4+
5+
## Structure
6+
7+
- `content/` - Blog posts and site content (Markdown)
8+
- `layouts/` - Hugo templates and partials
9+
- `archetypes/` - Archetype templates for new content
10+
- `static/` - Static assets (CSS, JS, images)
11+
- `resources/` - Generated resources (e.g., compiled CSS)
12+
- `themes/` - Hugo themes (if any)
13+
14+
## Getting Started
15+
16+
This site is built with [Hugo](https://gohugo.io/).
17+
18+
To run locally:
19+
20+
```bash
21+
hugo server
22+
```
23+
24+
To build the site:
25+
26+
```bash
27+
hugo
28+
```
29+
30+
## Contributing
31+
32+
Contributions are welcome via pull requests.
33+
34+
## License
35+
36+
See individual files for license information.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)