Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T19:04:45.000Z (10 months ago)
- Last Synced: 2024-04-05T20:24:15.253Z (10 months ago)
- Topics: hemingway, hugo, vue, vuepress
- Language: SCSS
- Size: 991 KB
- Stars: 3
- Watchers: 3
- 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).