https://github.com/zageron/blog
Blog for my extremely long pixel art adventure.
https://github.com/zageron/blog
blog isometric pixel-art
Last synced: 21 days ago
JSON representation
Blog for my extremely long pixel art adventure.
- Host: GitHub
- URL: https://github.com/zageron/blog
- Owner: Zageron
- License: other
- Created: 2022-03-06T00:17:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T04:12:42.000Z (6 months ago)
- Last Synced: 2025-04-10T08:49:55.264Z (24 days ago)
- Topics: blog, isometric, pixel-art
- Language: HTML
- Homepage: https://zageron.ca/
- Size: 60.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game Dev Blog
[](https://discord.gg/Je3yyqnSDN)
## Table of Contents
- [Game Dev Blog](#game-dev-blog)
- [Authoring a new Article](#authoring-a-new-article)
- [Pre-publish steps](#pre-publish-steps)
- [Building and Deploying](#building-and-deploying)
- [License](#license)---
## Authoring a new Article
```pwsh
hugo new posts/name-of-article/index.en.md
```### Pre-publish steps
1. Modify the publish date to the current time.
2. Append the timestamp, including the hour.
- Ex. `posts/2022-01-01T00-name-of-article/index.en.md`## Building and Deploying
From an elevated powershell run:
```pwsh
choco install hugo-extended -confirm
```VSC should take care of everything after that.
See `.vscode/tasks.json` for details.
---
## License
Copyright © 2022 Zageron ([@zageron](https://twitter.com/zageron))