Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsnwa/darkfolio
Gridsome portfolio theme (Forestry ready)
https://github.com/itsnwa/darkfolio
forestry forestry-starter gridsome netlify template theme
Last synced: 12 days ago
JSON representation
Gridsome portfolio theme (Forestry ready)
- Host: GitHub
- URL: https://github.com/itsnwa/darkfolio
- Owner: itsnwa
- License: mit
- Created: 2019-08-14T09:55:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T01:56:23.000Z (about 2 years ago)
- Last Synced: 2025-01-18T21:34:54.127Z (17 days ago)
- Topics: forestry, forestry-starter, gridsome, netlify, template, theme
- Language: Vue
- Homepage: https://darkfolio.netlify.com
- Size: 94.2 MB
- Stars: 20
- Watchers: 1
- Forks: 9
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Darkfolio Preview](https://files-n24jxyctz.now.sh/darkfolio-preview.png)
Darkfolio
Portfolio starter theme for Gridsome and Forestry
## Development
```bash
# install Gridsome globally
npm install --global @gridsome/cli# cd into the project directory
cd darkfolio# install dependencies
npm install# Start local dev server
gridsome develop
```## Forestry (Content Management)
This project has been pre-configured to work with Forestry, just import your repository ✨
Any changes you make will be commited back to the repo, and deployed if you're using Netlify.## Deploy with Netlify
Import your site in Netlify
1. Create a new site in Netlify and import your repository.
2. Set the build command to: `npm run build`
3. Set the publish directory to: `dist`That's it, now your site gets deployed automatically on `git push` or when saving documents from Forestry.