Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olivierobert/olivierobert-web
Personal Website
https://github.com/olivierobert/olivierobert-web
bridgetown ruby static-site
Last synced: about 1 month ago
JSON representation
Personal Website
- Host: GitHub
- URL: https://github.com/olivierobert/olivierobert-web
- Owner: olivierobert
- License: other
- Created: 2021-05-02T07:09:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T15:31:59.000Z (about 1 year ago)
- Last Synced: 2025-01-01T22:43:01.033Z (about 1 month ago)
- Topics: bridgetown, ruby, static-site
- Language: JavaScript
- Homepage: https://olivierobert.com/
- Size: 167 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Codebase for olivierobert.com---
## Get Started
### Prerequisites
- [GCC](https://gcc.gnu.org/install/)
- [Make](https://www.gnu.org/software/make/)
- [Ruby](https://www.ruby-lang.org/en/downloads/) ![ruby-version-image](https://img.shields.io/badge/ruby-3.2.2-brightgreen.svg)
- [Node](https://nodejs.org) ![node-version-image](https://img.shields.io/badge/node-18.12.1-brightgreen.svg)
- [Yarn](https://yarnpkg.com)### Install
```sh
cd olivierobert-web
bundle install && yarn install
```
> Learn more: [Bridgetown Getting Started Documentation](https://www.bridgetownrb.com/docs/).## Development
To start the site in development mode, run `bin/bridgetown start` and navigate to [localhost:4000](https://localhost:4000/).
To load the site up within a Ruby console (IRB), run `bin/bridgetown console`.
## Deployment
To build and deploy the site, run `bin/bridgetown deploy`.
Bridgetown sites can be deployed to hosts like Render, Vercel, and traditional web servers by building and copying the output folder to the HTML root.
> Learn more: [Bridgetown Deployment Documentation](https://www.bridgetownrb.com/docs/deployment) for more information.
## About
This project is maintained by [Olivier Robert](https://github.com/olivierobert).