https://github.com/rexledesma/rexledesma.com
A portfolio to host my socials, writings, and bookshelf!
https://github.com/rexledesma/rexledesma.com
jekyll markdown pandoc semantic-ui tufte-css writing
Last synced: about 1 month ago
JSON representation
A portfolio to host my socials, writings, and bookshelf!
- Host: GitHub
- URL: https://github.com/rexledesma/rexledesma.com
- Owner: rexledesma
- Created: 2017-02-04T05:47:48.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2026-03-11T22:20:29.000Z (3 months ago)
- Last Synced: 2026-03-12T03:25:28.457Z (3 months ago)
- Language: Svelte
- Homepage: https://rexledesma.com
- Size: 6.38 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
Awesome Lists containing this project
README
# Personal Website
## Summary
[`rexledesma.com`](https://rexledesma.com)
## Setup
First, we install external dependencies from
[`tufte-pandoc-jekyll`](https://github.com/jez/tufte-pandoc-jekyll#installation).
```bash
brew install pandoc
brew install jez/formulae/pandoc-sidenote
```
Next, we setup `rbenv` to ensure the Ruby version when we work on this project.
```bash
brew install rbenv
# install local ruby version defined in .ruby-version
rbenv install
# install bundler and Gemfile dependencies
gem install bundler
bundle install
```
We can now use jekyll to serve our application.
```bash
bundle exec jekyll serve
```
## Credits
- [`jekyll-minifier`](https://github.com/digitalsparky/jekyll-minifier)
- [`jekyll-seo-tag`](https://github.com/jekyll/jekyll-seo-tag)
- [`jekyll-sitemap`](https://github.com/jekyll/jekyll-sitemap)
- [Pixilart](https://www.pixilart.com/)
- [Semantic UI](https://semantic-ui.com)
- [`tufte-pandoc-jekyll`](https://github.com/jez/tufte-pandoc-jekyll)