Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clarkthylord/clarkthylord.github.io
My personal portfolio website!
https://github.com/clarkthylord/clarkthylord.github.io
css html jekyll js portfolio-website static-site uikit
Last synced: 27 days ago
JSON representation
My personal portfolio website!
- Host: GitHub
- URL: https://github.com/clarkthylord/clarkthylord.github.io
- Owner: ClarkThyLord
- Created: 2017-12-02T07:46:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T23:16:28.000Z (6 months ago)
- Last Synced: 2024-11-15T07:17:39.988Z (3 months ago)
- Topics: css, html, jekyll, js, portfolio-website, static-site, uikit
- Language: SCSS
- Homepage: https://clarkthylord.github.io/
- Size: 62.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> My personal portfolio website!
---
# Project Setup
## Setup
```
$ bundle install
```## Serve
```
$ bundle exec jekyll serve
```## Build
```
$ bundle exec jekyll build
```