Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mark-horn/devfolio
Devfolio is modern, minimal portfolio and blog made with Svelte/kit and Tailwind.
https://github.com/mark-horn/devfolio
svelte svelte-kit
Last synced: 2 days ago
JSON representation
Devfolio is modern, minimal portfolio and blog made with Svelte/kit and Tailwind.
- Host: GitHub
- URL: https://github.com/mark-horn/devfolio
- Owner: mark-horn
- Created: 2023-11-18T06:33:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-28T20:50:33.000Z (about 1 year ago)
- Last Synced: 2024-11-15T08:14:30.373Z (2 months ago)
- Topics: svelte, svelte-kit
- Language: Svelte
- Homepage: https://devfolio-blog-starter.vercel.app
- Size: 1.19 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Devfolio was designed as a starter portfolio / blog for developers just breaking into the field. A place to store thoughts and show off projects.
I put quite a bit of work into this project. Please leave me a star, if you found it useful.
# Deploy your own
Two very popular 1 click deployment platforms are Vercel and Netlify
#### Deploy devfolio on Vercel
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/markhorn-dev/devfolio)#### Deploy devfolio on Netlify
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/markhorn-dev/devfolio)# Installation
```bash
git clone https://github.com//devfolio
cd devfolio
npm install
npm run dev
```
devfolio should now be running at
http://localhost:5173/# Usage
To edit the site, edit the data files in `.data` in the root directory.
Mock posts and projects are included. Please check the blog posts on how to add posts, projects, and write markdown.
The contact form is already wired to an api. The back-end can be found in `src/routes/api/email`. The front-end is found in `src/routes/contact`.
Choose your own provider. I personally used during development due to its' generous free tier.
___
# Stack
* Svelte/kit
* Tailwind
* MDSvex (use markdown in svelte)
* MDSvex-relative-images (use relative images in mdsvex)___
# Credits
* [Pngwn](https://github.com/pngwn) mdsvex
* [Matt Jennings](https://github.com/mattjennings) mdsvex-relative-images