https://github.com/tristanbatchler/tbat.me
My website
https://github.com/tristanbatchler/tbat.me
jekyll lightweight liquid minimal pure-css pure-javascript static-site website
Last synced: about 1 year ago
JSON representation
My website
- Host: GitHub
- URL: https://github.com/tristanbatchler/tbat.me
- Owner: tristanbatchler
- Created: 2020-08-25T21:02:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-01T03:34:00.000Z (over 1 year ago)
- Last Synced: 2025-02-14T05:41:46.589Z (over 1 year ago)
- Topics: jekyll, lightweight, liquid, minimal, pure-css, pure-javascript, static-site, website
- Language: SCSS
- Homepage: https://www.tbat.me
- Size: 57.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://tbat.me
A personal home page and small blog built with Jekyll.
## Quickstart for Arch Linux
```shell
git clone https://github.com/tristanbatchler/tbat.me
sudo pacman -S make gcc ruby rubygems
echo -e "# Add ruby gem apps to path \nexport PATH=\"\$PATH:\$(ruby -e 'print Gem.user_dir')/bin"\" >> ~/.profile
source ~/.profile
gem install jekyll bundler rouge
cd tbat.me
bundle install
bundle exec jekyll serve &
xdg-open http://localhost:4000 &
```
[](https://app.netlify.com/sites/tbatch/deploys)