https://github.com/maxking/maxking.github.com
Source code for my Jekyll based weblog.
https://github.com/maxking/maxking.github.com
Last synced: 3 months ago
JSON representation
Source code for my Jekyll based weblog.
- Host: GitHub
- URL: https://github.com/maxking/maxking.github.com
- Owner: maxking
- Created: 2012-11-02T10:38:06.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T08:59:14.000Z (over 2 years ago)
- Last Synced: 2025-01-20T22:51:02.295Z (over 1 year ago)
- Language: HTML
- Homepage: http://asynchronous.in
- Size: 3.1 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
maxking's blog
====================
Simple Hugo based website running at http://asynchronous.in.
Dev
---
Local Dev server can be run using
```bash
hugo server -D
```
Publish
--------
Publishing the website only needs to push to the `master` repo.
New Post
---------
Creating a new post using hugo
```bash
hugo new posts/my-new-post.md
```