https://github.com/jerdog/jerdog-me-hugo
Personal site done via @gohugoio Hugo and the hugo-profile theme
https://github.com/jerdog/jerdog-me-hugo
Last synced: 12 months ago
JSON representation
Personal site done via @gohugoio Hugo and the hugo-profile theme
- Host: GitHub
- URL: https://github.com/jerdog/jerdog-me-hugo
- Owner: jerdog
- License: mit
- Created: 2022-12-25T15:55:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T15:17:15.000Z (about 2 years ago)
- Last Synced: 2024-05-20T18:02:12.519Z (about 2 years ago)
- Language: HTML
- Homepage: https://jmeiss.me
- Size: 49 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jeremy Meiss | [Personal website](https://jerdog.me)
[](https://circleci.com/gh/jerdog/jerdog-me-hugo)
[](https://app.netlify.com/sites/jerdog-me-hugo/deploys)


Personal website built using @gohugoio and [Hugo Profile](https://github.com/gurusabarish/hugo-profile) theme and deployed via Netlify.
## Local dev
* Clone the repo and submodule, and launch local server
```bash
git clone --recursive https://github.com/jerdog/jerdog-me-hugo.git
cd jerdog-me-hugo
hugo server
```
* To start a new post:
```bash
hugo new posts/new-post.md
```
* To have Hugo display future posts and drafts:
```bash
hugo server --buildDrafts --buildFuture
```