Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rexledesma/personals
A portfolio to host my socials, writings, and bookshelf!
https://github.com/rexledesma/personals
jekyll markdown pandoc semantic-ui tufte-css writing
Last synced: 24 days ago
JSON representation
A portfolio to host my socials, writings, and bookshelf!
- Host: GitHub
- URL: https://github.com/rexledesma/personals
- Owner: rexledesma
- Created: 2017-02-04T05:47:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-14T05:14:16.000Z (about 1 year ago)
- Last Synced: 2023-09-14T19:08:22.716Z (about 1 year ago)
- Topics: jekyll, markdown, pandoc, semantic-ui, tufte-css, writing
- Language: HTML
- Homepage: https://rexledesma.com
- Size: 6.17 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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-last-modified-at`](https://github.com/gjtorikian/jekyll-last-modified-at)
- [`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)