https://github.com/mbround18/showcase-yourself
This is a very simple personal professional website to showcase yourself! :) See the website link for an example. The config.json in the src directory is just an example.
https://github.com/mbround18/showcase-yourself
Last synced: about 1 month ago
JSON representation
This is a very simple personal professional website to showcase yourself! :) See the website link for an example. The config.json in the src directory is just an example.
- Host: GitHub
- URL: https://github.com/mbround18/showcase-yourself
- Owner: mbround18
- License: unlicense
- Created: 2018-04-10T05:36:11.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T02:25:50.000Z (about 2 months ago)
- Last Synced: 2025-04-03T03:26:13.287Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://m.bruno.fyi
- Size: 16.3 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Simple Professional Website
[](https://github.com/xojs/xo)
[](https://snyk.io/test/github/mbround18/showcase-yourself?targetFile=package.json)
[](https://app.netlify.com/sites/silly-edison-e92c70/deploys)Revamping in Rust+Yew for WebAssembly!
## Setup
1. Clone or fork+clone this repository.
2. Run `yarn` to install dependencies
3. Create a config file and either add it to a gist or host it somewhere. [Click here to see an example of the config file](https://gist.github.com/mbround18/d325e49f21e4d99a1ceea988458fc897)
4. Set an env variable called `CONFIG_URL` to be your gist url or hosted config.json> If you are using gist, you can use `https://gist.githubusercontent.com/{username}/{gist-hash}/raw/{file}`
5. Build the app `yarn generate`
6. Publish your static files from `./dist`