Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugomd/blog
✍️ My blog.
https://github.com/hugomd/blog
blog development gohugo javascript lessons
Last synced: 2 months ago
JSON representation
✍️ My blog.
- Host: GitHub
- URL: https://github.com/hugomd/blog
- Owner: hugomd
- Created: 2017-02-22T09:54:49.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-18T10:16:15.000Z (4 months ago)
- Last Synced: 2024-09-19T13:35:42.134Z (4 months ago)
- Topics: blog, development, gohugo, javascript, lessons
- Language: JavaScript
- Homepage: https://hugo.md
- Size: 68.8 MB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hugo's Blog
This is the repository that houses my blog and personal website. It runs [Hugo](https://gohugo.io/) (I know, I know, it has a very cool name).
It uses the [TBD](https://github.com/hugomd/blog/tree/develop/themes/simple) theme (of my own making) and is hosted on [Cloudflare Pages](https://pages.cloudflare.com/).
## Running locally
```
hugo server
```### Static Assets
Hosted assets are stored in [`/content`](./content), and get served on `/`, e.g. `/about.json`.