https://github.com/arranf/hemingpress
A Hemingway Hugo theme derivative based on VuePress 0.x's default theme.
https://github.com/arranf/hemingpress
hemingway hugo vue vuepress
Last synced: 4 months ago
JSON representation
A Hemingway Hugo theme derivative based on VuePress 0.x's default theme.
- Host: GitHub
- URL: https://github.com/arranf/hemingpress
- Owner: arranf
- License: mit
- Created: 2019-01-06T12:41:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T19:04:45.000Z (about 2 years ago)
- Last Synced: 2025-05-07T06:37:36.832Z (about 1 year ago)
- Topics: hemingway, hugo, vue, vuepress
- Language: SCSS
- Size: 991 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# HemingPress
THIS REPOSITORY IS ARCHIVED AS MY NEW BLOG THEME IS TOO SPECIFIC FOR MY NEEDS.
FEEL FREE TO USE THIS DESPITE IT BEING ARCHIVED.
Hemingway is a minimal Hugo blog theme, based on the skeleton of Hemingway and the 0.x VuePress styles.
## Getting Started
Clone this repository to your hugo theme directory.
```
mkdir themes
cd themes
git clone https://github.com/arranf/hemingpress.git
```
## Configuration
To be documented.
## Icons
Icons are unknown - possibly Feather icons.
## Build
```
yarn install
yarn build
```
## Dev
```
yarn watch
```
You can go to localhost:1313 and this theme should be visible.
## License
Hemingpress is licensed under the [MIT License](LICENSE.md).
## Author
[Arran France](https://arranfrance.com).