https://github.com/rlskoeser/rlskoeser.github.io
personal website running on hugo & github pages
https://github.com/rlskoeser/rlskoeser.github.io
blog github-pages-website hugo-site personal-website static-site
Last synced: 4 months ago
JSON representation
personal website running on hugo & github pages
- Host: GitHub
- URL: https://github.com/rlskoeser/rlskoeser.github.io
- Owner: rlskoeser
- Created: 2013-09-13T16:44:55.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T12:42:06.000Z (over 1 year ago)
- Last Synced: 2025-08-01T13:52:17.789Z (6 months ago)
- Topics: blog, github-pages-website, hugo-site, personal-website, static-site
- Language: HTML
- Homepage: https://rlskoeser.github.io/
- Size: 85.5 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rlskoeser.github.io
personal website running on [hugo](https://gohugo.io/) and GitHub pages
## adding a new post
Use `hugo new` to create a new post using a local archetype which includes
all local customizations and options.
```sh
hugo new posts/`date +'%Y-%m-%d'`-title-slug
```
This will create a page bundle; images associated with the post should
be added in the same folder.
Any new custom post parameters should be added to the post archetype in
`archetypes/post/index.md`.